What is the ChartPane MCP server?
Renders interactive Chart.js charts and dashboards inline in AI conversations.
How to install ChartPane
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"chartpane": {
"url": "https://mcp.chartpane.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"chartpane": {
"serverUrl": "https://mcp.chartpane.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"chartpane": {
"type": "http",
"url": "https://mcp.chartpane.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"chartpane": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.chartpane.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http chartpane https://mcp.chartpane.com/mcpRelated MCP servers
Personal finance tracker — log transactions, view summaries, and browse a dashboard
View repository →