PluginBench
MCP Server

io.github.therealtimex/charts-mcp MCP Server

io.github.therealtimex/charts-mcp

What is the io.github.therealtimex/charts-mcp MCP server?

MCP server for generating charts using AntV. Supports various chart types through MCP tools.

How to install io.github.therealtimex/charts-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "charts-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@realtimex/charts-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "charts-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@realtimex/charts-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "charts-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@realtimex/charts-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "charts-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@realtimex/charts-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add charts-mcp -- npx -y @realtimex/charts-mcp

Related MCP servers

AI browser automation - navigate, click, type, extract content, and run autonomous web tasks

View repository →

MCP server to query Data Commons indicators and observations (base or custom).

View repository →