Datawrapper runs on your own machine — the client starts it, so there is no endpoint to ping. 291 installs a week from pypi. Last commit 13 Sep 2026.
A Model Context Protocol (MCP) server and app for creating Datawrapper charts using AI assistants
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
- name: Update version in server.json
run: |
VERSION=${GITHUB_REF#refs/tags/}
jq --arg v "$VERSION" '.version = $v | .packages[0].version = $v' server.json > server.tmp && mv server.tmp server.json
- name: Publish to MCP Registry
r…
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add datawrapper-mcp -- uvx datawrapper-mcp
{
"mcpServers": {
"datawrapper-mcp": {
"args": [
"datawrapper-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.datawrapper-mcp]
command = "uvx"
args = ["datawrapper-mcp"]
{
"mcpServers": {
"datawrapper-mcp": {
"args": [
"datawrapper-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"datawrapper-mcp": {
"args": [
"datawrapper-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
DATAWRAPPER_ACCESS_TOKEN (Datawrapper API Access Token).
The author declared them in the registry entry; get the values from the project itself.
A Model Context Protocol server for generating charts using AntV.
Model Context Protocol server for TagoIO data and analytics
MCP server for full Home Assistant control — dashboards, files, automations, add-ons, and more
MCP server for PostHog — product analytics for AI assistants. Query events, persons, insights, da...
MCP server for generating charts using AntV. Supports various chart types through MCP tools.
PowerPoint automation for AI - Slides, Shapes, Text, Charts and more. Windows only.
MCP server for generating diagrams, charts, presentations, and animations for Markdown documentation
MCP server exposing TrueCalc spreadsheet formula evaluation as tools for AI assistants.
Answers built from our own checks of this server.