qmt-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
qmt-mcp-server by jm12138 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 18 | ★ 85,748 |
| 30d uses | — | — |
| Score | 40 | 77 |
| Official | — | ✓ |
| Categories | FinanceDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 11 mo ago | this month |
qmt-mcp-server · Summary
An MCP server for QMT platform that provides stock market data download and query functionality.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
qmt-mcp-server · Use cases
- Financial analysts researching stock performance trends
- Investors tracking multiple stock portfolios
- AI assistants providing real-time market data and analysis
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
qmt-mcp-server · Install
Installation
- Install QMT-MCP-Server
$ pip install git+https://github.com/jm12138/qmt-mcp-server- Start QMT or MiniQMT client
- Start MCP server
stdio mode (for local use)
$ qmt_mcp_server_stdioSSE mode (for server deployment)
$ qmt_mcp_server_sse --host 0.0.0.0 --port 8000- Client configuration
Claude Desktop
{
"mcpServers": {
"qmt-mcp-server": {
"command": "qmt_mcp_server_stdio"
}
}
}VS Code
{
"servers": {
"qmt-mcp-server": {
"command": "qmt_mcp_server_stdio"
}
}
}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"]
}
}
}