HomeProductivity › patent-search-mcp-server

patent-search-mcp-server

Patent dossiers, prosecution, claims + a legal layer (PTAB, litigation, term) + AI risk. USPTO.

TypeScript Cloud
★ 2 stars Last pushed 2026-06-08 License: MIT

Topics: Legal

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.5.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "patent-search-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "PATENT_SEARCH_API_KEY": "<YOUR_VALUE>",
        "PATENT_SEARCH_API_BASE": "<YOUR_VALUE>"
      }
    }
  }
}
  • PATENT_SEARCH_API_KEY required secret — API key minted from the AI Patent Search Generator Chrome extension's Admin tab. Format: psg_live_... or psg_test_...
  • PATENT_SEARCH_API_BASE — Override the API base URL. Default: https://us-central1-solicitation-matcher-extension.cloudfunctions.net/ai/v1

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry