Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Codemagic Mcp

    Codemagic CI/CD MCP Server

    3 stars
    Python
    Updated Sep 19, 2025

    Table of Contents

    • 🌐 How can you use this
    • 🌐 Getting started
    • 1. Clone this repository
    • 2. Set up your API key
    • 3. Install the MCP server in your client
    • 📈 What this server can do
    • 🛠️ Development
    • 📚 References
    • 📜 License

    Table of Contents

    • 🌐 How can you use this
    • 🌐 Getting started
    • 1. Clone this repository
    • 2. Set up your API key
    • 3. Install the MCP server in your client
    • 📈 What this server can do
    • 🛠️ Development
    • 📚 References
    • 📜 License

    Documentation

    ---

    ---

    A lightweight, community-maintained Model Context Protocol (MCP) server that provides seamless access to Codemagic CI/CD APIs. Built for agents, AI-native workflows, and for use of MCP-compatible clients.

    ---

    🌐 How can you use this

    You: What applications do I have on Codemagic?

    Assistant: *calls get_all_applications() and displays the list.*

    You: Start a new build for my Flutter app

    Assistant: *calls start_build() with appropriate parameters*

    You: Can you get the artifacts from my last build?

    Assistant: *calls get_builds() to find the latest build and then get_artifact() to download the files*

    You: Show me the cache usage for my app

    Assistant: *calls get_app_caches() and displays storage information*

    ---

    🌐 Getting started

    1. Clone this repository

    bash
    git clone https://github.com/stefanoamorelli/codemagic-mcp.git
    cd codemagic-mcp

    2. Set up your API key

    Follow the official documentation.

    3. Install the MCP server in your client

    For example, for Claude Desktop:

    code
    {
      "mcpServers": {
        "Codemagic MCP Server": {
          "command": "uv",
          "args": [
            "run",
            "--with",
            "mcp[cli]",
            "--with",
            "requests",
            "mcp",
            "run",
            "/codemagic_mcp/server.py"
          ],
          "env": {
            "PYTHONPATH": "/",
            "CODEMAGIC_API_KEY": "your-api-key-here"
          }
        },
    }

    ---

    📈 What this server can do

    Interact with Codemagic CI/CD using natural language.

    API CategoryTools
    Applications APIget_all_applications, get_application, add_application, add_application_private
    Artifacts APIget_artifact, create_public_artifact_url
    Builds APIstart_build, get_builds, get_build_status, cancel_build
    Caches APIget_app_caches, delete_all_app_caches, delete_app_cache
    Teams APIinvite_team_member, delete_team_member

    ---

    🛠️ Development

    Run the server locally for testing:

    bash
    mcp dev codemagic_mcp/server.py

    ---

    📚 References

    • Codemagic REST API Documentation
    • Model Context Protocol Documentation
    • Python MCP SDK

    ---

    📜 License

    MIT License © 2025 Stefano Amorelli

    Similar MCP

    Based on tags & features

    • AD

      Adls Mcp Server

      Python·
      4
    • BO

      Books Mcp Server

      Python·
      5
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • AD

      Adls Mcp Server

      Python·
      4
    • BO

      Books Mcp Server

      Python·
      5
    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k