Horizun PBI MCP
Rank #3,444io.github.HorizunGroup/horizun-pbi-mcp
Open-source MCP server for Power BI Desktop, DAX, PBIP, TMDL and PBIR automation.
Horizun PBI MCP is a Model Context Protocol (MCP) server published by HorizunGroup. It ranks #3,444 of 115,460 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. Horizun PBI MCP is listed on Official MCP, with 10 tracked versions. It was first listed on Aug 2, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 112,016 of 115,460 servers on MCP Toplist.
Use Horizun PBI MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add horizun-pbi-mcp -- uvx horizun-pbi-mcp[mcp_servers.horizun-pbi-mcp]
command = "uvx"
args = ["horizun-pbi-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"horizun-pbi-mcp": {
"command": "uvx",
"args": [
"horizun-pbi-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"horizun-pbi-mcp": {
"command": "uvx",
"args": [
"horizun-pbi-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"horizun-pbi-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"horizun-pbi-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"horizun-pbi-mcp": {
"command": "uvx",
"args": [
"horizun-pbi-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"horizun-pbi-mcp": {
"command": "uvx",
"args": [
"horizun-pbi-mcp"
]
}
}
}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.HorizunGroup%2Fhorizun-pbi-mcp)<a href="https://mcptoplist.com/server/io.github.HorizunGroup%2Fhorizun-pbi-mcp"><img src="https://mcptoplist.com/badge/io.github.HorizunGroup%2Fhorizun-pbi-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
HorizunGroup
Other servers by HorizunGroup
View all HorizunGroup servers →Available versions (10)
| Version | Published |
|---|---|
| 2.1.0 | Aug 26, 2026 |
| 2.0.1 | Aug 16, 2026 |
| 1.5.4 | Aug 13, 2026 |
| 1.5.2 | Aug 13, 2026 |
| 1.5.0 | Aug 12, 2026 |
| 1.4.0 | Aug 7, 2026 |
| 1.3.0 | Aug 5, 2026 |
| 1.1.1 | Aug 4, 2026 |
| 1.1.0 | Aug 4, 2026 |
| 1.0.1 | Aug 2, 2026 |
Frequently asked questions
- Who maintains Horizun PBI MCP?
- Horizun PBI MCP is maintained by HorizunGroup, which publishes 5 MCP servers (17 total versions) tracked on MCP Toplist.
- Is Horizun PBI MCP listed on the Official MCP Registry?
- Yes — Horizun PBI MCP is listed on the Official MCP Registry.
- How many versions does Horizun PBI MCP have?
- MCP Toplist tracks 10 versions of Horizun PBI MCP, most recently published on Aug 26, 2026.
- Where can I find the source code for Horizun PBI MCP?
- The source code for Horizun PBI MCP is hosted at github.com/HorizunGroup/horizun-pbi-mcp.