smythmyke/patent-search-mcp-server
by Various
MCP server for the AI Patent Search Generator — patent dossiers, prosecution history, citation graphs, and Google Patents search
MCP
smythmyke/patent-search-mcp-server
Added 7 June 2026
Overview
An MCP server that exposes patent data to AI agents via the Model Context Protocol. It retrieves patent dossiers, prosecution history, citation graphs, and search results from Google Patents.
Best for
Best for
Developers building AI agents that need structured patent information on demand
Use cases
- Querying prosecution history for a given patent number
- Generating citation graphs to visualize patent relationships
- Integrating patent search results into an AI assistant workflow
How to use
Install
npx -y patent-search-mcp-server Tools exposed
PATENT_SEARCH_API_KEYPATENT_SEARCH_API_BASE
Tested with
Claude Code, Claude Desktop, Cursor, ChatGPT
Example client config
{\n "mcpServers": {\n "patent-search": {\n "command": "npx",\n "args": ["-y", "patent-search-mcp-server"],\n "env": {\n "PATENT_SEARCH_API_KEY": "psg_live_..."\n }\n }\n }\n} Notes
An MCP server that exposes patent data to AI agents via the Model Context Protocol. It retrieves patent dossiers, prosecution history, citation graphs, and search results from Google Patents.
0 stars on GitHub. Last updated 2026-06-01. Licensed MIT.
Use cases
- Querying prosecution history for a given patent number
- Generating citation graphs to visualize patent relationships
- Integrating patent search results into an AI assistant workflow
Pros
- Targeted access to patent-specific data through a standard MCP interface
- Combines multiple patent intelligence sources in one server
- Written in TypeScript, easy to integrate with Node.js environments
Cons
- Zero GitHub stars suggests very limited community adoption or testing
- Relies on Google Patents and external sources, which may have rate limits or terms of use
- No version or release info available to assess stability
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Targeted access to patent-specific data through a standard MCP interface
- Combines multiple patent intelligence sources in one server
- Written in TypeScript, easy to integrate with Node.js environments
Cons
- Zero GitHub stars suggests very limited community adoption or testing
- Relies on Google Patents and external sources, which may have rate limits or terms of use
- No version or release info available to assess stability
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.
