Skip to content
Cline

Prefect MCP Server for Cline

io.github.prefecthq/prefect-mcp-server

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

client:Cline transport:stdio runtime:pypi

Install Prefect MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Prefect MCP Server in other clients