ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Image-Charts with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Generate professional charts, graphs, and QR codes instantly. transform raw data into high-quality images directly within your AI conversations.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 2 capabilities

The complete Image-Charts capability set.

These are the exact actions your AI can choose when you ask it to work with Image-Charts.

Capability set01 / 01

01-02

2 capabilities in this set.

Part of 2 available through Image-Charts.

  1. 01

    Generate chart URL

    Best for standard charts with data under 2KB. Generate a GET URL for an Image-Charts chart

  2. 02

    Render chart post

    Required for datasets exceeding the 2KB URL limit. Returns the image as a Base64 Data URI. Render a chart via POST request and return Base64 image

Observed, not estimated

866ms average. Fast in production.

Image-Charts is checked daily against the live service.

Daily averagePeak 1032ms
Aug 20Today
Fastest day
768ms
Slowest day
1032ms
14-day trend
Stable+1%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 2 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Image-Charts, so you can see the experience inside your AI.

It does not authenticate your account with Image-Charts. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Image-Charts Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_5Gu9xOkJ5UvUG79ec7T6yhd8NXOp2L2MmMSTr1gw/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Image-Charts capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "image-charts-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_5Gu9xOkJ5UvUG79ec7T6yhd8NXOp2L2MmMSTr1gw/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Image-Charts owners ask.

  • 01

    When should I use generate_chart_url versus render_chart_post?

    Use generate_chart_url for standard charts where the total URL length is under 2KB. For large datasets or complex configurations that exceed this limit, use render_chart_post to send data via a POST request and receive the image as a Base64 string.

  • 02

    Can I generate QR codes with this server?

    Yes! By setting the cht parameter to qr in either capability, you can generate high-quality QR codes. You can customize the size (chs) and the encoded data (chl) easily.

  • 03

    Does this support animated charts?

    Absolutely. You can use the chan parameter to specify animation duration and easing functions, and set chof to .gif to receive an animated chart image.