The Power BI Modeling MCP Server brings Power BI semantic modeling capabilities to your AI agents.
Paste into claude_desktop_config.json:
{
"mcpServers": {
"powerbi-modeling-mcp": {
"command": "npx",
"args": [
"-y",
"@microsoft/powerbi-modeling-mcp"
]
}
}
}Run in a terminal:
claude mcp add powerbi-modeling-mcp -- npx -y @microsoft/powerbi-modeling-mcp
Paste into .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"powerbi-modeling-mcp": {
"command": "npx",
"args": [
"-y",
"@microsoft/powerbi-modeling-mcp"
]
}
}
}Transport: stdio - Runs locally over stdio. Your client launches the process itself; you need the matching runtime installed (Node for npx, uv for uvx, Docker for docker run).
https://wingmanprotocol.com/mcp.