MCP Charts & Visualization Server
Project description
AppKit MCP Charts Server
FastMCP server for generating interactive data visualizations powered by Plotly.
Features
- 5 chart types: Vertical bar, horizontal bar, pie/donut, line/scatter, and bubble charts
- MCP App views: Each tool is backed by a shared
chart_viewresource rendered as an interactive iframe — no separate frontend needed - Plotly 6: Full interactivity (zoom, pan, export to PNG) via CDN-hosted Plotly JS
- Unauthenticated tools: Visualization tools require no credentials, suitable for public assistant access
- Structured generators:
BaseChartGeneratorABC with per-chart subclasses — easy to extend
Tools
| Tool | Description |
|---|---|
generate_barchart |
Vertical grouped/stacked bar chart |
generate_horizontal_bar_chart |
Horizontal grouped/stacked bar chart |
generate_pie_chart |
Pie or donut chart |
generate_line_chart |
Line, scatter, or lines+markers chart |
generate_bubble_chart |
Bubble (size-encoded scatter) chart |
All tools accept a data parameter — a list of row dicts — and return {success, html, error} JSON.
Installation
uv add appkit-mcp-charts
Usage
from appkit_mcp_charts.server import create_charts_mcp_server
mcp = create_charts_mcp_server(name="my-charts")
Dependencies
plotly >= 6.5.2appkit-mcp-commonsappkit-commons
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
appkit_mcp_charts-1.8.4.tar.gz
(10.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file appkit_mcp_charts-1.8.4.tar.gz.
File metadata
- Download URL: appkit_mcp_charts-1.8.4.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3a8a6050342aad97c3b0c1802f6a9afe1914c86b10589a50b8c51ebd9d32d3b
|
|
| MD5 |
91ea4e3f3fb923cc7114bd1d0e16361e
|
|
| BLAKE2b-256 |
125e021387ccb7951a3ea27d339e68ce36e0e3606af580b8295e764813577107
|
File details
Details for the file appkit_mcp_charts-1.8.4-py3-none-any.whl.
File metadata
- Download URL: appkit_mcp_charts-1.8.4-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03962e66f795180417a87d4b247f1b208f35bc61d1c2783b21c05f13f873f12d
|
|
| MD5 |
6e93bf1e3abae3240412bbd672b953f4
|
|
| BLAKE2b-256 |
f1e67e95d3fd9a6a8526105e8095da562649c5afbc4c7df176e364a5d6f3f2cd
|