p6xer MCP Server

A full-featured Model Context Protocol (MCP) server for Primavera P6 XER files, built on PyP6XER. Its 13 documented tools cover resource, schedule. It runs locally over stdio via the published package.

People connecting filesystem tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-03-25 · ★ 10 · #24 OF 34 MAINTAINED FILESYSTEM · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install p6xer MCP Server

Claude Code

claude mcp add osama-ata-p6xer-mcp-server -- uvx p6xer-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "osama-ata-p6xer-mcp-server": {
      "command": "uvx",
      "args": [
        "p6xer-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package p6xer-mcp-server - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.osama-ata is GitHub-verified and matches the repo owner

03 · What p6xer MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can parse an XER file - project list, totals, status breakdowns, and list resources, optionally filtered by type.

Capability map

Tools grouped from the project's README - what p6xer MCP Server lets an agent do.

read & search

10 tools - e.g. Activities with filters: project_id, project_short_name, status, task_type; Critical path activities (float ≤ 0), sorted by early start; List resources, optionally filtered by type

get_project_activities · get_critical_path · get_resources · get_resource_assignments · get_wbs · get_relationships…

Parse

1 tool - e.g. Parse an XER file - project list, totals, status breakdowns

parse_xer_file

Analyze

1 tool - e.g. Planned/actual hours & costs per resource; over-allocation flags

analyze_resource_utilization

Check

1 tool - e.g. DCMA-style check: missing logic, long durations, high float, unresourced tasks

check_schedule_quality

04 · Who maintains p6xer MCP Server

p6xer MCP Server is maintained by osama-ata. It's the only MCP server we track from this author; the repo dates to Apr 2025.

05 · Facts

category
filesystem - ranked #24 of 34 actively-maintained filesystem servers as of 2026-08-25.
registry
io.github.osama-ata/p6xer-mcp-server (active, first published 2026-03-25)
packages
pypi:p6xer-mcp-server

06 · p6xer MCP Server FAQ

Is p6xer MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-25. We re-verify nightly.

What can p6xer MCP Server do?

With this server connected, an agent can parse an XER file - project list, totals, status breakdowns, and list resources, optionally filtered by type.

How do I install p6xer MCP Server?

Run `uvx p6xer-mcp-server`. You can also paste the ready-made client config above.

Does p6xer MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to p6xer MCP Server

More filesystem MCP servers · Shuck File · Factorial HR · Tilde · Silicon Friendly

More Python MCP servers · Compliance Trestle MCP · As A Judge · Ouestcharlie Woof · Watch Skill · Global Agent Memory · see all