MCP Catalogs
Home

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
Score4077
Official
Categories
FinanceDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit11 mo agothis 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

  1. Install QMT-MCP-Server
$ pip install git+https://github.com/jm12138/qmt-mcp-server
  1. Start QMT or MiniQMT client
  1. Start MCP server

stdio mode (for local use)

$ qmt_mcp_server_stdio

SSE mode (for server deployment)

$ qmt_mcp_server_sse --host 0.0.0.0 --port 8000
  1. 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.