MCP server from wegotdocs/open-mcp
- • Basic MCP protocol features implemented (12/40)
- • Limited GitHub community activity (8/20)
- • Optimal dependency management (20/20)
- • Moderate deployment maturity (5/10)
- • Documentation (8/8)
- • Archestra MCP Trust score badge is missing
We don't have configuration information for this MCP server yet.
Suggest ConfigurationOpenMCP
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 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.
Contents
Creating a server
https://www.open-mcp.org/servers/creating-a-server
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/config add {server-id} \
~/Library/Application\ Support/Claude/claude_desktop_config.json \
--ENV_VAR=abc123
Now restart Claude desktop to load the tools.
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/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.
Other clients
npx @open-mcp/config add {server-id} \
/path/to/config.json \
--ENV_VAR=abc123
Alternatives
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.
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
...
[](https://archestra.ai/mcp-catalog/wegotdocs__open-mcp)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 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.
Contents
Creating a server
https://www.open-mcp.org/servers/creating-a-server
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/config add {server-id} \
~/Library/Application\ Support/Claude/claude_desktop_config.json \
--ENV_VAR=abc123
Now restart Claude desktop to load the tools.
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/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.
Other clients
npx @open-mcp/config add {server-id} \
/path/to/config.json \
--ENV_VAR=abc123
Alternatives
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.
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
...
Related MCP Servers
mcp-shrimp-task-manager
88/100Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning AI systems.
cognee-mcp
86/100Memory for AI Agents in 5 lines of code
shadcn-ui-mcp-server
82/100A mcp server to allow LLMS gain context about shadcn ui component structure,usage and installation,compaitable with react,svelte 5,and vue
mobile-mcp
81/100Model Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
HuggingFace
80/100Remote MCP server for HuggingFace services - access models, datasets, and spaces
markitdown-mcp
80/100Python tool for converting files and office documents to Markdown.
