This MCP server allows users to create Datawrapper charts using AI assistants by providing data and requesting specific chart types and configurations.
From the registry: A Model Context Protocol (MCP) server and app for creating Datawrapper charts using AI assistants

Please install the `datawrapper-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Datawrapper account** — Sign up for a Datawrapper account. (https://datawrapper.de/signup/)
- **Create API token** — Generate an API token from the Datawrapper account settings. (https://app.datawrapper.de/account/api-tokens)
- **Python 3.10+** — Python 3.10 or higher is required.
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["datawrapper-mcp"]
- required environment variables:
- `DATAWRAPPER_ACCESS_TOKEN`: Datawrapper API token (example: `<your_datawrapper_token>`)
Note: Also supports streamable-http transport with Authorization: Bearer header for hosted deployments.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.DATAWRAPPER_ACCESS_TOKENrequiredYour Datawrapper API token for authentication