Back to MCP Servers

Open

Turn a web API into an MCP server in 10 seconds and add it to the open source registry: https://open-mcp.org

aggregatorsapi

Installation

npx -y open-mcp

Configuration

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

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