filesystem vs Claude-Patent-Creator
Side-by-side comparison to help you pick between these two MCP servers.
filesystem by modelcontextprotocol | Claude-Patent-Creator by RobThePCGuy | |
|---|---|---|
| Stars | ★ 85,748 | ★ 118 |
| 30d uses | — | — |
| Score | 77 | 47 |
| Official | ✓ | — |
| Categories | File SystemDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | Python |
| Last commit | this month | this month |
filesystem · Summary
A feature-rich MCP server for filesystem operations with dynamic directory access control.
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.
filesystem · Use cases
- Enable AI models to read and write project files during development
- Allow Claude or other MCP clients to browse and analyze codebases
- Provide secure sandboxed access to specific directories for content generation
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
filesystem · Install
Installation
Using NPX
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/allowed/directory"
]
}
}
}Using Docker
{
"mcpServers": {
"filesystem": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
"mcp/filesystem",
"/projects"
]
}
}
}VS Code Extension
Click the installation buttons in the README to install directly in VS Code.
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-systemOption B: One-Line Install
pip install git+https://github.com/RobThePCGuy/Claude-Patent-Creator.git && patent-creator setupOption C: Manual Install
git clone https://github.com/RobThePCGuy/Claude-Patent-Creator.git
cd Claude-Patent-Creator
pip install -e .
patent-creator setup