Claude-Patent-Creator
by RobThePCGuy·★ 118·Score 47
An AI-powered patent creation and analysis MCP server with hybrid RAG search over patent regulations, BigQuery access to 76M+ patents, and automated compliance checking.
Overview
Claude Patent Creator is a comprehensive patent creation system built as an MCP server that integrates with Claude Code. It provides tools for searching patent regulations across MPEP/USC/CFR, conducting prior art searches across millions of patents via BigQuery, and automatically checking patent claims for USPTO compliance. The system supports both automated patent drafting and interactive review workflows, with GPU-accelerated performance for complex tasks.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this if you're working with US patent creation and need automated compliance checking, regulation search, and prior art analysis capabilities through MCP.
When NOT to choose this
Don't choose this if you need support for non-US patent systems, as it's currently focused only on USPTO workflows and lacks international patent coverage.
Tools this server exposes
12 tools extracted from the READMEsearch_mpepHybrid RAG search across MPEP, 35 USC, and 37 CFR with filters
get_mpep_sectionPull full content of a specific MPEP section
search_patents_bigquerySearch 100M+ patents by keyword
get_patent_bigqueryGet full details on a specific patent
search_uspto_apiSearch via the USPTO API
review_patent_claims35 USC 112(b) compliance check (definiteness, antecedent basis, structure)
review_specification35 USC 112(a) adequacy check (written description, enablement, best mode)
render_diagramGenerate patent-style diagrams from Graphviz DOT code
create_block_diagramBuild a block diagram from components and relationships
check_bigquery_statusBigQuery configuration status
get_patent_detailsCombined patent retrieval across sources
get_index_statsSearch index statistics
Comparable tools
Installation
Installation
Option A: Claude Code Plugin (Easiest)
/plugin marketplace add RobThePCGuy/Claude-Patent-Creator
/plugin install claude-patent-creator-standalone@claude-patent-creator
/claude-patent-creator-standalone:setup-patent-systemOption B: One-Line Install
pip install git+https://github.com/RobThePCGuy/Claude-Patent-Creator.git && patent-creator setupOption C: Manual Install
git clone https://github.com/RobThePCGuy/Claude-Patent-Creator.git
cd Claude-Patent-Creator
pip install -e .
patent-creator setupFAQ
- How does the patent regulation search work?
- It uses a hybrid approach combining FAISS vector search, BM25 lexical search, and a cross-encoder reranker for highly accurate retrieval of relevant patent regulation sections.
- Can I use this without Claude Code?
- Yes, the system includes a standalone MCP server that can be used with any MCP-compatible client like Claude Desktop.
Compare Claude-Patent-Creator with
Last updated · Auto-generated from public README + GitHub signals.