google-patents-mcp
5
The Google Patents MCP Server is a tool that facilitates the searching of Google Patents using the SerpApi. It offers features like a straightforward `npx` based startup, and it accommodates various search parameters for detailed patent querying.
Google Patents MCP Server - Overview
This project provides a Model Context Protocol (MCP) server for searching Google Patents information using the SerpApi Google Patents API.
Features
- MCP tool
search_patents
for Google Patents search. - Uses SerpApi as the backend.
- Can be executed using
npx
without local installation.
Prerequisites
- Node.js: Version 18 or higher.
- npm: Required.
- SerpApi API Key: Obtain from SerpApi.
Quick Start
- Use
npx
to run the server. - Configure using environment variables or
.env
file for the API key.
Provided MCP Tool
search_patents
- Input parameters include query, pagination, language, country, status, and more.
- Returns JSON search results formatted by SerpApi.