Skip to main content
Glama
0PValencia

@0pvalencia/chart-from-data-mcp

Official
by 0PValencia

@0pvalencia/chart-from-data-mcp

MCP de gráficos (bar/line/pie) vía QuickChart → PNG.

Cursor / Claude / VS Code

Local (recomendado si clonas el repo)

{
  "mcpServers": {
    "chart-from-data": {
      "command": "node",
      "args": ["/ABSOLUTE/PATH/TO/chart-from-data-mcp/dist/cli.js"]
    }
  }
}

Tras clonar: npm install && npm run build.

npx (sin clonar)

{
  "mcpServers": {
    "chart-from-data": {
      "command": "npx",
      "args": ["-y", "@0pvalencia/chart-from-data-mcp"]
    }
  }
}

Si abres este repo en Cursor y usas npx, hace falta npm install && npm run build para que el bin local exista. Sin eso, npx falla con chart-from-data-mcp: not found y el MCP se queda cargando.

Related MCP server: mcp-plots

Install / run

npx -y @0pvalencia/chart-from-data-mcp

Local

npm install
npm run build
npm start

Tools

  • render_chart{ type, labels, values, title? } → path PNG

Usa QuickChart.

License

MIT

Install Server
A
license - permissive license
C
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    A MCP server for data visualization. It exposes tools to render charts (line, bar, pie, scatter, heatmap, etc.) from data and returns plots as either image/text/mermaid diagram.
    Last updated
    2
    4
    MIT
  • A
    license
    C
    quality
    D
    maintenance
    A server based on Model Context Protocol (MCP), providing a standardized interface for interacting with Quick Chart and supporting chart generation and management.
    Last updated
    1
    2
    Apache 2.0
  • A
    license
    -
    quality
    D
    maintenance
    A modern Python MCP server for rendering customizable charts (line, bar, pie, scatter, area, combined dashboards) with Plotly, supporting export to PNG, SVG, and base64, and terminal charts with ANSI output.
    Last updated
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server exposing the AceDataCloud Fish Audio API (text-to-speech with voice conditioning)

  • MCP server for generating rough-draft project plans from natural-language prompts.

  • This MCP server provides seamless access to Malaysia's government open data, including datasets, w…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/0PValencia/chart-from-data-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server