MCP Catalogs
Home

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.

developer-toolsai-llmproductivity
18
Forks
2
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Automate patent creation workflows from invention disclosure to filing-ready documents
you:Conduct comprehensive prior art searches across 100M+ patents using keywords or classification codes
you:Review patent applications for compliance with USPTO (35 USC 112) and EPO requirements
you:How does the patent regulation search work?
you:Can I use this without Claude Code?

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 README
  • search_mpep

    Hybrid RAG search across MPEP, 35 USC, and 37 CFR with filters

  • get_mpep_section

    Pull full content of a specific MPEP section

  • search_patents_bigquery

    Search 100M+ patents by keyword

  • get_patent_bigquery

    Get full details on a specific patent

  • search_uspto_api

    Search via the USPTO API

  • review_patent_claims

    35 USC 112(b) compliance check (definiteness, antecedent basis, structure)

  • review_specification

    35 USC 112(a) adequacy check (written description, enablement, best mode)

  • render_diagram

    Generate patent-style diagrams from Graphviz DOT code

  • create_block_diagram

    Build a block diagram from components and relationships

  • check_bigquery_status

    BigQuery configuration status

  • get_patent_details

    Combined patent retrieval across sources

  • get_index_stats

    Search index statistics

Comparable tools

uspto-patent-searchpatent-drafting-assistantlegal-rag-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-system

Option B: One-Line Install

pip install git+https://github.com/RobThePCGuy/Claude-Patent-Creator.git && patent-creator setup

Option C: Manual Install

git clone https://github.com/RobThePCGuy/Claude-Patent-Creator.git
cd Claude-Patent-Creator
pip install -e .
patent-creator setup

FAQ

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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.