This project showcases a complete MCP server built with .NET 10 that exposes tools through a JSON-RPC 2.0 interface over stdio transport.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpserverdemo": {
"command": "npx",
"args": [
"-y",
"manassachhit-git/MCPServerDemo"
]
}
}
}
Run in terminal:
claude mcp add mcpserverdemo npx -y manassachhit-git/MCPServerDemo
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpserverdemo": {
"command": "npx",
"args": [
"-y",
"manassachhit-git/MCPServerDemo"
]
}
}
}