mcpbeat Sign in

Chart Context MCP Server

by mylinedchart Your server? Claim it
local only

Chart Context runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from npm. Last commit 24 Jun 2026.

Read-only MCP server: AI agents read your live MyLinedChart desktop chart context. Local, IBKR.

Installs per day peak 16 · avg 9 · +121% w/w
a month agotoday
55
Installs / week
npm · @mylinedchart/mcp-chart-context
1
Stars
0 open issues
24 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository none298-dotcom/mylinedchart-mcp-chart-context
пакет @mylinedchart/mcp-chart-context ссылается на none298-dotcom/mylinedchart

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add chart-context -- npx -y @mylinedchart/mcp-chart-context
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "chart-context": {
      "args": [
        "-y",
        "@mylinedchart/mcp-chart-context"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.chart-context]
command = "npx"
args = ["-y", "@mylinedchart/mcp-chart-context"]
.cursor/mcp.json
{
  "mcpServers": {
    "chart-context": {
      "args": [
        "-y",
        "@mylinedchart/mcp-chart-context"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "chart-context": {
      "args": [
        "-y",
        "@mylinedchart/mcp-chart-context"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MLC_CONTEXT_FILE (Optional override path to the MyLinedChart agent-context.json file. The server auto-detects the default location; set this only if your app data is in a non-standard location.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Chart Context

same job, measured the same way
Gocd
by sahilll15

MCP server for GoCD: dashboard, pipelines, artifacts, agents. Context-lean output.

24 installs/wk local only
DataCharter
by datacharter

Local-first, contract-governed data explorer with read-only, PII-masked query tools for AI agents.

1 416 installs/wk local only
Visiongemma
by q1023884985

Local AI vision MCP server for Windows: OCR, chart analysis, scene description. 100% offline.

78 installs/wk local only
Looply
by xie38388

Looply AI call center MCP Server - manage calls, leads, contacts, and analytics.

18 installs/wk local only
Wireboard
by wireboard

Official MCP server for WireBoard. Lets LLM agents query your analytics in conversation.

40 installs/wk local only
Datawrapper
by palewire

A Model Context Protocol (MCP) server and app for creating Datawrapper charts using AI assistants

291 installs/wk local only
MCP Server for PowerPoint
by trsdn

PowerPoint automation for AI - Slides, Shapes, Text, Charts and more. Windows only.

local only
X402 Dataviz MCP
by liminalpepe

Free MCP server: render bar/line/area charts to SVG from structured data.

31 installs/wk local only

Chart Context — questions

Answers built from our own checks of this server.

Why is there no uptime for Chart Context?
Chart Context runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mylinedchart/mcp-chart-context was installed 55 times last week.
How do I connect Chart Context?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mylinedchart/mcp-chart-context straight from npm; nothing to host, nothing to sign up for.
How many people use Chart Context?
The npm package @mylinedchart/mcp-chart-context was installed 55 times in the last week. Week over week that is +121%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Chart Context open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.