Начало работы с ChartPane
Подключите ChartPane к вашему AI-клиенту менее чем за минуту. Выберите платформу ниже.
URL сервера
Независимо от используемого клиента, URL сервера MCP ChartPane всегда одинаковый:
https://mcp.chartpane.com/mcp
Claude Desktop
Claude Desktop поддерживает нативные MCP-коннекторы — дополнительное программное обеспечение не требуется.
Вариант A: Пользовательский коннектор (рекомендуется)
- Open Claude Desktop and go to Settings.
- Navigate to Connectors.
- Click Add custom connector.
- Paste the server URL:
https://mcp.chartpane.com/mcp - Готово. Начните новый разговор и попросите построить график.
Вариант B: JSON-конфигурация
If you prefer editing config files directly, add this to your claude_desktop_config.json:
{
"mcpServers": {
"chartpane": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.chartpane.com/mcp"]
}
}
}
Requires Node.js installed on your machine. Restart Claude Desktop after saving the file.
Config file location:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
ChatGPT
ChatGPT поддерживает MCP-серверы в панели настроек.
- Open ChatGPT and go to Settings.
- Scroll down and enable Developer mode.
- Back in the chat, open the sources panel (the book icon in the input area).
- Click Add MCP server and paste the URL:
https://mcp.chartpane.com/mcp - Начните новый разговор и попросите построить график.
VS Code (Copilot)
Добавьте ChartPane в VS Code через настройки MCP в Copilot Chat.
{
"mcp": {
"servers": {
"chartpane": {
"type": "http",
"url": "https://mcp.chartpane.com/mcp"
}
}
}
}
Open Copilot Chat and select Agent mode to use MCP tools. Then ask for a chart.
Другие MCP-клиенты
Любой клиент, поддерживающий Model Context Protocol, работает с ChartPane.
https://mcp.chartpane.com/mcp
Проверьте работу
Откройте разговор и попросите Claude создать график:
График появится прямо в вашем разговоре с Claude.
Что дальше
Теперь, когда ChartPane подключён, попробуйте следующее: