
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
mcp-engine
Advanced tools
SemanticOps MCP - Power BI MCP Server providing programmatic access to Power BI models via Model Context Protocol
Model Context Protocol Server for Power BI Desktop and Power BI Service
SemanticOps MCP was formerly MCP Engine. The mcp-engine package and command remain unchanged for compatibility.
Compatible with: Claude Desktop • Claude Code • VS Code (GitHub Copilot) • Other MCP-compatible AI tools
Developed by Maxim Anatsko | semanticops.dev
This is an independent, community-developed tool and is not affiliated with Microsoft Corporation.
# Global installation (recommended)
npm install -g mcp-engine
# Verify installation
mcp-engine --version
| Platform | Architecture | Support |
|---|---|---|
| Windows | x64, ARM64 | Full (Desktop + XMLA) |
| macOS | x64, ARM64 | XMLA only (Power BI Service) |
Note: Power BI Desktop only runs on Windows. macOS users can connect to Power BI Service workspaces via XMLA endpoints.
Add to your MCP configuration (claude_desktop_config.json or .mcp.json):
{
"mcpServers": {
"mcp-engine": {
"command": "mcp-engine"
}
}
}
Or use npx (no global install required):
{
"mcpServers": {
"mcp-engine": {
"command": "npx",
"args": ["mcp-engine"]
}
}
}
Create .vscode/mcp.json in your workspace:
{
"servers": {
"mcp-engine": {
"type": "stdio",
"command": "mcp-engine"
}
}
}
.pbix file open (Windows) or connect to Power BI Service (any platform)For full documentation, visit:
npm rebuild mcp-engine
# or reinstall
npm uninstall -g mcp-engine && npm install -g mcp-engine
.pbix file openmacOS only supports Power BI Service connections via XMLA endpoints. Power BI Desktop is Windows-only.
Proprietary software. See the bundled LICENSE file (or https://www.semanticops.dev/license) for terms.
Copyright © 2025 Maxim Anatsko. All rights reserved.
FAQs
SemanticOps MCP - Power BI MCP Server providing programmatic access to Power BI models via Model Context Protocol
The npm package mcp-engine receives a total of 44 weekly downloads. As such, mcp-engine popularity was classified as not popular.
We found that mcp-engine demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.