Chart Generator MCP server
@Austin-TB
Chart Generator MCP server について
An MCP server for generating statistical graphics.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"charts": {
"command": "uv",
"args": [
"--directory",
"ABSOLUTE_PATH_TO/charts",
"run",
"charts.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Chart Generator MCP server?
An MCP server that generates charts dynamically based on input data expressed in natural language. It is built using the MCP Python SDK and leverages QuickChart.io for chart rendering.
How to use Chart Generator MCP server?
Install uv, create and activate a virtual environment, then add dependencies (fastapi, mcp[cli], quickchart.io). Configure the server in your MCP client by adding an entry with the uv command pointing to the charts.py script, using the absolute path to the directory.
Key features of Chart Generator MCP server
- Generates charts from natural language input
- Built with the MCP Python SDK
- Uses QuickChart.io for chart rendering
Use cases of Chart Generator MCP server
—
FAQ from Chart Generator MCP server
—
「開発者ツール」の他のコンテンツ
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
コメント