Skip to main content
Glama
paulieb89

PyP6Xer MCP Server

PyP6Xer MCP Server

SafeSkill 93/100 An MCP server wrapping PyP6Xer (xerparser) for loading, analysing, and editing Oracle Primavera P6 .xer schedule files — directly from Claude or any MCP-compatible client.

Requirements

  • Python 3.13+

  • uv

Install

uv sync

Connect to Claude Code

Add to your .mcp.json:

{
  "mcpServers": {
    "pyp6xer": {
      "type": "stdio",
      "command": "uv",
      "args": ["run", "python", "/path/to/p6-mcp-2/server.py"]
    }
  }
}

Usage

1. pyp6xer_load_file       — load a .xer from a local path, URL, or base64
2. <analysis tools>        — analyse the loaded schedule
3. pyp6xer_write_file      — persist any edits back to disk

Multiple files can be loaded simultaneously using different cache_key values.

Tools (25)

Category

Tools

File

load_file, list_projects, clear_cache, get_upload_url

Activities

list_activities, get_activity, search_activities

Analysis

critical_path, float_analysis, schedule_quality, schedule_health_check, slipping_activities, relationship_analysis

Progress / EVM

progress_summary, earned_value

Resources

list_resources, resource_utilization

Calendars

list_calendars

WBS

wbs_analysis, work_package_summary

Export

export_csv, compare_snapshots

Write

update_activity, batch_update, write_file

All tool names are prefixed pyp6xer_ to avoid conflicts when used alongside other MCP servers.

Dependencies

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
4Releases (12mo)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/paulieb89/pyp6xer-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server