Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Datawrapper in other clients