MCP Catalogs
Home

everything vs Claude-Patent-Creator

Side-by-side comparison to help you pick between these two MCP servers.

everything
by modelcontextprotocol
Claude-Patent-Creator
by RobThePCGuy
Stars★ 85,748★ 118
30d uses
Score7747
Official
Categories
Developer ToolsAI / LLM ToolsOther
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptPython
Last committhis monththis month

everything · Summary

Official MCP test server exercising all protocol features for client builders.

Claude-Patent-Creator · Summary

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.

everything · Use cases

  • Testing MCP client implementations against all protocol features
  • Learning MCP protocol capabilities through a reference server
  • Validating client compatibility with different transport methods

Claude-Patent-Creator · Use cases

  • Automate patent creation workflows from invention disclosure to filing-ready documents
  • Conduct comprehensive prior art searches across 100M+ patents using keywords or classification codes
  • Review patent applications for compliance with USPTO (35 USC 112) and EPO requirements

everything · Install

NPX (recommended)

{
  "mcpServers": {
    "everything": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

On Windows, use cmd /c:

{
  "mcpServers": {
    "everything": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

Docker

{
  "mcpServers": {
    "everything": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "mcp/everything"]
    }
  }
}

Global install

npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everything

Claude-Patent-Creator · Install

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
Comparison generated from public README + GitHub signals. Last updated automatically.