Claude-Patent-Creator
by RobThePCGuy·★ 118·综合分 47
一款用于专利创建和分析的 AI 驱动的 MCP 服务器,采用混合 RAG 搜索专利法规,通过 BigQuery 访问 7600 万+专利,并自动检查合规性。
概述
Claude Patent Creator 是一个作为 MCP 服务器构建的完整专利创建系统,与 Claude Code 集成。它提供在 MPEP/USC/CFR 中搜索专利法规、通过 BigQuery 在数百万专利中进行现有技术搜索以及自动检查专利是否符合 USPTO 要求的工具。该系统支持自动专利起草和交互式审查工作流程,并具有 GPU 加速性能以处理复杂任务。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您正在处理美国专利创建工作,需要通过 MCP 实现自动化合规检查、法规检索和现有技术分析功能,请选择此工具。
什么时候不要选它
如果您需要非美国专利系统支持,请勿选择此工具,因为它目前仅专注于 USPTO 工作流程,缺乏国际专利覆盖。
此 server 暴露的工具
从 README 抽取出 12 个工具search_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
可对比工具
安装
安装
选项 A:Claude Code 插件(最简单)
/plugin marketplace add RobThePCGuy/Claude-Patent-Creator
/plugin install claude-patent-creator-standalone@claude-patent-creator
/claude-patent-creator-standalone:setup-patent-system选项 B:一键安装
pip install git+https://github.com/RobThePCGuy/Claude-Patent-Creator.git && patent-creator setup选项 C:手动安装
git clone https://github.com/RobThePCGuy/Claude-Patent-Creator.git
cd Claude-Patent-Creator
pip install -e .
patent-creator setupFAQ
- 专利法规搜索如何工作?
- 它采用混合方法,结合 FAISS 向量搜索、BM25 词汇搜索和交叉编码器重新排序器,以高度准确地检索相关专利法规章节。
- 没有 Claude Code 可以使用此系统吗?
- 可以,该系统包含一个独立的 MCP 服务器,可与任何 MCP 兼容的客户端(如 Claude Desktop)一起使用。
Claude-Patent-Creator 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。