SemanticOps MCP (for Power BI) for VS Code
io.github.maxanatsko/mcp-engine
Power BI MCP server (Supports Windows and macOS)
client:VS Code
transport:stdio
runtime:npm
Install SemanticOps MCP (for Power BI) in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-engine": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-engine"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs