adf-mcp-server

pduebel/adf-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
An MCP server that enables AI assistants to build, manage, and monitor Azure Data Factory pipelines through natural conversation.
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": {
    "adf-mcp-server": {
      "command": "uvx",
      "args": [
        "adf-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install adf-mcp-server

README Excerpt

An MCP server that enables AI assistants to build, manage, and monitor Azure Data Factory pipelines through natural conversation. AI assistants have the potential to hugely speed up the development, testing, and maintenance of pipelines in Azure Data Factory - but only if they have direct access to the platform. Developing in ADF with AI assistance can require multiple iterations to reach a solution, and without direct access this involves copying pipeline definitions and error messages back and

Tools (3)

ADF_FACTORY_NAMEADF_RESOURCE_GROUPADF_SUBSCRIPTION_ID