Power BI Modeling MCP Server
Rank #1,321com.microsoft/powerbi-modeling-mcp
The Power BI Modeling MCP Server brings Power BI semantic modeling capabilities to your AI agents.
Power BI Modeling MCP Server is a Model Context Protocol (MCP) server published by microsoft. It ranks #1,321 of 115,460 servers tracked on MCP Toplist, and its repository has 1,112 GitHub stars. Power BI Modeling MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jun 12, 2026 and most recently updated on Jul 31, 2026.
Ranks ahead of 114,139 of 115,460 servers on MCP Toplist.
Use Power BI Modeling MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add powerbi-modeling-mcp -- npx -y @microsoft/powerbi-modeling-mcp --start[mcp_servers.powerbi-modeling-mcp]
command = "npx"
args = ["-y", "@microsoft/powerbi-modeling-mcp", "--start"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"powerbi-modeling-mcp": {
"command": "npx",
"args": [
"-y",
"@microsoft/powerbi-modeling-mcp",
"--start"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"powerbi-modeling-mcp": {
"command": "npx",
"args": [
"-y",
"@microsoft/powerbi-modeling-mcp",
"--start"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"powerbi-modeling-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@microsoft/powerbi-modeling-mcp",
"--start"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"powerbi-modeling-mcp": {
"command": "npx",
"args": [
"-y",
"@microsoft/powerbi-modeling-mcp",
"--start"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"powerbi-modeling-mcp": {
"command": "npx",
"args": [
"-y",
"@microsoft/powerbi-modeling-mcp",
"--start"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.microsoft%2Fpowerbi-modeling-mcp)<a href="https://mcptoplist.com/server/com.microsoft%2Fpowerbi-modeling-mcp"><img src="https://mcptoplist.com/badge/com.microsoft%2Fpowerbi-modeling-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
microsoft
Other servers by microsoft
- Geng#8 · 5 vers
- Playwright MCP Server#11 · 7 vers
- MarkItDown#14 · 6 vers
- Slack#42 · 5 vers
- Azure MCP Server#43 · 37 vers
- 🚀 Model Context Protocol (MCP) Curriculum for Beginners#203
- Awesome Copilot MCP Server#354 · 111 vers
- Azure DevOps (ADO)#720 · 1 ver
- Microsoft Work IQ Calendar#1,152
- GenAIScript#1,649 · 5 vers
- Microsoft Fabric RTI MCP Server#1,756 · 8 vers
- DebugMCP#2,051
Available versions (2)
| Version | Published |
|---|---|
| 0.5.0-beta.12 | Jul 31, 2026 |
| 0.5.0-beta.10 | Jun 12, 2026 |
Frequently asked questions
- Who maintains Power BI Modeling MCP Server?
- Power BI Modeling MCP Server is maintained by microsoft, which publishes 30 MCP servers (211 total versions) tracked on MCP Toplist.
- Is Power BI Modeling MCP Server listed on the Official MCP Registry?
- Yes — Power BI Modeling MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Power BI Modeling MCP Server have?
- MCP Toplist tracks 2 versions of Power BI Modeling MCP Server, most recently published on Jul 31, 2026.
- Where can I find the source code for Power BI Modeling MCP Server?
- The source code for Power BI Modeling MCP Server is hosted at github.com/microsoft/powerbi-modeling-mcp.git.