Datawrapper MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Datawrapper MCP Servercreate a line chart from my sales data"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
datawrapper-mcp-server
A model context protocol server for interacting with the Datawrapper API
Warning: Alpha software -- use at your own risk!
I've only tested with Claude Desktop on OS X.
See also: palewire/datawrapper-mcp
Installation
Create a Datawrapper API key -- probably make it read-only since this is alpha software!
Clone this repo somewhere
Copy
.env.templateto.envand fill out the variables:
DATAWRAPPER_MCP_API_KEYYour API keyDATAWRAPPER_MCP_DIRECTORYAbsolute path to a directory for this server to save files in
Install it in Claude Code by running:
just installAlternatively you can edit your Claude configuration manually. It's at: ~/Library/Application\ Support/Claude/claude_desktop_config.json. It should look like this:
{
"mcpServers": {
"datawrapper": {
"command": "/opt/homebrew/bin/uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"/Users/kevin/dev/datawrapper-mcp-server/src/datawrapper_mcp_server/server.py"
],
"env": {
"DATAWRAPPER_MCP_API_KEY": "YOUR_KEY_HERE",
"DATAWRAPPER_MCP_DIRECTORY": "/Users/kevin/datawrapper-mpc-server-files"
}
}
}
}Related MCP server: datawrapper-mcp
Testing
To view logs (when connected to Claude Desktop):
tail -n 20 -F ~/Library/Logs/Claude/mcp*.logTest this MCP server interactively with inspector:
just devThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables AI agents to generate chart visualizations by interacting with QuickChart API, allowing users to create and retrieve chart image links through natural language requests.1484Apache 2.0
- AlicenseAqualityCmaintenanceEnables AI assistants to create, update, publish, and manage Datawrapper charts via the Model Context Protocol.848MIT
- Alicense-qualityDmaintenanceEnables interaction with Datadog APIs through natural language, supporting full CRUD operations on metrics, monitors, dashboards, logs, infrastructure, and more.4MIT
- AlicenseAqualityBmaintenanceEnables AI agents to create data visualizations like bar charts, line charts, pie charts, scatter plots, and histograms, returning inline SVG or PNG files.5MIT
Related MCP Connectors
Renders interactive Chart.js charts and dashboards inline in AI conversations.
Provide real-time data querying and visualization by integrating Tako with your agents. Generate o…
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kevinschaul/datawrapper-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server