Claude Patent Creator
USPTO patent creation system with MCP server + Claude Code plugin. Hybrid RAG search over MPEP/USC/CFR, BigQuery access to 76M+ patents, automated 35 USC 112 compliance checks, prior art search, diagram generation. GPU-accelerated with skills and aut
What is Claude Patent Creator?
Claude Patent Creator is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to uspto patent creation system with mcp server + claude code plugin. hybrid rag search over mpep/usc/cfr, bigquery access to 76m+ patents, automated 35 usc 112 compliance checks, prior art search, diagr...
USPTO patent creation system with MCP server + Claude Code plugin. Hybrid RAG search over MPEP/USC/CFR, BigQuery access to 76M+ patents, automated 35 USC 112 compliance checks, prior art search, diagram generation. GPU-accelerated with skills and aut
This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- USPTO patent creation system with MCP server + Claude Code p
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx claude-patent-creatorConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Claude Patent Creator
Claude Patent Creator is a USPTO patent drafting system that combines an MCP server with a Claude Code plugin to automate the full patent application workflow. It provides hybrid RAG search over the Manual of Patent Examining Procedure (MPEP), USC, and CFR regulations, BigQuery access to over 76 million patents for prior art discovery, automated 35 USC 112 compliance checks, and diagram generation tools. Patent professionals and engineers use it to accelerate drafting from initial concept to a fully compliant patent application, including claims validation, specification completeness checks, and flowchart generation.
Prerequisites
- Python 3.10+ with pip installed
- A Google Cloud project with BigQuery enabled (for patent corpus search — optional)
- An Anthropic API key (for query expansion — optional but recommended)
- A GPU is recommended for accelerated FAISS index operations (CPU fallback supported)
- Claude Code with plugin support, or another MCP-compatible client
Install via pip from GitHub
The one-line install fetches the package directly from the repository and runs the setup command that initialises the FAISS index, downloads MPEP data, and configures environment files.
pip install git+https://github.com/RobThePCGuy/Claude-Patent-Creator.git && patent-creator setupOr install the Claude Code plugin directly
If you are using Claude Code, install via the plugin marketplace and run the setup skill to configure everything automatically.
/plugin marketplace add RobThePCGuy/Claude-Patent-Creator
/plugin install claude-patent-creator-standalone@claude-patent-creator
/claude-patent-creator-standalone:setup-patent-systemCreate a .env file with your credentials
Copy the example env file and fill in the keys for the services you want to use. Only GOOGLE_CLOUD_PROJECT is needed for BigQuery patent search; ANTHROPIC_API_KEY enables query expansion.
GOOGLE_CLOUD_PROJECT=your-gcp-project-id
ANTHROPIC_API_KEY=sk-ant-...
EPO_OPS_KEY=your-epo-key
EPO_OPS_SECRET=your-epo-secret
PATENT_LOG_LEVEL=INFO
PATENT_MPEP_DEVICE=gpuVerify the installation health
Run the health check command to confirm the FAISS index is built, BigQuery connectivity is available, and all 20+ tools have loaded successfully.
patent-creator healthAdd the MCP server to your client configuration
Register the patent-creator server in your claude_desktop_config.json so the AI assistant can invoke patent search, analysis, and generation tools.
{
"mcpServers": {
"claude-patent-creator": {
"command": "patent-creator",
"args": ["serve"],
"env": {
"GOOGLE_CLOUD_PROJECT": "your-gcp-project-id",
"ANTHROPIC_API_KEY": "sk-ant-..."
}
}
}
}Claude Patent Creator Examples
Client configuration
Example claude_desktop_config.json for the Claude Patent Creator MCP server with BigQuery and Anthropic credentials.
{
"mcpServers": {
"claude-patent-creator": {
"command": "patent-creator",
"args": ["serve"],
"env": {
"GOOGLE_CLOUD_PROJECT": "my-gcp-project",
"ANTHROPIC_API_KEY": "sk-ant-your-key",
"PATENT_MPEP_DEVICE": "cpu"
}
}
}
}Prompts to try
Example prompts leveraging the 20+ patent search, analysis, and generation tools.
- "Search MPEP for claim definiteness requirements under 35 USC 112(b)"
- "Search for patents about neural network training acceleration filed after 2022"
- "Review these patent claims for 35 USC 112(b) compliance"
- "Create a block diagram showing the system architecture for my invention"
- "Run a full patent review on my draft application"Troubleshooting Claude Patent Creator
BigQuery search fails with 'credentials not found' error
Ensure GOOGLE_CLOUD_PROJECT is set in your .env file and that Application Default Credentials are configured. Run 'gcloud auth application-default login' to authenticate your local environment.
FAISS index build is very slow or runs out of memory
Set PATENT_MPEP_DEVICE=cpu if no GPU is available, or increase system RAM. The initial index build is a one-time operation; subsequent startups load the pre-built index from disk.
'patent-creator' command not found after installation
Ensure your pip install target's bin directory is in your PATH. With a virtual environment, activate it first: 'source venv/bin/activate'. Then verify with 'which patent-creator'.
Frequently Asked Questions about Claude Patent Creator
What is Claude Patent Creator?
Claude Patent Creator is a Model Context Protocol (MCP) server that uspto patent creation system with mcp server + claude code plugin. hybrid rag search over mpep/usc/cfr, bigquery access to 76m+ patents, automated 35 usc 112 compliance checks, prior art search, diagram generation. gpu-accelerated with skills and aut It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Claude Patent Creator?
Follow the installation instructions on the Claude Patent Creator GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Claude Patent Creator?
Claude Patent Creator works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Claude Patent Creator free to use?
Yes, Claude Patent Creator is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Claude Patent Creator Alternatives — Similar Coding Agents Servers
Looking for alternatives to Claude Patent Creator? Here are other popular coding agents servers you can use with Claude, Cursor, and VS Code.
Dify
★ 142.2kProduction-ready platform for agentic workflow development.
Ruflo
★ 54.0k🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, self-learning swarm intelligence, RAG integrat
Goose
★ 45.7kan open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
Antigravity Awesome Skills
★ 38.3kInstallable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.
AgentScope
★ 25.5kBuild and run agents you can see, understand and trust.
Serena
★ 24.5kA coding agent toolkit that provides IDE-like semantic code retrieval and editing tools, enabling LLMs to efficiently navigate and modify codebases using symbol-level operations instead of basic file reading and string replacements.
Browse More Coding Agents MCP Servers
Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Claude Patent Creator in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Claude Patent Creator?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.