Skip to main content
ClaudeWave
oscarleoo avatar
oscarleoo

chartlink-agents

Ver en GitHub

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

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptActualizado 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
Casos de uso

Resumen de MCP Servers

# 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.

Lo que la gente pregunta sobre chartlink-agents

¿Qué es oscarleoo/chartlink-agents?

+

oscarleoo/chartlink-agents es mcp servers para el ecosistema de Claude AI. chartlink for agents: Claude Code plugin, MCP bridge and listing kit for charts with live-updating embeds Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-15.

¿Cómo se instala chartlink-agents?

+

Puedes instalar chartlink-agents clonando el repositorio (https://github.com/oscarleoo/chartlink-agents) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar oscarleoo/chartlink-agents?

+

Nuestro agente de seguridad ha analizado oscarleoo/chartlink-agents y le ha asignado un Trust Score de 62/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene oscarleoo/chartlink-agents?

+

oscarleoo/chartlink-agents es mantenido por oscarleoo. La última actividad registrada en GitHub es del 2026-09-15, con 0 issues abiertos.

¿Hay alternativas a chartlink-agents?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega chartlink-agents en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a chartlink-agents