A minimal, production-ready implementation of a Model Context Protocol (MCP) using the official C# SDK.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-template": {
"command": "npx",
"args": [
"-y",
"estebanjosse/mcp-server-template"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-template npx -y estebanjosse/mcp-server-template
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-template": {
"command": "npx",
"args": [
"-y",
"estebanjosse/mcp-server-template"
]
}
}
}