Skip to content
Cursor

mcpforge for Cursor

io.github.saagpatel/mcpforge

Generate complete, tested FastMCP 3.x MCP servers from one plain-English sentence.

client:Cursor transport:stdio runtime:pypi

Install mcpforge in Cursor

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

{
  "mcpServers": {
    "mcpforge": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fastmcp-builder"
      ]
    }
  }
}

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

mcpforge in other clients