Turn any REST API into an MCP server in one command
@Amanbig
About Turn any REST API into an MCP server in one command
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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcpify": {
"command": "mcpify",
"args": [
"https://your-api.com/openapi.json"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Turn any REST API into an MCP server in one command?
It transforms any REST API that has an OpenAPI specification into a Model Context Protocol (MCP) server. Every endpoint becomes a tool that AI agents like Claude, Cursor, and Windsurf can call directly — no glue code or per-endpoint wrappers needed, and it stays in sync with the specification.
How to use Turn any REST API into an MCP server in one command?
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.
Key features of Turn any REST API into an MCP server in one command
- 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
Use cases of Turn any REST API into an MCP server in one command
- Integrate a legacy REST API into an AI agent without writing any code
- Let Claude or Cursor call any API endpoint as a tool
- Keep AI tools automatically up‑to‑date with a changing API specification
- Quickly wrap internal or third‑party REST APIs for MCP‑compatible agents
FAQ from Turn any REST API into an MCP server in one command
What HTTP methods does MCPify support?
It supports GET, POST, PUT, PATCH, and DELETE.
Can I use authentication headers?
Yes, it supports authentication headers as defined in the OpenAPI spec.
How does it stay in sync with the API?
It reads the OpenAPI specification directly, so any changes to the spec are automatically reflected without manual updates.
Which AI agents can use the resulting MCP server?
It is designed for agents that support the Model Context Protocol, including Claude, Cursor, and Windsurf.
What formats can the OpenAPI spec be in?
It can load the specification from a URL or a local file.
More Developer Tools MCP servers
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
test
prysmaticlabsGo implementation of Ethereum proof of stake
Comments