Mage.ai MCP Integration

by KhushiBaby

2 stars
308 downloads
Not rated
GitHub

Description

# Mage.ai MCP Integration A comprehensive Model Context Protocol (MCP) integration for [Mage.ai](https://mage.ai/), allowing AI assistants like Anthropic's Claude to efficiently work with Mage data pipelines. ## Features - **Browse Pipelines**: Explore all Mage.ai pipelines and…

About

# Mage.ai MCP Integration A comprehensive Model Context Protocol (MCP) integration for [Mage.ai](https://mage.ai/), allowing AI assistants like Anthropic's Claude to efficiently work with Mage data pipelines. ## Features - **Browse Pipelines**: Explore all Mage.ai pipelines and their components - **View and Edit…

Details

Author
KhushiBaby
GitHub stars
2
Downloads
308
Categories
Other

- Browse all Mage.ai pipelines and their components
- View and modify block code
- Execute entire pipelines or individual blocks
- Search blocks by name, type, or content
- Create new pipelines and blocks from scratch

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Mage.ai MCP Integration
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, install dependencies with pip install -r requirements.txt, and configure with MAGE_API_URL and MAGE_API_KEY environment variables. Start the server using python run_server.py (stdio transport by default) or install directly with Claude Desktop via mcp install run_server.py --name "Mage.ai Manager".

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mage.ai mcp integration": {
            "mage-mcp-server": {
                "command": "python",
                "args": [
                    "run_server.py"
                ]
            }
        }
    }
}

McpServers

{
    "mage-mcp-server": {
        "command": "python",
        "args": [
            "run_server.py"
        ]
    }
}

Mage.ai MCP Integration

A comprehensive Model Context Protocol (MCP) integration for Mage.ai, allowing AI assistants like Anthropic's Claude to efficiently work with Mage data pipelines.

Features

- Browse Pipelines: Explore all Mage.ai pipelines and their components
- View and Edit Code: Read and modify block code
- Execute Pipelines: Run entire pipelines or individual blocks
- Search Functionality: Find blocks by name, type, or content
- Pipeline Creation: Create new pipelines and blocks from scratch

Installation

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.