Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From prefect
Local stdio MCP server from prefect-mcp package for Prefect workflow orchestration, enabling flow management, deployments, runs, and monitoring.
npx claudepluginhub prefecthq/prefect-mcp-server --plugin prefectCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"prefect": {
"command": "uvx",
"args": [
"--from",
"prefect-mcp",
"prefect-mcp-server"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.