Odel
chartone mcp

chartone mcp

Local
@zhugejunJavaScriptUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@chartone/mcpv0.1.5

Run

npx -y @chartone/mcp

MCP client config

{
  "mcpServers": {
    "chartone-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@chartone/mcp"
      ]
    }
  }
}