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 সংযুক্ত হয়েছে, এগুলো চেষ্টা করুন: