qcqx-project-manage MCP Server — 将项目管理能力暴露给 AI Agent(Cursor、Claude Desktop 等)
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @qcqx/project-manage-mcp
MCP client config
{
"mcpServers": {
"qcqx-project-manage": {
"command": "npx",
"args": [
"-y",
"@qcqx/project-manage-mcp"
]
}
}
}