Powerbi for Cursor
io.github.asklokesh/powerbi-mcp-server
MCP server for Power BI API integration
client:Cursor
transport:stdio
runtime:pypi
Install Powerbi in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"powerbi-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"powerbi-mcp-server"
],
"env": {
"POWERBI_API_KEY": "<POWERBI_API_KEY>",
"POWERBI_API_URL": "<POWERBI_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs