bitcoin-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
bitcoin-mcp by AbdelStark | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 74 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | FinanceDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 10 mo ago | this month |
bitcoin-mcp · Summary
An MCP server enabling AI models to interact with Bitcoin and Lightning Network through various tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
bitcoin-mcp · Use cases
- AI assistants providing Bitcoin network information
- Automated analysis of Bitcoin transactions
- Lightning Network payment processing through AI agents
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
bitcoin-mcp · Install
Installation
Claude Desktop Integration
Add the following to your Claude Desktop configuration (claude_desktop_config.json):
{
"mcpServers": {
"bitcoin-mcp": {
"command": "npx",
"args": ["-y", "bitcoin-mcp@latest"]
}
}
}Goose Integration
For Goose CLI:
goose configure
# Add Command-Line Extension with:
# Name: bitcoin
# Command: npx -y bitcoin-mcp@latestNPM Installation
npm install -g bitcoin-mcpFor more details, see the [documentation](https://abdelstark.github.io/bitcoin-mcp/).
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"]
}
}
}