A clean MCP server template in C# / ASP.NET Core (official MCP C# SDK). Clone and fill with your own tools. From the AI-Powered APIs in .NET course.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dotnet-mcp-server-te": {
"command": "npx",
"args": [
"-y",
"codingdroplets/dotnet-mcp-server-template"
]
}
}
}
Run in terminal:
claude mcp add dotnet-mcp-server-te npx -y codingdroplets/dotnet-mcp-server-template
Add to .cursor/mcp.json:
{
"mcpServers": {
"dotnet-mcp-server-te": {
"command": "npx",
"args": [
"-y",
"codingdroplets/dotnet-mcp-server-template"
]
}
}
}