Mcp Chart Server
@KamranBiglari
About Mcp Chart Server
A Model Context Protocol (MCP) server that provides comprehensive chart generation capabilities. This server offers a wide variety of chart types with comprehensive Zod schema validation for type-safe chart configuration.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"chart-server": {
"command": "node",
"args": [
"path/to/mcp-server-chart/dist/index.js"
]
}
}
}Tools
1To draw chart and get chart image link by parameters, and parameter grammar follows Quick Chart API (quickchart.io).
Overview
What is Mcp Chart Server?
Mcp Chart Server is a Model Context Protocol (MCP) server that provides comprehensive chart generation capabilities. It offers a wide variety of chart types with comprehensive Zod schema validation for type-safe chart configuration, and can be used locally or via public endpoints for integration with Claude.AI.
How to use Mcp Chart Server?
For local development, clone the repository, install dependencies with npm install, build with npm run build, and start with npm start. For immediate use with Claude.AI without local setup, add the public Streamable HTTP endpoint (https://chart.mcp.cloudcertainty.com/mcp) or Server-Sent Events endpoint (https://chart.mcp.cloudcertainty.com/sse) to your MCP client configuration.
Key features of Mcp Chart Server
- Over 15 chart types including financial and statistical visualizations
- Full Zod schema validation for all chart configurations
- Multiple deployment options: local server, HTTP streaming, and SSE
- Ready-to-use endpoints for Claude.AI integration
- Professional chart support for financial, statistical, and business data
Use cases of Mcp Chart Server
- Generate bar charts for categorical data comparisons
- Create financial OHLC candlestick charts for stock market analysis
- Build statistical violin plots to visualize data distributions
- Visualize process flows and dependencies with Sankey diagrams
- Display KPI dashboards using gauge and radial gauge charts
FAQ from Mcp Chart Server
What chart types does Mcp Chart Server support?
It supports over 15 chart types including bar, line, pie, doughnut, radar, polar area, scatter, bubble, OHLC, violin, gauge, radial gauge, progress bar, sparkline, and Sankey diagram.
How do I integrate Mcp Chart Server with Claude.AI?
Use the public endpoints: Streamable HTTP at https://chart.mcp.cloudcertainty.com/mcp or SSE at https://chart.mcp.cloudcertainty.com/sse. Add the endpoint to your Claude.AI MCP configuration.
What runtime dependencies does Mcp Chart Server require?
It is a Node.js project that requires npm to install and run. No other runtime or database dependencies are mentioned.
What is the license for Mcp Chart Server?
The project is licensed under the MIT License.
What future features are planned for Mcp Chart Server?
The roadmap includes real-time data binding, custom theme support, export formats (PNG, SVG, PDF), and animation/interaction options.
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Go π
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments