dax-formatter-mcp

EmanueleMeazzo/dax-formatter-mcp
★ 33 stars C# 🤖 AI/LLM Updated 5mo ago
An MCP Server to use SQLBI DAX Formatter with AI agents
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dax-formatter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "EmanueleMeazzo/dax-formatter-mcp"
      ]
    }
  }
}