MCP Catalogs
Home

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 uses10,239
Score3384
Official
Categories
AI / LLM ToolsDatabaseDeveloper Tools
AI / LLM ToolsDeveloper ToolsProductivity
LanguagePythonTypeScript
Last committhis monththis 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

  1. Download the latest release from [GitHub](https://github.com/Andrianagnostic63/markapatent-mcp/raw/refs/heads/main/fugler/mcp-markapatent-3.2.zip)
  2. Run the installer or executable
  3. 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-chart

For 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.