MCP server for IPable Patent Intelligence, query Millions documents of patent knowledge graph from Claude, Cursor, Windsurf, or any MCP-compatible AI tool.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ipable-ukp": {
"command": "npx",
"args": [
"-y",
"ipable-ai/ipable-ukp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ipable-ukp npx -y ipable-ai/ipable-ukp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ipable-ukp": {
"command": "npx",
"args": [
"-y",
"ipable-ai/ipable-ukp"
]
}
}
}
📋 Copy