Fabric Admin MCP Server
Provides MCP tools to manage Microsoft Fabric capacities, including listing, creating, updating, and deleting them, using Azure authentication.
README
Fabric Admin MCP Server
An open-source MCP server to perform operations on Microsoft Fabric, like administration and management of Fabric capacities. At this moment, this repo has an initial set of tools to manage Capacities, but it will be expanded to further support additional tools and Fabric administration workloads.
✨ Features
- Exposes Fabric admin operations as MCP tools;
- Uses secure, yet flexible, authentication mechanisms for Azure and Fabric, like Service Principal and Managed Identities;
- FastAPI + FastMCP for a modern, async, extensible backend;
🤖 Interacting with the MCP Server
You can use any MCP Client to interact with this MCP server. Below, is a sample showing how to interact with it using GitHub Copilot on VSCode as a MCP Client:

This example demonstrates how the MCP tools are exposed and can be accessed for managing Microsoft Fabric resources.
🗂️ Project Structure
server.py— Main entry point to start the MCP servercommon.py— Shared utilities and loggingsrc/capacity/— Logic to interact with Fabric and expose then as MCP toolsrequirements.txt— Python dependencies
⚡ Quickstart
-
Install dependencies:
pip install -r requirements.txt -
Set up authentication:
- The server uses
DefaultAzureCredentialfor secure Azure API access. - You can authenticate using:
- Azure CLI: Run
az loginin your terminal. - Managed Identity: If running in Azure, ensure the managed identity has the required permissions.
- Service Principal: Create a
.envfile in the project root with applicable variables (see "Using a Service Principal for Authentication" section below for details).
- Azure CLI: Run
- The server uses
-
Run the MCP server locally:
python server.pyThe server will start at http://127.0.0.1:8000/mcp/.
-
Test with VS Code as a Client:
- Open the Command Palette (
Ctrl+Shift+P), search for "MCP: Connect to Server", and enterhttp://127.0.0.1:8000/mcp/. - You can now use MCP tools exposed by this server directly from VS Code using Agent Mode.
- Open the Command Palette (
📦 Requirements
- Python 3.8+;
- Azure credentials with proper access to the backend (Azure/Fabric admin)/
🔐 Using a Service Principal for Authentication
-
Create a Service Principal (if you don't have one):
az ad sp create-for-rbac --name <your-app-name> --role Contributor --scopes /subscriptions/<your-subscription-id>Note the
appId(Client ID),tenant, andpassword(Client Secret) from the output. -
Create a
.envfile in the project root: Copy.env.exampleto.envand fill in your values:AZURE_CLIENT_ID=your-service-principal-client-id AZURE_TENANT_ID=your-tenant-id AZURE_CLIENT_SECRET=your-service-principal-client-secret -
Authorize the Service Principal: Ensure the Service Principal has appropriate permissions. For example, at least
Contributorat subscription or Resource Group level to manage Fabric Capacities. Additional Admin API access will be required for additional tools yet to be developed. -
Run the server: The server will automatically use these credentials for authentication via
DefaultAzureCredential.
🚀 Future Improvements
- Add option to deploy as a Docker image.
- Add option to deploy as an Azure Function.
- Add tools for additional Fabric management operations, such as Workspace management and reviewing capacity settings.
- Improve documentation and provide more usage examples.
- Add automated tests and CI/CD pipeline for deployments.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。