Back to Home
palewire icon

datawrapper-mcp

Verified Safe

by palewire

Overview

A Model Context Protocol (MCP) server that enables AI assistants to create Datawrapper charts for data visualization.

Installation

Run Command
docker run -p 8501:8501 -e DATAWRAPPER_ACCESS_TOKEN=your-token-here -e MCP_SERVER_HOST=0.0.0.0 -e MCP_SERVER_PORT=8501 datawrapper-mcp:latest

Environment Variables

  • DATAWRAPPER_ACCESS_TOKEN

Security Notes

The server uses Pydantic for strong input validation, which helps prevent malformed configurations. API tokens are securely handled via environment variables and marked as secrets. Data loading from file paths uses standard library functions and `os.path.isfile` for existence checks, and raw CSV strings are explicitly rejected to prevent potential injection vulnerabilities. No 'eval' or direct 'os.system' calls were found.

Similar Servers

Stats

Interest Score47
Security Score9
Cost ClassHigh
Avg Tokens10000
Stars15
Forks5
Last Update2025-12-10

Tags

DatawrapperChartsVisualizationAI AssistantMCP