Skip to main content
AggregatorsTypeScript

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

aggregatorslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/wegotdocs/open-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Aggregators
Language
TypeScript
Author
wegotdocs