# qd-today/qd | Model Context Protocol (MCP) Server > QD [v20240210] —— HTTP请求定时任务自动执行框架 base on HAR Editor and Tornado Server - **Stars**: ⭐ 5,533 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "qd": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-qd" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "qd": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-qd" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-qd` - **Docker**: `docker run -i --rm mcp/qd`