ChartPane ChartPane

Начало работы с ChartPane

Подключите ChartPane к вашему AI-клиенту менее чем за минуту. Выберите платформу ниже.

URL сервера

Независимо от используемого клиента, URL сервера MCP ChartPane всегда одинаковый:

https://mcp.chartpane.com/mcp

Claude Desktop

Claude Desktop поддерживает нативные MCP-коннекторы — дополнительное программное обеспечение не требуется.

Вариант A: Пользовательский коннектор (рекомендуется)

  1. Open Claude Desktop and go to Settings.
  2. Navigate to Connectors.
  3. Click Add custom connector.
  4. Paste the server URL: https://mcp.chartpane.com/mcp
  5. Готово. Начните новый разговор и попросите построить график.

Вариант 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-серверы в панели настроек.

  1. Open ChatGPT and go to Settings.
  2. Scroll down and enable Developer mode.
  3. Back in the chat, open the sources panel (the book icon in the input area).
  4. Click Add MCP server and paste the URL: https://mcp.chartpane.com/mcp
  5. Начните новый разговор и попросите построить график.

VS Code (Copilot)

Добавьте ChartPane в VS Code через настройки MCP в Copilot Chat.

.vscode/settings.json
{
  "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 создать график:

"Chart the population of the 5 largest US cities as a bar chart"

График появится прямо в вашем разговоре с Claude.

Что дальше

Теперь, когда ChartPane подключён, попробуйте следующее: