Turn any REST API into an MCP server in one command
@Amanbig
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.
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.