Skip to content
VS Code

Prefect MCP Server for VS Code

io.github.prefecthq/prefect-mcp-server

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

client:VS Code transport:stdio runtime:pypi

Install Prefect MCP Server in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Prefect MCP Server in other clients