Skip to main content
Glama
Mavline

MCP_powerbi_TS

by Mavline

MCP_powerbi_TS

用于Power BI Desktop集成的TypeScript MCP(模型上下文协议)服务器。通过其本地Analysis Services(XMLA)端点连接到正在运行的Power BI Desktop实例,并公开一组用于模型工作的专用代理:运行DAX查询、检查和编辑表结构以及管理模型关系。

布局

src/
  index.ts    entry point
  agents/     13 specialized agents (DAX, tables, relationships, ...)
  server/     MCP server wiring
  services/   XMLA / Power BI connection services
  types/      shared types
  utils/      helpers
tests/        unit and integration tests (synthetic star-schema demo data)

Related MCP server: Power BI Desktop MCP Server

安装与构建

npm install
npm run build   # tsc -> dist/

与MCP客户端一起使用

Power BI Desktop必须正在运行且目标模型已打开(服务器会发现本地XMLA端口)。

{
  "mcpServers": {
    "powerbi": {
      "command": "node",
      "args": ["<path-to-repo>/dist/index.js"]
    }
  }
}
A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Create and manage AI agents that collaborate and solve problems through natural language interacti…

  • Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.

  • Agent payments, API key vaulting, and governed mandates. Agents spend within user-defined limits.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mavline/MCP_powerbi_TS'

If you have feedback or need assistance with the MCP directory API, please join our Discord server