Skip to main content
Glama
kevinschaul

Datawrapper MCP Server

by kevinschaul

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

  1. Create a Datawrapper API key -- probably make it read-only since this is alpha software!

  2. Clone this repo somewhere

  3. Copy .env.template to .env and fill out the variables:

  • DATAWRAPPER_MCP_API_KEY Your API key

  • DATAWRAPPER_MCP_DIRECTORY Absolute path to a directory for this server to save files in

  1. Install it in Claude Code by running:

just install

Alternatively 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: Quick Chart MCP Server

Testing

To view logs (when connected to Claude Desktop):

tail -n 20 -F ~/Library/Logs/Claude/mcp*.log

Test this MCP server interactively with inspector:

just dev
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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