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.
Server Config
{
"mcpServers": {
"mcpify": {
"command": "mcpify",
"args": [
"https://your-api.com/openapi.json"
]
}
}
}