Submit

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.

Server Config

{
  "mcpServers": {
    "mcpify": {
      "command": "mcpify",
      "args": [
        "https://your-api.com/openapi.json"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.