Skip to content
Cursor

mcpify for Cursor

io.github.furkan708/mcpify

Focused, production-ready CLI: turn any OpenAPI REST API into an MCP server.

client:Cursor transport:stdio runtime:pypi

Install mcpify in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcpify": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcpify-openapi"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcpify in other clients