mcpbeat Sign in

Qcqx Project Manage MCP Server

by qxchuckle Your server? Claim it
local only

Qcqx Project Manage MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 8 Apr 2026.

qcqx-project-manage MCP Server — 将项目管理能力暴露给 AI Agent(Cursor、Claude Desktop 等)

Installs per day peak 10 · avg 4 · +123% w/w
a month agotoday
26
Installs / week
npm · @qcqx/project-manage-mcp
4
Stars
0 open issues
8 Apr 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    task_json_path = os.path.join(repo_root, task_dir, FILE_TASK_JSON)
            result = subprocess.run(
Runs with shell=True .claude/hooks/ralph-loop.py:145
                shell=True,
Runs an external command packages/cli/src/commands/open.ts:56
        execSync(`${opts.editor} "${node.fsPath}"`, { stdio: 'inherit' });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add qcqx-project-manage-mcp -- npx -y @qcqx/project-manage-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "qcqx-project-manage-mcp": {
      "args": [
        "-y",
        "@qcqx/project-manage-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.qcqx-project-manage-mcp]
command = "npx"
args = ["-y", "@qcqx/project-manage-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "qcqx-project-manage-mcp": {
      "args": [
        "-y",
        "@qcqx/project-manage-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "qcqx-project-manage-mcp": {
      "args": [
        "-y",
        "@qcqx/project-manage-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Qcqx Project Manage MCP

same job, measured the same way
Project Management AI MCP
by csoai-org

Project Management Ai MCP Server by MEOK AI Labs

197 installs/wk local only
Gency MCP
by gency

Gency AI product image generation - MCP server for Claude, Codex, Cursor, VS Code

87 installs/wk local only
MaShop MCP
by mashop

Build, deploy and manage MaShop e-commerce projects from Claude, Cursor or any MCP client.

answering
Generate-Data
by ns-3e

MCP server for Generate-Data.com: dataset generation, AI schema design, Project management.

80 installs/wk local only
Gooodbilling
by gooodbilling

GooodBilling 公式 MCP Server — Claude Desktop / Cursor 等の MCP 対応クライアントから AI ファーストで請求書・見積を操作する

45 installs/wk local only
Swotpal MCP Server
by aprilelevengo

MCP Server for SWOTPal — SWOT analysis tools for AI agents (Claude, Cursor, Windsurf)

23 installs/wk local only
Web2md
by web2md

MCP Server for Web2MD — convert URLs to Markdown from Claude Desktop, Cursor, etc.

108 installs/wk local only
Mobileproxy
by mobileproxy

MCP server for mobileproxy.space — manage your mobile proxies from Claude, Cursor, Windsurf.

25 installs/wk local only

Qcqx Project Manage MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Qcqx Project Manage MCP?
Qcqx Project Manage MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @qcqx/project-manage-mcp was installed 26 times last week.
How do I connect Qcqx Project Manage MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @qcqx/project-manage-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Qcqx Project Manage MCP?
The npm package @qcqx/project-manage-mcp was installed 26 times in the last week. Week over week that is +123%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Qcqx Project Manage MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.