ChartForge — Prompt to Chart Generator
@crawde
关于 ChartForge — Prompt to Chart Generator
Turn a plain-English prompt into a publication-ready chart image. ChartForge's MCP server lets Claude generate, refine, and export bar, line, pie, scatter, and more chart types as PNG — powered by AI. Includes 7 free generations, no setup beyond an API key.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"chartforge": {
"command": "npx",
"args": [
"-y",
"chartforge-mcp"
],
"env": {
"CHARTFORGE_API_KEY": "<YOUR_API_KEY>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is ChartForge — Prompt to Chart Generator?
ChartForge — Prompt to Chart Generator is an MCP server that lets Claude generate stunning, publication-quality charts and diagrams from natural language descriptions. It integrates with the ChartForge API to turn plain text prompts into visual outputs, and is intended for users who want to create charts directly inside Claude without manual tooling.
How to use ChartForge — Prompt to Chart Generator?
Install by adding the server configuration to your claude_desktop_config.json with the command npx chartforge-mcp and a required CHARTFORGE_API_KEY environment variable. Once configured, use the generate_chart tool with a natural language prompt, optionally specifying a style preset, width, and height. Additional tools allow refining a previously generated chart by its ID and listing available style presets.
Key features of ChartForge — Prompt to Chart Generator
- Generate charts from natural language descriptions
- Supports multiple style presets: midnight, frost, ember, minimal, corporate, neon, light
- Refine previously generated charts using
refine_chart - Configurable output dimensions (default 1200x800 pixels)
- List available style presets with
list_styles - Requires an API key from chartforgeai.com
Use cases of ChartForge — Prompt to Chart Generator
- Create a bar chart showing quarterly revenue trends from natural language data
- Generate a system architecture diagram for a microservices backend
- Produce a Sankey diagram of marketing budget flow through channels to conversions
FAQ from ChartForge — Prompt to Chart Generator
How do I get an API key?
Sign up at chartforgeai.com to obtain your CHARTFORGE_API_KEY.
Where is the API URL configurable?
An optional CHARTFORGE_API_URL environment variable lets you set a custom API URL; the default is https://chartforgeai.com.
What style presets are available?
The available presets are: midnight, frost, ember, minimal, corporate, neon, and light.
Can I modify a chart after it's generated?
Yes, use the refine_chart tool with the chart's ID and a description of the modification you want to make.
开发工具 分类下的更多 MCP 服务器
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
评论