multi-service-mcp-server

AdamPippert/multi-service-mcp-server
★ 3 stars Python 🤖 AI/LLM Updated 1d ago
an MCP server for the services I like to use with AI agents, which you should probably fork and modify for your own use. No PRs accepted, this is just for me. Not private because you or a bot might get something out of what you see here.
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": {
    "multi-service-mcp-se": {
      "command": "uvx",
      "args": [
        "multi-service-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install multi-service-mcp-server