Minimal implementation of an MCP sample server featuring API Key authentication, CORS support, and example server-side tools for weather and time retrieval.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpserveraspnetcore": {
"command": "npx",
"args": [
"-y",
"marcominerva/McpServerAspNetCore"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcpserveraspnetcore npx -y marcominerva/McpServerAspNetCore
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpserveraspnetcore": {
"command": "npx",
"args": [
"-y",
"marcominerva/McpServerAspNetCore"
]
}
}
}
📋 Copy