Skip to content
Cursor

Prefect MCP Server for Cursor

io.github.prefecthq/prefect-mcp-server

MCP server for Prefect. Monitor and debug workflows, deployments, and automations.

client:Cursor transport:stdio runtime:pypi

Install Prefect MCP Server in Cursor

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

{
  "mcpServers": {
    "prefect-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "prefect-mcp"
      ]
    }
  }
}

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

Prefect MCP Server in other clients