volcano-agent-sdk vs time
Side-by-side comparison to help you pick between these two MCP servers.
volcano-agent-sdk by Kong | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 392 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 3 mo ago | this month |
volcano-agent-sdk · Summary
TypeScript SDK for building AI agents that combine LLM reasoning with MCP tools, supporting multiple providers and advanced patterns.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
volcano-agent-sdk · Use cases
- Building autonomous AI agents that can interact with external tools via MCP
- Creating multi-agent workflows where specialized agents collaborate under a coordinator
- Developing production-ready AI applications with built-in observability and error handling
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
volcano-agent-sdk · Install
npm install @volcano.dev/agentFor Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"volcano-agent": {
"command": "npx",
"args": ["@volcano.dev/agent", "server"]
}
}
}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"]
}
}
}