Back to MCP Servers

Server Templates

One server. All tools. A unified MCP platform that connects many apps, tools, and services behind one powerful interface—ideal for local devs or production agents.

aggregatorsagent

Installation

npx -y mcp-server-templates

Configuration

{
  "mcpServers": {
    "mcp-server-templates": {
      "command": "npx",
      "args": ["-y", "mcp-server-templates"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub