Mage.ai MCP Integration
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Mage.ai MCP IntegrationCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



