Skip to content
Grok

patent checker for Grok

io.github.xhighhongo41/patent-checker

Prior-art exploration for software projects; finds related patents, never judges infringement

client:Grok transport:stdio runtime:pypi

Install patent checker in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "patent-checker": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "patent-checker"
      ],
      "env": {
        "PATENT_CHECKER_OPERATOR_CONSENT": "<PATENT_CHECKER_OPERATOR_CONSENT>",
        "PATENT_CHECKER_OPS_KEY": "<PATENT_CHECKER_OPS_KEY>",
        "PATENT_CHECKER_OPS_SECRET": "<PATENT_CHECKER_OPS_SECRET>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

patent checker in other clients