PowerBI MCP server to give LLM clients (Claude, GH Copilot,etc) context from locally running PowerBI Desktop instances.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpbi": {
"command": "npx",
"args": [
"-y",
"jonaolden/mcpbi"
]
}
}
}
Run in terminal:
claude mcp add mcpbi npx -y jonaolden/mcpbi
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpbi": {
"command": "npx",
"args": [
"-y",
"jonaolden/mcpbi"
]
}
}
}