Home /
Other / Power-BI-Modeling-MCP-Server-Altimate-AI-Rayfin-End-to-End-Microsoft-Fabric-App
A well-designed star schema, meaningful measures, clean relationships, and a business-ready semantic layer make the entire application-building process significantly easier.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"power-bi-modeling-mc": {
"command": "npx",
"args": [
"-y",
"martinkhristi/Power-BI-Modeling-MCP-Server-Altimate-AI-Rayfin-End-to-End-Microsoft-Fabric-App"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add power-bi-modeling-mc npx -y martinkhristi/Power-BI-Modeling-MCP-Server-Altimate-AI-Rayfin-End-to-End-Microsoft-Fabric-App
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"power-bi-modeling-mc": {
"command": "npx",
"args": [
"-y",
"martinkhristi/Power-BI-Modeling-MCP-Server-Altimate-AI-Rayfin-End-to-End-Microsoft-Fabric-App"
]
}
}
}
📋 Copy