MCPMarket
스킬 판매Power Your Agents연결
  1. 홈
  2. 서버
  3. DataViz

DataViz

SCKelemenbySCKelemen
•
2
•
개발자 도구
데이터 과학 및 ML
분석 및 모니터링

Generate diverse charts and visualizations with dual SVG/terminal output, and integrate with AI agents via a Model Context Protocol server.

Tieline — product intent grounded in code

Advertisement

Related MCPs

View more
  • neondatabase-labs

    Neon

    Enables natural language interaction with the Neon Management API and databases through the Model Context Protocol.

  • GLips

    Figma Context

    Provides AI coding agents with simplified Figma layout information via the Model Context Protocol.

  • 21st-dev

    Magic

    Generate modern UI components instantly from natural language descriptions within your IDE.

Related Skills

View all
  • openclaw

    Diagram Maker & Visualizer

    Generates professional SVG, HTML, and Excalidraw diagrams for software architecture, system flows, and educational concepts.

  • openclaw

    GH Issues Auto-Fixer

    Automates the end-to-end GitHub issue lifecycle by spawning sub-agents to implement code fixes, open pull requests, and resolve review comments.

  • openclaw

    Discord Integration

    Manages Discord operations including messaging, reactions, and channel management directly through Claude.

MCPMarket

Claude 및 Cursor와 같은 MCP 클라이언트를 즐겨 사용하는 도구에 연결하는 MCP 서버를 찾아보세요. MCP 마켓에서 시작하세요.

둘러보기

  • MCP 검색
  • MCP 서버
  • MCP 클라이언트
  • Claude 스킬
  • MCP Market Hub
  • 카테고리
  • MCP 서버란 무엇인가요?
  • Model Context Protocol

순위

  • 오늘의 인기 MCP
  • 오늘의 인기 Claude 스킬
  • Claude 스킬 Top 100
  • MCP 서버 Top 100

소개

  • 뉴스
  • 제출하기
  • 문의하기

© 2026 MCP 마켓. 모든 권리 보유.·Privacy·Terms

DataViz is a powerful Go library offering high-level charting APIs built on a flexible rendering stack. It provides implementations for common chart types like line, area, bar, scatter, heatmaps, pie/donut, and stat cards, supporting both high-quality SVG for web and an interactive terminal output for CLI tools. Beyond a standalone charting library, DataViz includes a Model Context Protocol (MCP) server, equipping AI agents like Claude Code with 29 specialized chart generation tools for seamless data visualization integration. Its layered architecture ensures versatility, allowing developers to utilize its underlying layout engine independently or leverage its full charting capabilities, all while remaining data-source agnostic and optionally integrating with design tokens for consistent styling.

주요 기능

01Dual output modes: High-quality SVG for web and terminal rendering with ANSI colors and Braille dots.
02Comprehensive charting API: Supports line, area, bar, scatter, heatmap, pie/donut charts, and stat cards.
03Model Context Protocol (MCP) server: Offers 29 chart generation tools for AI agent integration.
04Time-series and generic data support: Visualizes data with `time.Time` types and generic `interface{}`/`float64`.
051 GitHub stars
06Layered architecture: Separates layout, renderers, and high-level charting API for flexible use.

사용 사례

01Data Visualization & Charting: Create various graphs for time-series data and general data analysis.
02AI Agent Integration: Integrate with LLMs like Claude Code via its MCP server for automated chart generation.
03Command-Line Tools: Build interactive terminal chart viewers or export visualizations to SVG from the command line.