Datawrapper✓
io.github.palewire/datawrapper-mcp · v0.2.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.palewire/datawrapper-mcp",
"description": "A Model Context Protocol (MCP) server and app for creating Datawrapper charts using AI assistants",
"title": "Datawrapper",
"repository": {
"url": "https://github.com/palewire/datawrapper-mcp",
"source": "github"
},
"version": "0.2.3",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "datawrapper-mcp",
"version": "0.2.3",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Datawrapper API Access Token",
"isRequired": true,
"isSecret": true,
"name": "DATAWRAPPER_ACCESS_TOKEN"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}