time vs Claude-Patent-Creator
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | Claude-Patent-Creator by RobThePCGuy | |
|---|---|---|
| Stars | ★ 85,748 | ★ 118 |
| 30d uses | — | — |
| Score | 77 | 47 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | Python |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
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.
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
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
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}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