wegotdocs/open-mcp
Turn a web API into an MCP server in 10 seconds and add it to the open source registry: https://open-mcp.org
Quick Start
Clone the repository:
git clone https://github.com/wegotdocs/open-mcpClaude Desktop configuration example:
{
"mcpServers": {
"open-mcp": {
"command": "npx",
"args": [
"-y",
"wegotdocs/open-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.