npm mcp-enginestdioupdated 12d ago
SemanticOps Rollback mistakes. Test before deploy. Control what AI can change.
SemanticOps MCP (for Power BI) で何ができる?
Quick Links
- Full Documentation - Installation, guides, and examples
- Download Latest Release
- Get Support - FAQ and troubleshooting
What It Does
SemanticOps MCP (formerly MCP Engine) is an MCP server that enables AI assistants (Claude, Copilot, ChatGPT) to read and modify Power BI Desktop files programmatically. Query your model, create measures, manage relationships, and optimize performance through natural language.
Learn more at semanticops.dev | View all features
Privacy
This MCP server runs locally and collects zero telemetry. All data processing happens on your machine. Your AI assistant may send data to its provider (e.g., Anthropic, OpenAI) based on your interactions.
Installation
Installation is straightforward and takes under 5 minutes.
Requirements: Windows 10/11, or MacOS platform
Compatible with:
- Claude Desktop (Windows & macOS)
- Claude Code CLI (Windows & macOS)
- Visual Studio Code
- Any MCP-compatible client
License
Proprietary license with permitted personal and commercial use.
View full license | Third-party notices
Author
Built by Maxim Anatsko | Powered by Model Context Protocol
© 2025-2026 Maxim Anatsko. All rights reserved.
インストール
SemanticOps MCP (for Power BI) をクライアントに追加します。お使いのものを選んでください。
claude mcp add mcp-engine -- npx -y mcp-enginecodex mcp add mcp-engine -- npx -y mcp-engineamp mcp add mcp-engine -- npx -y mcp-engine{
"mcpServers": {
"mcp-engine": {
"command": "npx",
"args": [
"-y",
"mcp-engine"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-engine": {
"command": "npx",
"args": [
"-y",
"mcp-engine"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp-engine","command":"npx","args":["-y","mcp-engine"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp-engine": {
"command": "npx",
"args": [
"-y",
"mcp-engine"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-engine": {
"command": "npx",
"args": [
"-y",
"mcp-engine"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-engine": {
"command": "npx",
"args": [
"-y",
"mcp-engine"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-engine": {
"type": "local",
"command": "npx",
"args": [
"-y",
"mcp-engine"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-engine": {
"command": {
"path": "npx",
"args": [
"-y",
"mcp-engine"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y mcp-engineRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
スコア
39 / 100
情報不足
- ドキュメント11/25
- メンテナンス25/25
- 信頼性6/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 4 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 3.9.119最新 | 2026年8月14日 |
| 3.8.2 | 2026年6月24日 |
| 3.7.9 | 2026年5月19日 |
| 3.7.5 | 2026年5月19日 |
| 3.6.18 | 2026年5月12日 |
| 3.6.17 | 2026年5月12日 |
| 3.5.24 | 2026年4月27日 |
| 3.5.8 | 2026年4月17日 |