From patent-writer
Local MCP server for searching Google Patents via SerpAPI. Retrieves patent details, citations, inventors, and related documents. Requires SERPAPI_API_KEY.
npx claudepluginhub jiutuhky/my-super-capsule --plugin patent-writerAdd to your .mcp.json:
{
"mcpServers": {
"google-patents-mcp": {
"command": "npx",
"args": [
"-y",
"@kunihiros/google-patents-mcp"
],
"env": {
"SERPAPI_API_KEY": "${SERPAPI_API_KEY}"
}
}
}
}Replace placeholder values for: SERPAPI_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxSERPAPI_API_KEY=${SERPAPI_API_KEY}