mercury-invoicing-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
mercury-invoicing-mcp by klodr | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 20 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | FinanceDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
mercury-invoicing-mcp · Summary
MCP server providing full access to Mercury Banking APIs with advanced invoicing features.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mercury-invoicing-mcp · Use cases
- Automating recurring invoice creation and management for small businesses
- Enabling LLM agents to access banking data for financial analysis
- Creating payment workflows with proper approval controls
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
mercury-invoicing-mcp · Install
Installation
npm install -g mercury-invoicing-mcpOr with npx:
npx mercury-invoicing-mcpClaude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"mercury-invoicing": {
"command": "npx",
"args": ["-y", "mercury-invoicing-mcp"],
"env": {
"MERCURY_API_KEY": "secret-token:mercury_production_xxxxxxxxxxxxxxxx"
}
}
}
}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"]
}
}
}