Turn any REST API into an MCP server in one command
About
Point mcpify at any OpenAPI spec and every endpoint becomes a tool your AI agent (Claude, Cursor, Windsurf) can call — zero glue code, zero per-endpoint wrappers, always in sync with the spec. Supports GET/POST/PUT/PATCH/DELETE, auth headers, and both URL and local file specs.
Details
- Author
- Amanbig
- Downloads
- 339
- Categories
- Developer Tools, API
Jump to
- Zero glue code or per‑endpoint wrappers
- Automatically stays in sync with the spec
- Supports all HTTP methods (GET, POST, PUT, PATCH, DELETE)
- Handles authentication headers
- Loads specs from URLs or local files
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Turn any REST API into an MCP server in one commandCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Point mcpify at any OpenAPI specification (via URL or local file) and run a single command. The generated MCP server exposes all endpoints as tools, supporting GET, POST, PUT, PATCH, DELETE, and authentication headers.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"turn any rest api into an mcp server in one command": {
"mcpify": {
"command": "mcpify",
"args": [
"https://your-api.com/openapi.json"
]
}
}
}
}
McpServers
{
"mcpify": {
"command": "mcpify",
"args": [
"https://your-api.com/openapi.json"
]
}
}
Point mcpify at any OpenAPI spec and every endpoint becomes a tool your AI agent (Claude, Cursor, Windsurf) can call — zero glue code, zero per-endpoint wrappers, always in sync with the spec. Supports GET/POST/PUT/PATCH/DELETE, auth headers, and both URL and local file specs.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





