kuriflow mcp for Grok
io.github.sgunk13/kuriflow-mcp
Make AI tasks repeatable. Run with new data automatically — zero AI tokens per run.
client:Grok
transport:stdio
runtime:pypi
Install kuriflow mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"kuriflow-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"kuriflow-mcp"
],
"env": {
"KURIFLOW_API_KEY": "<KURIFLOW_API_KEY>",
"KURIFLOW_API_URL": "<KURIFLOW_API_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs