
OpenMCP
OpenMCP is both:
- a standard for converting web APIs into MCP servers
- 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. 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.
Contents
Creating a server
https://www.open-mcp.org/servers/creating
Adding OpenMCP servers to MCP clients
Remote hosting
...
Local hosting
Requirements:
- Node.js v18 or later (includes npx and npm)
Claude desktop
npx @open-mcp/{server-id} add-to-client ~/Library/Application\ Support/Claude/claude_desktop_config.json
Cursor
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/{server-id} add-to-client .cursor/mcp.json
Other clients
npx @open-mcp/{server-id} add-to-client /path/to/client/config.json
Alternatives
If you don't want to use the helper command add-to-client
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.
Converting web API -> OpenMCP
REST openapi.yaml
/ openapi.json
...
gRPC service.proto
...
JSON-RPC openrpc.json
...
GraphQL schema.gql
...
SOAP service.wsdl
...
PostgREST schema.sql
...
相关推荐
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Take an adjectivised noun, and create images making it progressively more adjective!
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Reviews

user_Qu6LCyc2
I've been using open-mcp by wegotdocs and it's an exceptional tool! The user-friendly interface and robust features make managing my projects a breeze. The documentation is comprehensive, and the community support is outstanding. I highly recommend it to anyone looking for an efficient project management solution. Check it out at https://github.com/wegotdocs/open-mcp!