OpenMCP is both: 1. a standard for converting web APIs into MCP servers 2. an open source registry of servers which follow the standard Each OpenMCP server gives MCP clients the ability to make requests to a particular web API in a token-efficient way. Together the servers in the registry represent a broad range of services, empowering the underlying client LLMs to fetch data and perform actions o
Add this skill
npx mdskills install wegotdocs/open-mcpStandardized framework for converting web APIs into MCP servers with multi-client support
OpenMCP is both:
Each OpenMCP server gives MCP clients the ability to make requests to a particular web API in a token-efficient way. Together the servers in the registry represent a broad range of services, empowering the underlying client LLMs to fetch data and perform actions on behalf of their users across many domains.
https://www.open-mcp.org/servers/creating-a-server
...
Local hosting demo - watch video

npx @open-mcp/config add {server-id} \
~/Library/Application\ Support/Claude/claude_desktop_config.json \
--ENV_VAR=abc123
Now restart Claude desktop to load the tools.
Run this from the root of your project directory or, to add to all cursor projects, run it from your home directory ~.
npx @open-mcp/config add {server-id} \
.cursor/mcp.json \
--ENV_VAR=abc123
Now go to Cursor > Settings > Cursor Settings then click MCP to ensure the server is enabled.
npx @open-mcp/config add {server-id} \
/path/to/config.json \
--ENV_VAR=abc123
If you don't want to use the CLI you can use npm to install the package manually, then add a node command to your client config with an absolute path to dist/index.js. See the individual server READMEs for more details.
openapi.yaml / openapi.json...
service.proto...
openrpc.json...
schema.gql...
service.wsdl...
schema.sql...
Install via CLI
npx mdskills install wegotdocs/open-mcpOpenMCP is a free, open-source AI agent skill. OpenMCP is both: 1. a standard for converting web APIs into MCP servers 2. an open source registry of servers which follow the standard Each OpenMCP server gives MCP clients the ability to make requests to a particular web API in a token-efficient way. Together the servers in the registry represent a broad range of services, empowering the underlying client LLMs to fetch data and perform actions o
Install OpenMCP with a single command:
npx mdskills install wegotdocs/open-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
OpenMCP works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.