.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/robthepcguy/claude-patent-creator
home/mcp-servers/robthepcguy/claude-patent-creator
robthepcguy avatar

claude-patent-creator

byrobthepcguy· 1 MCP server

Stars

161

Forks

27

Category

Legal & Compliance

View on GitHub

TL;DR

MPEP-based Patent Creator for patent creation with examiner-level accuracy

How to install claude-patent-creator?

robthepcguy/claude-patent-creator
$git clone https://github.com/robthepcguy/claude-patent-creator

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install claude-patent-creator by running `git clone https://github.com/robthepcguy/claude-patent-creator`, then use it for the current task and follow its documentation at https://github.com/robthepcguy/claude-patent-creator.

Files · 1

View on GitHub
README.md
1# Claude Patent Creator
2 
3[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
4[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)
5[![MCP Server](https://img.shields.io/badge/MCP-FastMCP-purple.svg)](https://github.com/jlowin/fastmcp)
6[![PyTorch](https://img.shields.io/badge/PyTorch-2.9+-red.svg)](https://pytorch.org/)
7[![Status](https://img.shields.io/badge/status-beta%20(WIP)-orange.svg)](#project-status)
8 
9**An AI-powered patent creation and analysis system for Claude Code.**
10 
11I built this because I needed to file a patent myself. I used AI to build the system, used the system to file the patent, and it worked. Now it's open source so anyone can use it. You do not need to be a lawyer or a programmer. If you can describe your idea in a chat window, you can use this.
12 
13In plain terms, this tool lets you:
14 
15- **Ask patent-rule questions in plain English.** "Do my claims have to be numbered?" "How long can the abstract be?" You get the actual rule, with a citation, in about a second. (Under the hood it searches the MPEP, the examiner's rulebook, plus the patent statutes and regulations.)
16- **Find out whether your idea is actually new.** Search more than 100 million existing patents worldwide for anything close to your invention. This is called a *prior art* search, and it is the single most important step — it is how you learn whether a patent is even worth pursuing.
17- **Get your draft checked before a human ever bills you an hour.** The tool reads your claims and application the way an examiner would and flags the mechanical problems: unclear wording, missing sections, an abstract that is too long. It also tells you which checks it *did not* run, so a clean report means what it says.
18- **Make the drawings.** Patent-style diagrams and flowcharts from a description, no design software.
19- **Go from "here is my idea" to a reviewable draft application.** A guided workflow takes your description (or even your source code), hunts for prior art, drafts claims and a specification, checks everything, and hands you a package a patent professional can review quickly — for US or European filing.
20 
21New to the vocabulary? Every term this page uses is explained in the [Glossary](#glossary) in plain English.
22 
23---
24 
25## What this tool will and will not do — read this first
26 
27This tool is built for people who cannot afford a mistake, so it is honest to a fault. Know what you are getting:
28 
29- **It will tell you "no."** If the search finds your idea already exists, the tool's job is to show you the evidence and save you the filing fee — not to flatter you into spending money. A well-reasoned "this is not new, and here is why" is the tool working, not failing.
30- **It never says "verified" loosely.** Every automated check reports what it ran *and what it skipped*. If a report looks clean, you can trust that the words mean exactly what they say.
31- **It does not file anything for you.** You review, you decide, you file. The tool prepares; you commit.
32- **It is not a lawyer and does not give legal advice.** What it produces is a well-prepared draft plus organized evidence — built so that a patent professional's review is fast and cheap instead of slow and expensive. For anything you intend to file, have a registered patent practitioner look at it. The point of this tool is to make that look-over affordable, not to skip it.
33- **Some judgments are human-only.** Whether your invention is "non-obvious" and whether it is the kind of thing patent law protects at all are legal judgments no software makes reliably. The tool arms you for those conversations; it does not have them for you.
34 
35---
36 
37## Table of Contents
38 
39- [What this tool will and will not do](#what-this-tool-will-and-will-not-do--read-this-first)
40- [Quick Start](#quick-start)
41- [What Can I Actually Do With This?](#what-can-i-actually-do-with-this)
42- [How It Works](#how-it-works)
43- [Installation Options](#installation-options)
44- [CLI Commands](#cli-commands)
45- [MCP Tools Reference](#mcp-tools-reference)
46- [Skills, Agents, and Slash Commands](#skills-agents-and-slash-commands)
47- [Configuration](#configuration)
48- [Requirements](#requirements)
49- [Architecture](#architecture)
50- [Performance](#performance)
51- [Known Issues](#known-issues)
52- [Glossary](#glossary)
53- [Roadmap](#roadmap)
54- [Contributing](#contributing)
55- [Credits](#credits)
56- [License](#license)
57 
58---
59 
60## Quick Start
61 
62Never used Claude Code? It's Anthropic's AI assistant that runs in a terminal or as a desktop app — [install it first](https://claude.com/claude-code) (a paid Claude subscription is the only cost to start). Then come back here; setup is one command and the tool talks you through the rest.
63 
64Pick the path that fits your setup. All three get you to the same place.
65 
66### Option A: Claude Code Plugin (Easiest)
67 
68If you're already using Claude Code, this is the fastest way in:
69 
70```bash
71# Add the marketplace and install
72/plugin marketplace add RobThePCG

Preview

robthepcguy/claude-patent-creatorrobthepcguy/claude-patent-creator
Reporobthepcguy/claude-patent-creator
TypeMCP Servers
CategoryLegal & Compliance
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPbigqueryclaude-code

Related

6 picks
Type
  1. chrisryugj avatarkorean-law-mcp법제처 42개 API → 9개 MCP 도구. 법령·판례·조례·조약 + 다단계 리서치(legal_research, 8 task) + 정밀분석(legal_analysis: 인용검증·판례생사·행위시법·영향그래프) + 시점 비교(time_travel) + 상황별 5단계 안내(action_plan) + 국세청 해석례(nts)MCP ServersJul 202622k2.3k
  2. atomno-mcp avatarmcp-fns-checkRussian tax authority (FNS) counterparty checks: status, debts, blocks. Due diligence MCP.MCP ServersJul 20261.4k14
  3. lawchat-oss avatarmcp-taiwan-legal-dbMCP server for querying Taiwan (ROC) judicial judgments and the national regulation databaseMCP ServersJun 2026692164
  4. novyxlabs avatarnovyx-mcpMCP tools for Novyx governed actions, shared memory, audit, rollback, and evidence workflows. Local SQLite memory works zero-config; hosted governance and approvals use Novyx Cloud.MCP ServersJul 202653331
  5. the-momentum avatarfhir-mcp-serverFHIR MCP Server for handling medical data standard.MCP ServersOct 202550997
  6. awslabs avatarmcp-server-for-oscalAI agent tools for Open Security Controls Assessment Language (OSCAL)MCP ServersJun 202627250