markapatent-mcp vs mcp-server-chart
Side-by-side comparison to help you pick between these two MCP servers.
markapatent-mcp by Andrianagnostic63 | mcp-server-chart by antvis | |
|---|---|---|
| Stars | ★ 0 | ★ 4,068 |
| 30d uses | — | 10,239 |
| Score | 33 | 84 |
| Official | — | — |
| Categories | AI / LLM ToolsDatabaseDeveloper Tools | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | Python | TypeScript |
| Last commit | this month | this month |
markapatent-mcp · Summary
MCP server providing programmatic access to TÜRKPATENT's trademark, patent, and design databases through a standardized interface for IP research.
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
markapatent-mcp · Use cases
- Intellectual property research and analysis through AI assistants
- Automated trademark monitoring and competitor tracking
- Patent landscape analysis and prior art searching
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
markapatent-mcp · Install
Installation
- Download the latest release from [GitHub](https://github.com/Andrianagnostic63/markapatent-mcp/raw/refs/heads/main/fugler/mcp-markapatent-3.2.zip)
- Run the installer or executable
- The server will start and listen on a local port (default: 8080)
Claude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"markapatent": {
"command": "path/to/markapatent-mcp.exe",
"args": []
}
}
}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"]
}
}
}