Power BI Modeling MCP Server - Node.js client package for installing and running the Power BI Modeling MCP server
If you already use Powerbi, the powerbi mcp server is the piece that lets your assistant work with it directly. Power BI Modeling MCP Server - Node.js client package for installing and running the Power BI Modeling MCP server.
The Power BI Modeling MCP Server implements the MCP specification to create a seamless connection between AI agents and Power BI semantic models. This project is in Public Preview and implementation may significantly change prior to our General Availability.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
connection_operations — Connect to Power BI Desktop or Fabric workspacesdatabase_operations — Manage semantic models - connect, create, update, list databases, import/export TMDL folders, deploy to Fabrictransaction_operations — Control database transactions (begin, commit, rollback, get status)model_operations — Work with the overall model (get, create, update, refresh, get stats, rename)table_operations — Manage tables (create, update, delete, get, list, refresh, rename)column_operations — Manage individual table columns (create, update, delete, get, list, rename)measure_operations — Manage individual DAX measures (create, update, delete, get, list, rename, move between tables)relationship_operations — Handle relationships between tables (create, update, delete, activate/deactivate, find)dax_query_operations — Execute and validate DAX queries against the modeltrace_operations — Perform trace operations on semantic model to capture and analyze Analysis Services eventspartition_operations — Manage table partitions (create, update, delete, refresh specific partitions)user_hierarchy_operations — Work with user-defined hierarchies (create, update, delete levels, reorder)Configuration is passed through the environment: PBI_MODELING_MCP_ACCESS_TOKEN, AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET, AZURE_CLIENT_CERTIFICATE_PATH, ACCESS_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the database access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Powerbi's toolset — connection_operations, database_operations, transaction_operations and 11 more — is a fair guide to whether it matches your workflow. It is maintained by microsoft1es; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Powerbi's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| connection_operations | Connect to Power BI Desktop or Fabric workspaces |
| database_operations | Manage semantic models - connect, create, update, list databases, import/export TMDL folders, deploy to Fabric |
| transaction_operations | Control database transactions (begin, commit, rollback, get status) |
| model_operations | Work with the overall model (get, create, update, refresh, get stats, rename) |
| table_operations | Manage tables (create, update, delete, get, list, refresh, rename) |
| column_operations | Manage individual table columns (create, update, delete, get, list, rename) |
| measure_operations | Manage individual DAX measures (create, update, delete, get, list, rename, move between tables) |
| relationship_operations | Handle relationships between tables (create, update, delete, activate/deactivate, find) |
| dax_query_operations | Execute and validate DAX queries against the model |
| trace_operations | Perform trace operations on semantic model to capture and analyze Analysis Services events. |
| partition_operations | Manage table partitions (create, update, delete, refresh specific partitions) |
| user_hierarchy_operations | Work with user-defined hierarchies (create, update, delete levels, reorder) |
| calculation_group_operations | Manage calculation groups and calculation items for time intelligence and other calculations |
| security_role_operations | Configure security roles and row-level security (RLS) table permissions |
| Variable | Description | Required |
|---|---|---|
| PBI_MODELING_MCP_ACCESS_TOKEN | Credential the server authenticates with. | Yes |
| AZURE_CLIENT_ID | Configuration value read at startup. | Optional |
| AZURE_TENANT_ID | Configuration value read at startup. | Optional |
| AZURE_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| AZURE_CLIENT_CERTIFICATE_PATH | Filesystem location the server is allowed to use. | Optional |
| ACCESS_TOKEN | Credential the server authenticates with. | Yes |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.