Odel
Datawrapper

Datawrapper

Local
@palewire49PythonMITUpdated 2mo ago

A Model Context Protocol (MCP) server and app for creating Datawrapper charts using AI assistants

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIdatawrapper-mcpv0.2.3

Run

uvx datawrapper-mcp

MCP client config

{
  "mcpServers": {
    "datawrapper": {
      "command": "uvx",
      "args": [
        "datawrapper-mcp"
      ]
    }
  }
}