CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Project Management AI Analysis

pda-task-force/pda-platform
STDIOregistry active
Summary

This server gives Claude access to AI-powered project management analysis capabilities from the PDA Platform's pm-mcp-servers package. It's built on top of the pm-data-tools library, which parses eight different PM formats plus the NISTA standard. The server exposes risk identification, forecasting, and mitigation generation tools that work across MS Project, Primavera P6, Jira, Monday, Asana, Smartsheet, and GMPP files. Reach for this when you need Claude to analyze project schedules, identify delivery risks, or generate mitigation strategies. Note that the original PDA Task Force closed in January 2026, but the code lives on in a maintained fork at antnewman/pda-platform. Built for the NISTA Programme and Project Data Standard trial.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Categories
Productivity & Office
Registryactive
Packagepm-mcp-servers
TransportSTDIO
UpdatedJan 4, 2026
View on GitHub

PDA Platform

NOTICE: The PDA Task Force closed on 30 January 2026

This repository is no longer maintained or supported.

  • The contact email info@pdataskforce.com is no longer active
  • For questions, contact the final Chair: Donnie MacNicol at donnie@teamanimation.co.uk
  • A maintained fork is available at: https://github.com/antnewman/pda-platform

Open-source infrastructure for AI-enabled project delivery.

License: MIT DOI PyPI - pm-data-tools

Overview

The PDA Platform provides the data infrastructure needed for AI to improve project delivery. Built to support the NISTA Programme and Project Data Standard trial.

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

The Problem

UK major infrastructure projects have a success rate of approximately 0.5%. The Government Major Projects Portfolio shows 84% of projects rated Amber or Red. AI has potential to help, but lacks standardised data infrastructure.

The Solution

ComponentDescriptionStatus
pm-data-toolsUniversal PM data parser (8 formats + NISTA)v0.2.0 ✅
agent-task-planningAI reliability frameworkv1.0.0 ✅
pm-mcp-serversMCP servers for Claude integrationPhase 1 ✅
SpecificationsCanonical model, benchmarks, synthetic dataPublished ✅

Quick Start

# Install the core library
pip install pm-data-tools

# Parse any PM file
from pm_data_tools import parse_project
project = parse_project("schedule.mpp")

# Validate NISTA compliance
from pm_data_tools.validators import NISTAValidator
result = NISTAValidator().validate(project)
print(f"Compliance: {result.compliance_score}%")

Packages

pm-data-tools

Universal parser and validator for project management data.

  • Formats: MS Project, Primavera P6, Jira, Monday, Asana, Smartsheet, GMPP, NISTA
  • Features: Parse, validate, convert, migrate
  • Install: pip install pm-data-tools

agent-task-planning

AI reliability framework with confidence extraction and outlier mining.

  • Features: Multi-sample consensus, diverse alternative generation
  • Install: pip install agent-task-planning

pm-mcp-servers

MCP servers enabling Claude to interact with PM data.

  • Servers: pm-data, pm-validate, pm-analyse, pm-benchmark
  • Install: pip install pm-mcp-servers

Specifications

All specifications are in the specs/ directory:

SpecDescription
Canonical Model12-entity JSON Schema for PM data
MCP Servers4 servers, 19 tools for AI integration
Benchmarks5 evaluation tasks for PM AI
Synthetic DataPrivacy-preserving data generation

Repository Structure

pda-platform/
├── specs/           # Technical specifications
├── packages/        # Python packages (each publishable to PyPI)
│   ├── pm-data-tools/
│   ├── agent-task-planning/
│   └── pm-mcp-servers/
├── docs/            # Documentation
└── examples/        # Usage examples

License

MIT License - see LICENSE

Authors

Members of the PDA Task Force

Acknowledgments

  • PDA Task Force White Paper on AI implementation barriers
  • NISTA Programme and Project Data Standard
  • The open-source community

Built to support the NISTA trial and improve UK project delivery.

Related Productivity & Office MCP Servers

View all →
Office PowerPoint

gongrzhe/office-powerpoint-mcp-server

A MCP (Model Context Protocol) server for PowerPoint manipulation using python-pptx. This server provides tools for creating, editing, and manipulating PowerPoint presentations through the MCP protocol.
1.7k
Office-Word-MCP-Server

gongrzhe/office-word-mcp-server

Exposes Word document operations via MCP to create, edit, format, and analyze documents programmatically.
2k
Microsoft Office

io.github.mindstone/mcp-server-office

Microsoft Office MCP server: read and edit Word documents, Excel workbooks, and PowerPoint files
8
Todoist

greirson/mcp-todoist

MCP server that connects Claude to Todoist for natural language task and project management with bulk operations
240
Mcp Apple Notes

henilcalagiya/mcp-apple-notes

MCP server for Apple Notes integration using AppleScript with full CRUD operations
51
AnkiMCP Server

ankimcp/anki-mcp-server-addon

Anki addon that exposes your flashcard collection to AI assistants via a local MCP server.
50