Quick Chart MCP Server
About
A Model Context Protocol (MCP) server that provides chart tools, allowing it to interact with the quick chart through a standardized interface. This implementation is based on the chart definition and enables users can open quick chart pages seamlessly.
Details
- Author
- datafe
- GitHub stars
- 4
- Downloads
- 209
- Categories
- Developer Tools, Other
Jump to
- Provides GetChartImgLink tool for retrieving chart image links
- Provides InstallQuickChart tool for local installation of Quick Chart
- Standardized chart interactions for AI agents via MCP
- Based on the Quick Chart chart definition
- Supports environment variable configuration
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Quick Chart MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the package globally or locally via npm (npm install -g quick-chart-mcp) or via Smithery (npx -y @smithery/cli install @datafe/quick-chart-mcp --client claude). Configure the MCP server entry in your client's MCP settings with the command npx quick-chart-mcp@1.0.13 and stdio transport. Set up a .env file with optional environment variables for Quick Chart configuration.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"quick chart mcp server": {
"quick-chart-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@datafe/quick-chart-mcp",
"--client",
"claude"
]
}
}
}
}
McpServers
{
"quick-chart-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@datafe/quick-chart-mcp",
"--client",
"claude"
]
}
}
Option 1: Install from npm (recommend for clients like Cursor/Cline)
# Install globally npm install -g quick-chart-mcp # Or install locally in your project npm install quick-chart-mcp
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





