ChartPane ChartPane

ChartPane के साथ शुरुआत करें

एक मिनट से कम में अपने AI क्लाइंट से ChartPane कनेक्ट करें। नीचे अपना प्लेटफॉर्म चुनें।

सर्वर URL

चाहे आप कोई भी क्लाइंट उपयोग करें, ChartPane MCP सर्वर URL हमेशा एक ही है:

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)

Copilot Chat में MCP सेटिंग्स के माध्यम से VS Code में ChartPane जोड़ें।

.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 कनेक्ट हो गया है, ये चीज़ें आज़माएं: