MCP servers for AI-enabled project management. Enables Claude to interact with PM data.
Project description
PM MCP Servers
MCP servers for AI-enabled project management. Enables Claude to interact with PM data.
Part of the PDA Platform.
Overview
PM MCP Servers provides Model Context Protocol (MCP) servers that enable Claude Desktop and other MCP clients to interact with project management data. Built to support the NISTA Programme and Project Data Standard trial.
Features
- pm-data-server: Load, query, and manipulate PM data
- pm-validate-server: Validate PM data against standards
- pm-analyse-server: Analyze PM data for insights
- pm-benchmark-server: Benchmark PM AI capabilities
Installation
pip install pm-mcp-servers
Quick Start
Configure Claude Desktop
Add to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"pm-data": {
"command": "pm-data-server",
"args": []
}
}
}
Example Queries
Once configured, you can ask Claude:
- "Load /projects/building.mpp and show the critical path"
- "What tasks are at risk of slipping?"
- "Convert this project to NISTA format"
- "Validate this project against NISTA requirements"
Available Servers
pm-data-server
Core server for PM data interaction.
Tools:
load_project: Load a project filequery_tasks: Query tasks by criteriaget_critical_path: Find critical pathexport_project: Export to different formats
pm-validate-server
Validation server for PM data quality.
Tools:
validate_nista: Validate NISTA compliancevalidate_structure: Check structural integritycheck_dependencies: Validate task dependencies
pm-analyse-server
Analysis server for PM insights.
Tools:
analyze_risks: Identify project risksforecast_completion: Predict completion datesresource_utilization: Analyze resource usage
pm-benchmark-server
Benchmarking server for PM AI evaluation.
Tools:
run_benchmark: Execute benchmark taskscompare_results: Compare AI performance
Development
# Clone repository
git clone https://github.com/PDA-Task-Force/pda-platform.git
cd pda-platform/packages/pm-mcp-servers
# Create virtual environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install development dependencies
pip install -e ".[dev]"
# Run tests
pytest
Acknowledgments
Developed by members of the PDA Task Force.
This work was made possible by:
- The PDA Task Force White Paper identifying AI implementation barriers in UK project delivery
- The NISTA Programme and Project Data Standard and its 12-month trial period
License
MIT License - see LICENSE for details.
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pm_mcp_servers-0.3.0.tar.gz.
File metadata
- Download URL: pm_mcp_servers-0.3.0.tar.gz
- Upload date:
- Size: 44.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2165a2e868f6a854690fb4d669d68bb9a41bc67f7ac4b1397f84a6b6e1e157e2
|
|
| MD5 |
dc422aae554349f597315e24759b01b2
|
|
| BLAKE2b-256 |
74eb329464519acc7d0cc00e9fe99c04121597af9b43c890a78c38f0f9b5d266
|
File details
Details for the file pm_mcp_servers-0.3.0-py3-none-any.whl.
File metadata
- Download URL: pm_mcp_servers-0.3.0-py3-none-any.whl
- Upload date:
- Size: 44.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5fe3af6b78491bfd4ec58c55ca72a8d1fc02811afe2cb8fb82a98903eec265b1
|
|
| MD5 |
b057cd482bca3ae37bb110cf2a24c9ca
|
|
| BLAKE2b-256 |
2085b1e696bc846c017310655ad1c1cbf0af79832de79225508f672c88d46ebe
|