api-aggregator-MCPServer

mfang0126/api-aggregator-MCPServer
★ 1 stars Python 🔌 API Integration Updated 9mo ago
An MCP 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": {
    "api-aggregator-mcpse": {
      "command": "uvx",
      "args": [
        "api-aggregator-mcpserver"
      ]
    }
  }
}

Or install with pip: pip install api-aggregator-mcpserver