spicebridge vs time
Side-by-side comparison to help you pick between these two MCP servers.
spicebridge by clanker-lover | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 19 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this month |
spicebridge · Summary
MCP server providing AI assistants with direct access to ngspice circuit simulation.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
spicebridge · Use cases
- AI-assisted circuit design and validation through natural language commands
- Rapid prototyping of electronic circuits with automatic component value calculation
- Educational tool for learning circuit design concepts through interactive simulation
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
spicebridge · Install
Installation
pip install spicebridgeRequirements
- Python 3.10+
- [ngspice](https://ngspice.sourceforge.io/) installed and on PATH
Claude Desktop Configuration
Add to your .mcp.json:
{
"mcpServers": {
"spicebridge": {
"command": "spicebridge"
}
}
}Cloud Deployment
spicebridge setup-cloud # interactive deployment
spicebridge setup-cloud --quick # quick temporary tunneltime · 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"]
}
}
}