furlen mcp for Grok
io.github.amitsha86/furlen-mcp
Turn a CSV or a named public dataset into an animated chart video, figures re-checked first.
client:Grok
transport:stdio
runtime:npm
Install furlen mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"furlen-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"furlen-mcp"
],
"env": {
"FURLEN_API_KEY": "<FURLEN_API_KEY>"
}
}
}
}
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