What's Changed
This release adds support for the official MCP Registry, making it easier to discover and install the PowerBI MCP server.
Added
- MCP Registry metadata via
server.json - MCP name verification in README.md
- Listed on MCP Registry
Installation
Via MCP Registry
# MCP-compatible clients can now discover and install automatically
uvx powerbi-mcpManual Installation
pip install powerbi-mcpConfiguration
Requires Azure AD credentials via environment variables:
POWERBI_TENANT_IDPOWERBI_CLIENT_IDPOWERBI_CLIENT_SECRET
See README for full setup instructions.
Full Changelog: v0.1.1...v0.1.2