Catalog
io.github.cyanheads/uspto-mcp-server
OfficialSearch USPTO patent applications, PTAB trial proceedings, and petition decisions.
Search USPTO patent applications, PTAB trials, and petition decisions.
README not available yet.
Install
Configuration
Environment variables
MCP_LOG_LEVELdefault infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
MCP_HTTP_HOSTdefault 127.0.0.1The hostname for the HTTP server.
MCP_HTTP_PORTdefault 3010The port to run the HTTP server on.
MCP_HTTP_ENDPOINT_PATHdefault /mcpThe endpoint path for the MCP server.
MCP_AUTH_MODEdefault noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
claude_desktop_config.json
{
"mcpServers": {
"uspto-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/uspto-mcp-server@0.1.2",
"run",
"start:stdio"
],
"env": {
"MCP_LOG_LEVEL": "info"
}
}
}
}