claude-patent-creator

data-ai MCP Server

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 autonomous agents.

VerifiedInstall Ready
data-aidata-ai
4 views141 stars24 forksv1.0.0MIT

Why This Matters

Discovered via github-topic:mcp-server and last synced 3mo ago.

VerifiedInstall Ready
Source
github-topic:mcp-server
Stars
141
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx claude-patent-creator

2. Add to claude_desktop_config.json

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

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

41
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (41)

get_mpep_section

Pull full content of a specific MPEP section

get_recent_uspto_patents

Pull recent filings

check_formalities

MPEP 608 compliance (abstract, title, drawings, required sections)

create_flowchart

Build a flowchart from a list of steps and connections

check_uspto_api_status

USPTO API connectivity

review_specification

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

Tool

What it does

Package

Version

faiss-cpu

>=1.13.2

Operation

Time

search_mpep

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

add_diagram_references

Add patent reference numbers to an existing SVG diagram

Skill

When it activates

transformers

>=4.57.6, <5.0.0

review_patent_claims

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

get_diagram_templates

List available diagram templates

Agent

What it does

google-cloud-bigquery

>=3.41.0

create_block_diagram

Build a block diagram from components and relationships

get_index_stats

Search index statistics

get_patent_details

Combined patent retrieval across sources

mcp

>=1.21.0

graphviz

>=0.21

sentence-transformers

>=5.1.2, <6.0.0

PyMuPDF

>=1.26.0

numpy

>=1.26.0, <3.0.0

pydantic

>=2.12.5

50-200ms

Hybrid FAISS + BM25

get_patent_bigquery

Get full details on a specific patent

search_patents_by_cpc_bigquery

Search by CPC classification code

search_uspto_api

Search via the USPTO API

check_bigquery_status

BigQuery configuration status

check_patent_corpus_status

Patent corpus status

search_prior_art

Automated prior art discovery

search_patents_bigquery

Search 100M+ patents by keyword

get_uspto_patent

Get patent details from USPTO

render_diagram

Generate patent-style diagrams from Graphviz DOT code

check_diagram_tools_status

Graphviz availability

setup_claude_config

Copy .claude configuration (skills, commands) to a project directory

rank-bm25

>=0.2.2

Term

What it means