DotnetMCPServer

andreluizsecco/DotnetMCPServer
★ 14 stars C# 🔌 API Integration Updated 2mo ago
Exemplo de MCP Server desenvolvido em .NET acessando uma API para consulta/cadastro de livros
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": {
    "dotnetmcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "andreluizsecco/DotnetMCPServer"
      ]
    }
  }
}