Google Patents Mcp
@KunihiroS
Google Patents Mcp について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"google-patents-mcp": {
"command": "npx",
"args": [
"-y",
"@kunihiros/google-patents-mcp"
],
"env": {
"SERPAPI_API_KEY": "YOUR_ACTUAL_SERPAPI_KEY"
}
}
}
}ツール
1Searches Google Patents using SerpApi. Allows filtering by date, inventor, assignee, country, language, status, type, and sorting.
概要
What is Google Patents Mcp?
Google Patents Mcp is a Model Context Protocol (MCP) server that allows searching Google Patents information via the SerpApi Google Patents API. It is designed for developers and AI assistants who need to query patent data programmatically.
How to use Google Patents Mcp?
The server can be run directly using npx without local installation. Configuration requires a valid SerpApi API key, which can be supplied via the SERPAPI_API_KEY environment variable or a .env file. For MCP hosts, set the environment variable in the host configuration. After starting, the server listens for MCP requests on standard input/output.
Key features of Google Patents Mcp
- Provides the
search_patentsMCP tool for patent searches. - Uses SerpApi as the backend for patent data.
- Can be executed directly via
npxwithout installation. - Supports filtering by date, inventor, assignee, country, language, status, and type.
- Allows inclusion of Google Scholar results.
Use cases of Google Patents Mcp
- Searching for granted patents in a specific language and date range.
- Filtering patents by inventor or assignee for competitive analysis.
- Integrating patent search capabilities into AI assistants via MCP.
FAQ from Google Patents Mcp
What are the prerequisites for using Google Patents Mcp?
Node.js version 18 or higher is recommended, along with npm and a valid SerpApi API key.
How do I configure the SerpApi API key?
You can set the SERPAPI_API_KEY environment variable (recommended for MCP hosts) or create a .env file (in the current directory or ~/.google-patents-mcp.env) with the key.
What tool does Google Patents Mcp provide?
It provides a single MCP tool called search_patents, which accepts a search query and optional filters (page, number of results, sort, date range, inventor, assignee, country, language, status, type, and scholar flag).
Can I run the server without installing it locally?
Yes, you can run it directly via npx @kunihiros/google-patents-mcp. The package is downloaded and executed on the fly.
What logging options are available?
Log level is controlled by the LOG_LEVEL environment variable (e.g., error, warn, info, debug). Logs are output to standard error and optionally written to a log file.
「その他」の他のコンテンツ

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Servers
modelcontextprotocolModel Context Protocol Servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
コメント