Loading MCP server directory, please wait...
Patent search, dossiers, OA analysis, citations, family, CPC lookup via Google Patents + USPTO.
npx @getmcp/cli add io.github.smythmyke/patent-search-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
PATENT_SEARCH_API_KEYAPI key minted from the AI Patent Search Generator Chrome extension's Admin tab. Format: psg_live_... or psg_test_...
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.smythmyke/patent-search-mcp-server": {
"command": "npx",
"args": [
"-y",
"patent-search-mcp-server"
],
"env": {
"PATENT_SEARCH_API_KEY": "",
"PATENT_SEARCH_API_BASE": ""
}
}
}
}