mcpbeat Sign in

Chartone MCP Server

local only

Chartone runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 7 May 2026.

Render themed charts as hosted URLs. Embed in markdown, emails, and Slack. Hosted MCP, zero setup.

Installs per day peak 15 · avg 6 · +122% w/w
a month agotoday
37
Installs / week
npm · @chartone/mcp
0
Stars
0 open issues
7 May 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Chartone every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add chartone -- npx -y @chartone/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "chartone": {
      "args": [
        "-y",
        "@chartone/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.chartone]
command = "npx"
args = ["-y", "@chartone/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "chartone": {
      "args": [
        "-y",
        "@chartone/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "chartone": {
      "args": [
        "-y",
        "@chartone/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CHARTONE_API_KEY (Optional API key for higher quota and no watermark. Anonymous mode works without a key — charts return watermarked with a 7-day URL.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Chartone

same job, measured the same way
Mailbox
by psyb0t

Self-hosted MCP server for unified IMAP/SMTP mailbox access: read, list, and send email.

local only
emailmd
by emailmd

Render markdown into email-safe HTML, lint drafts for deliverability problems, and preview emails.

5 828 installs/wk 3 tools answering
A
Inbox Preview
by powerline

Render HTML/.eml emails in real Gmail, Outlook & Yahoo web clients and screenshot them

4 tools answering
mail-muncher
by craigjmidwinter

Filtered, read-only IMAP and Gmail archived to disk as .eml + markdown, served over MCP.

local only
Mektup
by weeci

Fully-managed email as MCP tools - register domains, real mailboxes, send and receive mail.

answering
Hyades
by apology-is-policy

Render LaTeX math as pure Unicode text art for terminals, code comments, and emails.

1 tools answering
Sendsoon
by sendsoon

Send email, look up public IP information, and convert files to Markdown through SendSoon.

279 installs/wk local only
AI
by sendsoon

Send email, look up public IP information, and convert files to Markdown through SendSoon.

38 installs/wk local only

Chartone — questions

Answers built from our own checks of this server.

Why is there no uptime for Chartone?
Chartone runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @chartone/mcp was installed 37 times last week.
How do I connect Chartone?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @chartone/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Chartone?
The npm package @chartone/mcp was installed 37 times in the last week. Week over week that is +122%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Chartone open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.