Overview
Features
Create Datawrapper charts from prompts
Accepts user-provided data and chart type to create a new Datawrapper chart via the MCP server.
Publish charts and obtain public URL
Publishes the created chart and returns its public URL for sharing.
Update chart data
Allows updating the chart data and basic configuration through chat.
Update chart styling
Supports styling changes like line color (e.g., setting to dodger blue).
Editor URL retrieval
Returns the Datawrapper editor URL to view/edit the chart.
PNG embedding
Embeds a PNG image of the chart in responses.
Input validation with Pydantic
Employs Pydantic to validate incoming requests before interacting with Datawrapper.
Token-based authentication and Datawrapper library
Uses Datawrapper API tokens from environment variables and relies on the Datawrapper Python library for API calls.
Who Is This For?
- AI assistants:Enable AI assistants to create, publish, update, and display Datawrapper charts via chat.
- Developers:Integrate Datawrapper charting into MCP-enabled automation pipelines and services across teams.




