PluginBench
MCP Server

io.github.smythmyke/patent-search-mcp-server MCP Server

io.github.smythmyke/patent-search-mcp-server

What is the io.github.smythmyke/patent-search-mcp-server MCP server?

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

How to install io.github.smythmyke/patent-search-mcp-server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "patent-search-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "patent-search-mcp-server"
      ],
      "env": {
        "PATENT_SEARCH_API_KEY": "<YOUR_PATENT_SEARCH_API_KEY>",
        "PATENT_SEARCH_API_BASE": "<YOUR_PATENT_SEARCH_API_BASE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "patent-search-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "patent-search-mcp-server"
      ],
      "env": {
        "PATENT_SEARCH_API_KEY": "<YOUR_PATENT_SEARCH_API_KEY>",
        "PATENT_SEARCH_API_BASE": "<YOUR_PATENT_SEARCH_API_BASE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "patent-search-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "patent-search-mcp-server"
      ],
      "env": {
        "PATENT_SEARCH_API_KEY": "<YOUR_PATENT_SEARCH_API_KEY>",
        "PATENT_SEARCH_API_BASE": "<YOUR_PATENT_SEARCH_API_BASE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "patent-search-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "patent-search-mcp-server"
      ],
      "env": {
        "PATENT_SEARCH_API_KEY": "<YOUR_PATENT_SEARCH_API_KEY>",
        "PATENT_SEARCH_API_BASE": "<YOUR_PATENT_SEARCH_API_BASE>"
      }
    }
  }
}
Claude Code
claude mcp add patent-search-mcp-server --env PATENT_SEARCH_API_KEY=<YOUR_PATENT_SEARCH_API_KEY> --env PATENT_SEARCH_API_BASE=<YOUR_PATENT_SEARCH_API_BASE> -- npx -y patent-search-mcp-server

Related MCP servers

Workflow tools for federal contractors: go/no-go scoring, incumbent intel, recompete, NECO.

View repository →

AI-powered keyword research, SEO audits, and AI-visibility scans via the JackpotKeywords REST API.

View repository →

MarkItUp AI image annotation and marketing-visual generator (variations, outpaint, bg-removal).

View repository →