Claude Patent Creator

v1.0.0Coding Agentsstable

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

bigqueryclaude-codeclaude-code-pluginfaissmcp-server
Share:
123
Stars
0
Downloads
0
Weekly
0/5

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

Generate USPTO patents with automated 35 USC 112 compliance.
Search 76M+ patents and generate technical diagrams for applications.
RobThePCGuy

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx claude-patent-creator

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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 setup
2

Or 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-system
3

Create 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=gpu
4

Verify 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 health
5

Add 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.

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.

Quick Config Preview

{ "mcpServers": { "claude-patent-creator": { "command": "npx", "args": ["-y", "claude-patent-creator"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides