Skip to content
MCP Server Community By @wegotdocs

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

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide β†’
Connected Apps: wegotdocs/open-mcp Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-wegotdocs-open-mcp

Detailed Documentation

πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Turn a web API into an MCP server in 10 seconds and add it to the open source registry: https://open-mcp.org

Configuration

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