MCP Server
Maintained
io.github.crawde/chartforge MCP Server
io.github.crawde/chartforge
What is the io.github.crawde/chartforge MCP server?
MCP server for ChartForge — generate stunning charts and diagrams from natural language
How to install io.github.crawde/chartforge
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
CHARTFORGE_API_KEYsecretYour ChartForge API key from chartforgeai.com
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"chartforge": {
"command": "npx",
"args": [
"-y",
"chartforge-mcp"
],
"env": {
"CHARTFORGE_API_KEY": "<YOUR_CHARTFORGE_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"chartforge": {
"command": "npx",
"args": [
"-y",
"chartforge-mcp"
],
"env": {
"CHARTFORGE_API_KEY": "<YOUR_CHARTFORGE_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"chartforge": {
"command": "npx",
"args": [
"-y",
"chartforge-mcp"
],
"env": {
"CHARTFORGE_API_KEY": "<YOUR_CHARTFORGE_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"chartforge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"chartforge-mcp"
],
"env": {
"CHARTFORGE_API_KEY": "<YOUR_CHARTFORGE_API_KEY>"
}
}
}
}Claude Code
claude mcp add chartforge --env CHARTFORGE_API_KEY=<YOUR_CHARTFORGE_API_KEY> -- npx -y chartforge-mcpRelated MCP servers
io.github.crawde/xmorf
Maintained
AI image editing and generation via xmorf API. Edit, generate, and list models.
0
View repository →JavaScript