power-platform-orchestration-agent
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@power-platform-orchestration-agentCreate a new S Project for data migration"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Power Platform Orchestration Agent
An intelligent conversational orchestration agent that automates enterprise-level Power Platform project setup and management through client-agnostic MCP (Model Context Protocol) servers.
Overview
This agent reduces project setup time from weeks to hours while ensuring consistency and compliance with enterprise standards. Built with native MCP (Model Context Protocol) integration, it provides a client-agnostic interface that can be used with any MCP-compatible client including Claude Desktop, custom applications, and automation tools.
Related MCP server: Azure MCP FastMCP Server
Key Features
Template-Based Project Setup: Standard "S Project" template with 3 environments and 12-week duration
Azure DevOps Orchestration: Full project, sprint, and repository automation using MCP servers
Power Platform Integration: Environment provisioning and data model deployment via direct API integration
Client-Agnostic Interface: MCP protocol enables integration with any compatible client (Claude Desktop, custom apps, automation tools)
Enterprise Security: Service Principal authentication and comprehensive audit logging
Zero External Dependencies: Direct API integration without workflow engines
Architecture
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
│ MCP Clients │ │ Orchestrator │ │ Azure DevOps │
│ Claude Desktop, │───▶│ MCP Server │───▶│ REST APIs │
│ Custom Apps, │ │ │ └─────────────────┘
│ Automation Tools│ │ │
└─────────────────┘ │ │ ┌─────────────────┐
│ │───▶│ Power Platform │
│ │ │ REST APIs │
└─────────────────┘ └─────────────────┘Technology Stack
MCP Protocol: Client-agnostic integration layer supporting multiple clients
Azure DevOps MCP: Project and work item management
Power Platform APIs: Direct Dataverse Web API and Admin API integration
TypeScript: Strongly typed, enterprise-grade codebase
Node.js: Runtime environment
Quick Start
For MCP Client Usage (Recommended)
# Install globally for npx usage
npm install -g power-platform-orchestration-agent
# Run MCP server
npx power-platform-orchestrator
# Or install locally and run
git clone https://github.com/your-org/power-platform-orchestration-agent
cd power-platform-orchestration-agent
npm install
npm run build
npm run start:mcpFor Development
# Clone and install
git clone https://github.com/your-org/power-platform-orchestration-agent
cd power-platform-orchestration-agent
npm install
# Copy environment template
cp .env.example .env
# Configure your environment variables
# Edit .env with your Azure credentials
# Build the project
npm run build
# Start MCP server in development mode
npm run mcp:devConfiguration
Required Environment Variables
Minimal Setup (Recommended for first-time users):
# Azure DevOps Configuration
AZURE_DEVOPS_ORG=your-org-name
AZURE_DEVOPS_PAT=your-personal-access-token
# Azure Authentication
AZURE_USE_INTERACTIVE_AUTH=true
AZURE_TENANT_ID=your-tenant-idFull Setup (If you already have Service Principal):
# Azure DevOps Configuration
AZURE_DEVOPS_ORG=your-org-name
AZURE_DEVOPS_PAT=your-personal-access-token
# Azure Service Principal
AZURE_CLIENT_ID=your-service-principal-client-id
AZURE_CLIENT_SECRET=your-service-principal-secret
AZURE_TENANT_ID=your-tenant-idNote: The system can help create Azure Service Principals through interactive authentication if you don't have one already.
MCP Integration
This project provides a unified MCP server that orchestrates multiple service integrations:
Available MCP Tools
create_project- Create new Power Platform projects with Azure DevOps integrationget_project_status- Monitor project creation progress and statuslist_templates- List available project templatesvalidate_prd- Validate Project Requirements Documentsget_template_details- Get detailed template information
Service Integrations
Azure DevOps: Project creation, work item management, repository setup
Power Platform: Environment provisioning, solution management, component deployment
Microsoft Graph: App registration, service principal creation, permission management
Client Configuration
For Claude Desktop, add to your claude_desktop_config.json:
{
"mcpServers": {
"power-platform-orchestrator": {
"command": "npx",
"args": ["power-platform-orchestration-agent"],
"env": {
"AZURE_DEVOPS_ORG": "your-org",
"AZURE_DEVOPS_PAT": "your-token",
"AZURE_CLIENT_ID": "your-client-id",
"AZURE_CLIENT_SECRET": "your-secret",
"AZURE_TENANT_ID": "your-tenant-id"
}
}
}
}Project Structure
src/
├── integrations/ # MCP server integrations
│ ├── azure-devops/ # Azure DevOps API client
│ └── power-platform/ # Power Platform API client
├── templates/ # Project templates (YAML)
├── workflows/ # Orchestration logic
├── config/ # Configuration management
├── types/ # TypeScript interfaces
└── utils/ # Shared utilitiesDevelopment
Available Scripts
npm run mcp:dev # Start MCP server in development mode
npm run start:mcp # Start MCP server (production)
npm run build # Build TypeScript
npm run test # Run tests
npm run lint # Check code style
npm run typecheck # Run TypeScript checksCode Quality Standards
Zero tolerance for
anytypes - Enterprise-grade type safetyComprehensive interfaces - Self-documenting code
TDD approach - Integration-first testing (60/30/10 split)
Direct API integration - No CLI dependencies
Documentation
MCP Interface Specification - Complete MCP protocol documentation
Project Notes - Architecture decisions and project history
Claude Instructions - Development guidelines and patterns
API Documentation - Integration endpoints
Templates - Project template documentation
Testing
# Run all tests
npm test
# Run tests in watch mode
npm run test:watch
# Run with coverage
npm run test:coverageContributing
Follow TypeScript strict mode guidelines
Maintain zero
anytypes policyWrite integration tests for new features
Update documentation for API changes
License
MIT License - see LICENSE for details.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseCqualityDmaintenanceProvides AI assistants with comprehensive access to Azure DevOps services including work items, repositories, pull requests, wikis, builds, pipelines, and test plans through 25+ MCP tools with multi-project support.25
- Flicense-qualityCmaintenanceProvides Azure DevOps integration through MCP, enabling management of projects, work items, teams, and policies via natural language. Supports bulk work item creation with hierarchical relationships and iteration assignments.242
- Flicense-quality-maintenanceEnables seamless interaction with Azure DevOps for managing Git repositories, branches, and pull requests through natural language. It also supports automating and monitoring pipelines while providing secure, type-safe operations within MCP-compatible clients.8
- Alicense-qualityDmaintenanceAutomates routine DevOps tasks like Jenkins builds and GitLab merge requests through the MCP protocol, simplifying daily operations.71MIT
Related MCP Connectors
34 production API tools over one hosted MCP endpoint.
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
One PAT, any MCP agent: Vercel, GitHub, Cloudflare, Supabase, GCP — unified dev infra gateway.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/jimiryquai/power-platform-orchestration-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server