npx claudepluginhub navisbio/patent-search-mcp --plugin patent-search-mcpAdd to your .mcp.json:
{
"mcpServers": {
"patent-search-mcp": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/dist/index.js"
],
"env": {
"PATENT_CONSUMER_KEY": "${PATENT_CONSUMER_KEY}",
"PATENT_CONSUMER_SECRET_KEY": "${PATENT_CONSUMER_SECRET_KEY}"
}
}
}
}Replace placeholder values for: PATENT_CONSUMER_KEY, PATENT_CONSUMER_SECRET_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
nodePATENT_CONSUMER_KEY=${PATENT_CONSUMER_KEY}PATENT_CONSUMER_SECRET_KEY=${PATENT_CONSUMER_SECRET_KEY}