McpServerAspNetCore

marcominerva/McpServerAspNetCore
★ 5 stars C# 🔒 Security Updated 9d ago
Minimal implementation of an MCP sample server featuring API Key authentication, CORS support, and example server-side tools for weather and time retrieval.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpserveraspnetcore": {
      "command": "npx",
      "args": [
        "-y",
        "marcominerva/McpServerAspNetCore"
      ]
    }
  }
}

Topics

aiai-agentsc-sharpmcpmcp-clientmcp-servervisual-studio