MCP server for the AI Patent Search Generator — patent dossiers, prosecution history, citation graphs, and Google Patents search
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"patent-search-mcp-se": {
"command": "npx",
"args": [
"-y",
"smythmyke/patent-search-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add patent-search-mcp-se npx -y smythmyke/patent-search-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"patent-search-mcp-se": {
"command": "npx",
"args": [
"-y",
"smythmyke/patent-search-mcp-server"
]
}
}
}