patent search mcp server for Cursor
io.github.smythmyke/patent-search-mcp-server
Patent dossiers, prosecution, claims + a legal layer (PTAB, litigation, term) + AI risk. USPTO.
client:Cursor
transport:stdio
runtime:npm
Install patent search mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"patent-search-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"patent-search-mcp-server"
],
"env": {
"PATENT_SEARCH_API_KEY": "<PATENT_SEARCH_API_KEY>",
"PATENT_SEARCH_API_BASE": "<PATENT_SEARCH_API_BASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs