- powerplatform mcp/cli
powerplatform mcp/cli
A Model Context Protocol (MCP) server and standalone CLI for querying PowerPlatform / Dataverse environments. Supports multiple environments, entity metadata, records, plugins, flows, solutions, workflows, business rules, security roles, and more.
Overview
What is PowerPlatform MCP?
PowerPlatform MCP is a Model Context Protocol (MCP) server that provides intelligent access to PowerPlatform/Dataverse entities and records, offering context-aware assistance, entity exploration, and metadata access.
How to use PowerPlatform MCP?
To use PowerPlatform MCP, install it globally using npm or run it directly with npx. Configure the necessary environment variables for PowerPlatform/Dataverse connection details before running the server.
Key features of PowerPlatform MCP?
- Rich entity metadata exploration with formatted, context-aware prompts
- Advanced OData query support with intelligent filtering
- Comprehensive relationship mapping and visualization
- AI-assisted query building and data modeling through an AI agent
- Full access to entity attributes, relationships, and global option sets
Use cases of PowerPlatform MCP?
- Exploring and retrieving metadata for PowerPlatform entities.
- Building complex OData queries for data retrieval.
- Visualizing relationships between different entities in Dataverse.
- Assisting developers in understanding and utilizing PowerPlatform data models.
FAQ from PowerPlatform MCP?
- What is the purpose of PowerPlatform MCP?
It provides intelligent access to PowerPlatform entities and assists in data exploration and query building.
- How do I install PowerPlatform MCP?
You can install it globally using npm or run it directly with npx.
- What kind of queries can I build with PowerPlatform MCP?
You can build advanced OData queries with intelligent filtering and context-aware prompts.
Server Config
{
"mcpServers": {
"powerplatform": {
"command": "npx",
"args": [
"-y",
"powerplatform-mcp"
],
"env": {
"POWERPLATFORM_ENVIRONMENTS": "DEV,UAT,PROD",
"POWERPLATFORM_DEV_URL": "https://dev-org.crm.dynamics.com",
"POWERPLATFORM_DEV_CLIENT_ID": "...",
"POWERPLATFORM_DEV_CLIENT_SECRET": "...",
"POWERPLATFORM_DEV_TENANT_ID": "...",
"POWERPLATFORM_UAT_URL": "https://uat-org.crm.dynamics.com",
"POWERPLATFORM_UAT_CLIENT_ID": "...",
"POWERPLATFORM_UAT_CLIENT_SECRET": "...",
"POWERPLATFORM_UAT_TENANT_ID": "..."
}
}
}
}Project Info
Created At
a year agoUpdated At
2 months agoAuthor Name
michsobStar
-Language
-License
-Tags
Recommend Servers
View AllAirtreks Mcp
@SEKeener
a day ago
Fabric
@fabric-agent-plugins
31 minutes ago
Memory
@modelcontextprotocol
a year ago
Mcp Server Chatsum
@chatmcp
summarize chat message
typescript
a year ago