furlen mcp for Cursor
io.github.amitsha86/furlen-mcp
Turn a CSV or a named public dataset into an animated chart video, figures re-checked first.
client:Cursor
transport:stdio
runtime:npm
Install furlen mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"furlen-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"furlen-mcp"
],
"env": {
"FURLEN_API_KEY": "<FURLEN_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs