Powerbi MCP
Rank #48,598io.github.gurvinder-dhillon/powerbi-mcp
MCP server providing powerbi-mcp capabilities
Powerbi MCP is a Model Context Protocol (MCP) server published by gurvinder-dhillon. It ranks #48,598 of 132,113 servers tracked on MCP Toplist. Powerbi MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Feb 4, 2026 and most recently updated on Feb 5, 2026.
Ranks ahead of 83,515 of 132,113 servers on MCP Toplist.
Use Powerbi MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add powerbi-mcp -e "POWERBI_TENANT_ID=<your POWERBI_TENANT_ID>" -e "POWERBI_CLIENT_ID=<your POWERBI_CLIENT_ID>" -e "POWERBI_CLIENT_SECRET=<your POWERBI_CLIENT_SECRET>" -- uvx powerbi-mcpReplace each placeholder with your own value before saving.
[mcp_servers.powerbi-mcp]
command = "uvx"
args = ["powerbi-mcp"]
[mcp_servers.powerbi-mcp.env]
POWERBI_TENANT_ID = "<your POWERBI_TENANT_ID>"
POWERBI_CLIENT_ID = "<your POWERBI_CLIENT_ID>"
POWERBI_CLIENT_SECRET = "<your POWERBI_CLIENT_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"powerbi-mcp": {
"command": "uvx",
"args": [
"powerbi-mcp"
],
"env": {
"POWERBI_TENANT_ID": "<your POWERBI_TENANT_ID>",
"POWERBI_CLIENT_ID": "<your POWERBI_CLIENT_ID>",
"POWERBI_CLIENT_SECRET": "<your POWERBI_CLIENT_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"powerbi-mcp": {
"command": "uvx",
"args": [
"powerbi-mcp"
],
"env": {
"POWERBI_TENANT_ID": "<your POWERBI_TENANT_ID>",
"POWERBI_CLIENT_ID": "<your POWERBI_CLIENT_ID>",
"POWERBI_CLIENT_SECRET": "<your POWERBI_CLIENT_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"powerbi-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"powerbi-mcp"
],
"env": {
"POWERBI_TENANT_ID": "<your POWERBI_TENANT_ID>",
"POWERBI_CLIENT_ID": "<your POWERBI_CLIENT_ID>",
"POWERBI_CLIENT_SECRET": "<your POWERBI_CLIENT_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"powerbi-mcp": {
"command": "uvx",
"args": [
"powerbi-mcp"
],
"env": {
"POWERBI_TENANT_ID": "<your POWERBI_TENANT_ID>",
"POWERBI_CLIENT_ID": "<your POWERBI_CLIENT_ID>",
"POWERBI_CLIENT_SECRET": "<your POWERBI_CLIENT_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"powerbi-mcp": {
"command": "uvx",
"args": [
"powerbi-mcp"
],
"env": {
"POWERBI_TENANT_ID": "<your POWERBI_TENANT_ID>",
"POWERBI_CLIENT_ID": "<your POWERBI_CLIENT_ID>",
"POWERBI_CLIENT_SECRET": "<your POWERBI_CLIENT_SECRET>"
}
}
}
}Replace each placeholder with your own value before saving.
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/io.github.gurvinder-dhillon%2Fpowerbi-mcp)<a href="https://mcptoplist.com/server/io.github.gurvinder-dhillon%2Fpowerbi-mcp"><img src="https://mcptoplist.com/badge/io.github.gurvinder-dhillon%2Fpowerbi-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
gurvinder-dhillon
Other servers by gurvinder-dhillon
View all gurvinder-dhillon servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Feb 5, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Powerbi MCP?
- Powerbi MCP is maintained by gurvinder-dhillon, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Powerbi MCP listed on the Official MCP Registry?
- Yes — Powerbi MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Powerbi MCP have?
- MCP Toplist tracks 2 versions of Powerbi MCP, most recently published on Feb 5, 2026.
- Where can I find the source code for Powerbi MCP?
- The source code for Powerbi MCP is hosted at github.com/gurvinder-dhillon/powerbi-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.