time vs akshare-one-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | akshare-one-mcp by zwldarren | |
|---|---|---|
| Stars | ★ 85,748 | ★ 172 |
| 30d uses | — | 13,664 |
| Score | 77 | 75 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | FinanceDeveloper ToolsWeb Scraping |
| Language | TypeScript | Python |
| Last commit | this month | 2 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
akshare-one-mcp · Summary
MCP server providing comprehensive Chinese stock market data through akshare-one API.
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
akshare-one-mcp · Use cases
- Financial analysts retrieving Chinese stock data for research
- Algorithmic trading systems accessing real-time market information
- Investment applications providing market data to users
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"]
}
}
}akshare-one-mcp · Install
Installation
Via Smithery (Recommended)
npx -y @smithery/cli install @zwldarren/akshare-one-mcp --client claudeVia uv
- Install uv if you haven't already
- Add this to your Claude Desktop config:
{
"mcpServers": {
"akshare-one-mcp": {
"command": "uvx",
"args": ["akshare-one-mcp"]
}
}
}Local Development
- Clone:
git clone https://github.com/zwldarren/akshare-one-mcp.git - Install deps:
uv sync - Add to Claude config with
uv run akshare-one-mcpin the command