Microsoft Fabric MCP Server
Rank #313com.microsoft/microsoft-fabric
MCP tools for interacting with Microsoft Fabric
Microsoft Fabric MCP Server is a Model Context Protocol (MCP) server published by microsoft. It ranks #313 of 121,933 servers tracked on MCP Toplist, and its repository has 3,644 GitHub stars. Microsoft Fabric MCP Server is listed on Official MCP, with 8 tracked versions. It was first listed on Feb 11, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 121,620 of 121,933 servers on MCP Toplist.
Use Microsoft Fabric MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add microsoft-fabric -- dnx Microsoft.Fabric.Mcp server startclaude mcp add microsoft-fabric -- npx -y @microsoft/fabric-mcp server start[mcp_servers.microsoft-fabric]
command = "dnx"
args = ["Microsoft.Fabric.Mcp", "server", "start"]Add to ~/.codex/config.toml.
[mcp_servers.microsoft-fabric]
command = "npx"
args = ["-y", "@microsoft/fabric-mcp", "server", "start"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"microsoft-fabric": {
"command": "dnx",
"args": [
"Microsoft.Fabric.Mcp",
"server",
"start"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"microsoft-fabric": {
"command": "npx",
"args": [
"-y",
"@microsoft/fabric-mcp",
"server",
"start"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"microsoft-fabric": {
"command": "dnx",
"args": [
"Microsoft.Fabric.Mcp",
"server",
"start"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"microsoft-fabric": {
"command": "npx",
"args": [
"-y",
"@microsoft/fabric-mcp",
"server",
"start"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"microsoft-fabric": {
"type": "stdio",
"command": "dnx",
"args": [
"Microsoft.Fabric.Mcp",
"server",
"start"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"microsoft-fabric": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@microsoft/fabric-mcp",
"server",
"start"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"microsoft-fabric": {
"command": "dnx",
"args": [
"Microsoft.Fabric.Mcp",
"server",
"start"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"microsoft-fabric": {
"command": "npx",
"args": [
"-y",
"@microsoft/fabric-mcp",
"server",
"start"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"microsoft-fabric": {
"command": "dnx",
"args": [
"Microsoft.Fabric.Mcp",
"server",
"start"
]
}
}
}{
"mcpServers": {
"microsoft-fabric": {
"command": "npx",
"args": [
"-y",
"@microsoft/fabric-mcp",
"server",
"start"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.microsoft%2Fmicrosoft-fabric)<a href="https://mcptoplist.com/server/com.microsoft%2Fmicrosoft-fabric"><img src="https://mcptoplist.com/badge/com.microsoft%2Fmicrosoft-fabric.svg" alt="MCP Toplist: Top 1% of 121,933" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
microsoft
Other servers by microsoft
- MarkItDown#3 · 7 vers
- Playwright MCP Server#11 · 8 vers
- 🚀 Model Context Protocol (MCP) Curriculum for Beginners#205
- Awesome Copilot MCP Server#280 · 155 vers
- Azure DevOps (ADO)#714 · 1 ver
- Power BI Modeling MCP Server#1,188 · 5 vers
- GenAIScript#1,722 · 5 vers
- Microsoft Work IQ Calendar#1,752
- DebugMCP#1,922
- Microsoft Fabric RTI MCP Server#2,085 · 8 vers
- Clarity Data Export MCP Server#6,742
- Microsoft Copilot Studio ❤️ MCP#7,445
Available versions (8)
| Version | Published |
|---|---|
| 1.4.0 | Aug 27, 2026 |
| 1.3.0 | Aug 11, 2026 |
| 1.2.0 | Jul 8, 2026 |
| 1.0.0 | Apr 14, 2026 |
| 0.0.0-beta.10 | Mar 24, 2026 |
| 0.0.0-beta.9 | Mar 4, 2026 |
| 0.0.0-beta.8 | Feb 11, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Microsoft Fabric MCP Server?
- Microsoft Fabric MCP Server is maintained by microsoft, which publishes 29 MCP servers (253 total versions) tracked on MCP Toplist.
- Is Microsoft Fabric MCP Server listed on the Official MCP Registry?
- Yes — Microsoft Fabric MCP Server is listed on the Official MCP Registry.
- How many versions does Microsoft Fabric MCP Server have?
- MCP Toplist tracks 8 versions of Microsoft Fabric MCP Server, most recently published on Aug 27, 2026.
- Where can I find the source code for Microsoft Fabric MCP Server?
- The source code for Microsoft Fabric MCP Server is hosted at github.com/microsoft/mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.