mcp-highcharts
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| render_chartB | Render an interactive Highcharts chart inline. Input is a Highcharts Options object (https://api.highcharts.com/highcharts/). |
| render_stock_chartB | Render a Highcharts Stock chart for financial/time-series data. Input is a Highcharts Stock Options object (https://api.highcharts.com/highstock/). |
| render_dashboardB | Render a Highcharts Dashboard with multiple components (charts, KPIs, data grids) in a synced layout. Uses @highcharts/dashboards. |
| render_mapB | Render an interactive Highcharts Map for geographic data visualization. Uses Highcharts.mapChart(). Input is a Highcharts Maps Options object (https://api.highcharts.com/highmaps/). |
| render_ganttB | Render a Highcharts Gantt chart for project timelines and task scheduling. Uses Highcharts.ganttChart() (https://api.highcharts.com/gantt/). |
| render_gridA | Render a Highcharts Grid Lite data table for tabular data display. Standalone component — no chart required. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| chart_from_data | Paste your data and I'll suggest the best chart type |
| dashboard_layout | Create a dashboard with KPIs and charts |
| stock_analysis | Analyze a stock with technical indicators |
| comparison_chart | Compare multiple datasets side by side |
| project_timeline | Create a Gantt chart for project planning |
| live_chart | Create a live-updating chart that polls a data URL |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| ui://highcharts/mcp-app.html |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/austenstone/mcp-highcharts'
If you have feedback or need assistance with the MCP directory API, please join our Discord server