Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“Š Data Visualization
  3. Charted
Charted logo
Health: ActiveRecent health check succeeded.Last checked 9/10/2026, 11:45:41 PM

Charted

User RatingsBe the first to rate and review this MCP server!
View Repository11 GitHub StarsTotal stargazers on GitHub for the source repository (11 stars).Visit Website
chartsdata-visualizationpythonmcp

Render JSON or CSV data as themed SVG, PNG, HTML, or data URLs through MCP or Python.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "marzukia-charted": {
      "command": "uvx",
      "args": [
        "--from"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ“Š More in Data Visualization

Overview

marzukia/charted MCP server converts JSON or CSV data into charts for agent workflows. It runs locally over stdio through the `charted-mcp` command and exposes tools for chart creation, chart-type discovery, theme discovery, and CSV input. Output can include SVG, PNG, HTML, or data URLs, with PNG suitable for inline chat rendering. Use it when an agent needs to turn structured data into visual reports without adding NumPy or pandas.

Use cases

β€’Generate charts from CSV reports
β€’Render JSON metrics as SVG or PNG
β€’Inspect available chart types before visualization
β€’Create themed visual summaries for agent responses

Key features

β€’Supports 15 chart types
β€’Accepts JSON and CSV data
β€’Exports SVG, PNG, HTML, and data URLs
β€’Provides built-in themes
β€’Handles multi-series and negative values
β€’Runs over MCP stdio

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Charted.

Extracted Tool Capabilities
Supports 15 chart types
Accepts JSON and CSV data
Exports SVG, PNG, HTML, and data URLs
Provides built-in themes
Handles multi-series and negative values
Runs over MCP stdio

How Charted works

What marzukia/charted MCP server does

The marzukia/charted MCP server gives AI clients a local interface for generating charts from structured data. It supports 15 chart types: bar, column, line, scatter, pie, area, radar, box plot, histogram, heatmap, Gantt, bubble, combo, polar area, and Sankey. The underlying charted library can produce SVG natively and supports PNG through an optional extra. Other documented output forms include HTML and data URLs.

The server is useful for agents that need to visualize measurements, comparisons, distributions, schedules, flows, or categorical values. It can work with JSON data through chart creation and includes a dedicated CSV charting tool. Built-in themes and custom theme composition let callers control the appearance of generated charts.

How it works

The server starts as a local stdio process. An MCP-compatible client launches charted-mcp, and the client communicates with it through the process rather than through a hosted endpoint. The package can be run in an isolated temporary environment with uvx, so charted does not need to be added to an existing Python project or virtual environment for MCP use.

Four tools are documented: create_chart, list_chart_types, list_themes, and chart_from_csv. The discovery tools can be used to inspect supported chart types and available themes before creating a visualization. Charted itself has no runtime dependencies; PNG generation and MCP support are optional features with their own dependencies.

Setup and configuration

Run the marzukia/charted MCP server with:

sh
uvx --from charted[mcp] charted-mcp

For a client configuration, use the equivalent stdio entry:

config.json
{
  "mcpServers": {
    "charted": {
      "command": "uvx",
      "args": ["--from", "charted[mcp]", "charted-mcp"]
    }
  }
}

The README specifically documents setup for Claude Code, Cursor, and Cline. Claude Code can also register the server with its claude mcp add command. No API key, account, or remote service is specified for the MCP setup.

If you are using charted as a Python library instead of MCP, install it with uv add charted or pip install charted. PNG export requires the optional PNG dependency, while the base library remains pure Python.

Tools and capabilities

  • create_chart creates a chart from supplied data and chart settings.
  • chart_from_csv creates a chart from CSV input.
  • list_chart_types reports the chart types available to the client.
  • list_themes reports the built-in themes.
  • Multiple series are supported, including stacked, grouped, and side-by-side layouts.
  • Negative values receive zero-baseline handling.
  • Charts can be styled with themes and per-series style builders.
  • The library also supports markdown export, a command-line interface, and inline rendering in Jupyter.

Limitations and notes

The provided material does not document authentication, remote hosting, environment variables, or a specific software license. PNG output is not part of the dependency-free base path; it requires the optional cairosvg dependency. The MCP command uses the mcp package extra to install server support. Client compatibility beyond the named Claude Code, Cursor, and Cline configurations is not established by the supplied documentation.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Data Visualization View all alternatives
  • MCP Dashboards logoMCP Dashboards

    45+ interactive chart types (bar, line, pie, candlestick, sankey, geo, radar, funnel, treemap, and more), dashboards with KPI cards, drill-down navigation, live API polling, 20 themes, and export to PNG/PPT/A4. Built on MCP Apps.

    πŸ“Š Data Visualization5 views
    Compare vs MCP Dashboards β†’
  • Semiotic logoSemiotic

    React data visualization MCP server with 30+ chart types. 5 tools: suggest charts for a dataset, render validated React configs to SVG, diagnose configuration anti-patterns, get component schemas, and report issues.

    πŸ“Š Data Visualization5 views
    Compare vs Semiotic β†’
  • Microcharts logoMicrocharts

    Word-sized charts (sparklines, bars, bullets β€” 106 types) rendered to self-contained SVG with generated alt text. Three tools: find the right chart for a question, get its wiring, render it. Works in chat surfaces that can't run React. Install via npx -y @microcharts/mcp.

    πŸ“Š Data Visualization3 views
    Compare vs Microcharts β†’
  • Glyphic logoGlyphic

    Generate diagrams from structured JSON across 18 types (architecture, ERD, sequence, flowchart, Gantt…) β€” native SVG/PNG, no headless browser. Built for LLMs and agents.

    πŸ“Š Data Visualization6 views
    Compare vs Glyphic β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
11
Stargazers on the source repository.
Last commit
2mo ago
Most recent push to the default branch.
Directory activity
7 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Charted

Run `uvx --from charted[mcp] charted-mcp`. The README also provides a matching stdio configuration for MCP clients.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCharted AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/marzukia-charted?style=directory)](https://allmcps.com/mcp/marzukia-charted)
HTML Embed
<a href="https://allmcps.com/mcp/marzukia-charted"><img src="https://allmcps.com/api/badge/marzukia-charted?style=directory" alt="Charted on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“ŠData Visualization
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
ClientsCursor, Cline / VS Code
Last updatedSep 2, 2026
7/7 checks healthy over the last 33d
Views7
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars11
GitHub Star CountTotal stargazers on GitHub representing community popularity (11 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 12, 2026
52Quality signal: Good Β· 52/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity4/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 16d ago via OSV.dev Β· --from (PyPI)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“Š Data Visualization β†’Alternatives to Charted β†’Install in Claude DesktopInstall in CursorInstall in VS Code