atxp vs time
Side-by-side comparison to help you pick between these two MCP servers.
atxp by atxp-dev | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 29 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsCommunicationDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 3 mo ago | this month |
atxp · Summary
ATXP provides a payment infrastructure and MCP tools for AI agents, including email, SMS, media generation, and code execution.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
atxp · Use cases
- AI agents needing to perform web research and content generation without API key management
- Building autonomous agents that can send emails, SMS messages, and make voice calls
- Developing AI systems that require access to paid tools on a pay-per-use basis
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
atxp · Install
Gemini CLI
gemini extensions install https://github.com/atxp-dev/atxpClaude Desktop / Cursor / Windsurf
Add to your MCP client config (e.g. claude_desktop_config.json):
{
"mcpServers": {
"atxp": {
"command": "npx",
"args": ["-y", "atxp@latest"]
}
}
}Any MCP Client
npx atxp@latesttime · 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"]
}
}
}