MCP Server
MCP
Powerbi
MCP server for Power BI API integration
Install
uvx powerbi-mcp-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "powerbi-mcp-server",
"version": "0.1.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API Key for POWERBI",
"isRequired": true,
"isSecret": true,
"name": "POWERBI_API_KEY"
},
{
"description": "API URL for POWERBI",
"name": "POWERBI_API_URL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment