
Google Patents MCP
Supports UIby kunihiros
Search and retrieve patent information from Google Patents using SerpApi.
What it does
Connects AI agents to Google Patents via SerpApi, allowing for deep research into patent filings, publications, and priority dates. It transforms the AI into a professional patent researcher capable of filtering by inventor, assignee, and country.
Tools
search_patents: The primary tool for searching Google Patents. Supports complex queries, date filters, and specific patent statuses (GRANT/APPLICATION).
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"google-patents-mcp": {
"command": "npx",
"args": [
"-y",
"@kunihiros/google-patents-mcp"
],
"env": {
"SERPAPI_API_KEY": "YOUR_ACTUAL_SERPAPI_KEY"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y @kunihiros/google-patents-mcpInformation
- Pricing
- freemium
- Published
- 4/26/2026
- stars






