Skip to main content
ClaudeWave
oscarleoo avatar
oscarleoo

chartlink-agents

View on GitHub

chartlink for agents: Claude Code plugin, MCP bridge and listing kit for charts with live-updating embeds

MCP ServersOfficial Registry0 stars0 forksTypeScriptUpdated today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/16/2026
Install in Claude Code / Claude Desktop
Method: NPX · chartlink-mcp
Claude Code CLI
claude mcp add chartlink-agents -- npx -y chartlink-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "chartlink-agents": {
      "command": "npx",
      "args": ["-y", "chartlink-mcp"],
      "env": {
        "CHARTLINK_API_KEY": "<chartlink_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
CHARTLINK_API_KEY
Use cases

MCP Servers overview

# chartlink for agents

[chartlink](https://chartlink.app) makes charts and tables with live-updating embed links. An agent drafts a chart from one message, looks at the preview, publishes it, and hands back an embed that updates when the numbers do. No accounts: the API key is the workspace.

This repo is how agents connect.

## Claude Code plugin

```
/plugin marketplace add oscarleoo/chartlink-agents
/plugin install chartlink@chartlink
```

The plugin adds the chartlink MCP server and a skill that teaches the create → preview → publish loop. Ask Claude to "set up chartlink" and it gets its own key (`POST /api/signup`, no account) and tells you where to paste it.

## Any MCP client (HTTP)

```
URL:    https://chartlink.app/mcp
Header: Authorization: Bearer viz_...
```

Get a key with `curl -X POST https://chartlink.app/api/signup`. The key is shown once.

## Clients that only speak stdio

```
npx chartlink-mcp
```

with `CHARTLINK_API_KEY=viz_...` in the environment. It bridges stdio to the HTTP server above; nothing runs locally but the bridge. Source in `packages/chartlink-mcp`.

## Plain REST

Everything is documented for agents at https://chartlink.app/llms.txt and as OpenAPI at https://chartlink.app/api/openapi.json.

## Listing kit

`listing/` holds the text and image used on every directory chartlink is listed in.

What people ask about chartlink-agents

What is oscarleoo/chartlink-agents?

+

oscarleoo/chartlink-agents is mcp servers for the Claude AI ecosystem. chartlink for agents: Claude Code plugin, MCP bridge and listing kit for charts with live-updating embeds It has 0 GitHub stars and its last recorded update is dated 2026-09-15.

How do I install chartlink-agents?

+

You can install chartlink-agents by cloning the repository (https://github.com/oscarleoo/chartlink-agents) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is oscarleoo/chartlink-agents safe to use?

+

Our security agent has analyzed oscarleoo/chartlink-agents and assigned a Trust Score of 62/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains oscarleoo/chartlink-agents?

+

oscarleoo/chartlink-agents is maintained by oscarleoo. The last recorded GitHub activity is dated 2026-09-15, with 0 open issues.

Are there alternatives to chartlink-agents?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy chartlink-agents to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: oscarleoo/chartlink-agents
[![Featured on ClaudeWave](https://claudewave.com/api/badge/oscarleoo-chartlink-agents)](https://claudewave.com/repo/oscarleoo-chartlink-agents)
<a href="https://claudewave.com/repo/oscarleoo-chartlink-agents"><img src="https://claudewave.com/api/badge/oscarleoo-chartlink-agents" alt="Featured on ClaudeWave: oscarleoo/chartlink-agents" width="320" height="64" /></a>

More MCP Servers

chartlink-agents alternatives