patent-mcp-servers

stnagy/patent-mcp-servers
★ 0 stars Unknown language AI/LLM Updated today
n8n workflows exposing EPO Open Patent Services and the USPTO Open Data Portal to Claude, ChatGPT, or Gemini as MCP tools — 23 tools for patent search, prosecution history, and document OCR.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "patent-mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "stnagy/patent-mcp-servers"
      ]
    }
  }
}