Stats
Actions
Tags
From custom-visuals
Enables local development, packaging, and validation of Power BI custom visuals through the Power BI Visuals Tools CLI.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"pbiviz": {
"command": "npx",
"args": [
"-y",
"powerbi-visuals-tools",
"mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub data-goblin/power-bi-agentic-development --plugin custom-visuals