Skip to main content
Glama
Mavline

MCP_powerbi_TS

by Mavline

MCP_powerbi_TS

Power BI Desktop 통합을 위한 TypeScript MCP(Model Context Protocol) 서버입니다. 로컬 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