Datawrapper for Cursor
io.github.palewire/datawrapper-mcp
A Model Context Protocol (MCP) server and app for creating Datawrapper charts using AI assistants
client:Cursor
transport:stdio
runtime:pypi
Install Datawrapper in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"datawrapper-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"datawrapper-mcp"
],
"env": {
"DATAWRAPPER_ACCESS_TOKEN": "<DATAWRAPPER_ACCESS_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs