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
By wegotdocs
Installation
npx -y open-mcpConfiguration
{
"mcpServers": {
"open-mcp": {
"command": "npx",
"args": ["-y", "open-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes