mcp-server-chart vs Claude-Patent-Creator
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | Claude-Patent-Creator by RobThePCGuy | |
|---|---|---|
| Stars | ★ 4,068 | ★ 118 |
| 30d uses | 10,239 | — |
| Score | 84 | 47 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | Python |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
Claude-Patent-Creator · Summary
An AI-powered patent creation and analysis MCP server with hybrid RAG search over patent regulations, BigQuery access to 76M+ patents, and automated compliance checking.
mcp-server-chart · Use cases
- Data analysts creating visual reports from datasets
- AI assistants generating custom charts based on user requests
- Web applications embedding visualization capabilities via HTTP API
Claude-Patent-Creator · Use cases
- Automate patent creation workflows from invention disclosure to filing-ready documents
- Conduct comprehensive prior art searches across 100M+ patents using keywords or classification codes
- Review patent applications for compliance with USPTO (35 USC 112) and EPO requirements
mcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor Desktop Apps (e.g., Claude Desktop, VSCode):
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-chart"]
}
}
}For Windows:
{
"mcpServers": {
"mcp-server-chart": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
}
}
}Claude-Patent-Creator · Install
Installation
Option A: Claude Code Plugin (Easiest)
/plugin marketplace add RobThePCGuy/Claude-Patent-Creator
/plugin install claude-patent-creator-standalone@claude-patent-creator
/claude-patent-creator-standalone:setup-patent-systemOption B: One-Line Install
pip install git+https://github.com/RobThePCGuy/Claude-Patent-Creator.git && patent-creator setupOption C: Manual Install
git clone https://github.com/RobThePCGuy/Claude-Patent-Creator.git
cd Claude-Patent-Creator
pip install -e .
patent-creator setup