Datawrapper for Grok
io.github.palewire/datawrapper-mcp
A Model Context Protocol (MCP) server and app for creating Datawrapper charts using AI assistants
client:Grok
transport:stdio
runtime:pypi
Install Datawrapper in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"datawrapper-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"datawrapper-mcp"
],
"env": {
"DATAWRAPPER_ACCESS_TOKEN": "<DATAWRAPPER_ACCESS_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs