High-performance MCP server for USPTO Patent Trial and Appeal Board (PTAB) with context reduction, progressive disclosure workflows, and seamless cross-MCP integration
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": {
"uspto_ptab_mcp": {
"command": "uvx",
"args": [
"uspto-ptab-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add uspto_ptab_mcp uvx uspto-ptab-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"uspto_ptab_mcp": {
"command": "uvx",
"args": [
"uspto-ptab-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install uspto-ptab-mcp