MCP-API-Server

boolkin/MCP-API-Server
★ 0 stars C# 🔌 API Integration Updated today
MCP-API-Server
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": {
    "mcp-api-server": {
      "command": "npx",
      "args": [
        "-y",
        "boolkin/MCP-API-Server"
      ]
    }
  }
}