MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

这是一个基于 @antv/infographic 的 MCP 服务,旨在通过 LLM 快速生成高质量的信息可视化图表。

Created 1/6/2026
Updated 2 days ago
Repository documentation and setup instructions

InfoDesign-mcp

这是一个基于 @antv/infographic 的 MCP 服务,旨在通过 LLM 快速生成高质量的信息可视化图表。

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/Lillard01/InfoDesign-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "lillard01-infodesign-mcp": { "command": "git", "args": [ "clone", "https://github.com/Lillard01/InfoDesign-mcp" ] } } }