Codemagic MCP Server
@stefanoamorelli
关于 Codemagic MCP Server
Codemagic CI/CD MCP Server
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Codemagic MCP Server?
A lightweight, community-maintained Model Context Protocol (MCP) server that provides seamless access to Codemagic CI/CD APIs. Designed for agents, AI-native workflows, and MCP-compatible clients.
How to use Codemagic MCP Server?
Clone the repository, set up your Codemagic API key, and configure the MCP server in your client (e.g., Claude Desktop) using the uv command with the appropriate path and environment variable CODEMAGIC_API_KEY.
Key features of Codemagic MCP Server
- Interact with Codemagic CI/CD using natural language
- Manage applications: list, add, get private apps
- Handle builds: start, list, check status, cancel
- Download artifacts and create public artifact URLs
- View and clear application caches
- Invite or delete team members
Use cases of Codemagic MCP Server
- List all applications on Codemagic via a chat interface.
- Start a new build for a Flutter app using natural language commands.
- Retrieve artifacts from the latest build automatically.
- Check cache usage and clear app caches as needed.
FAQ from Codemagic MCP Server
What does Codemagic MCP Server do?
It wraps Codemagic REST API endpoints into MCP tools, enabling AI assistants to manage CI/CD workflows using natural language.
What are the runtime dependencies?
Python 3.10+ and the mcp[cli] and requests packages. The server runs via uv.
Where does the data live and how is authentication handled?
All data stays within Codemagic’s APIs. Authentication requires a CODEMAGIC_API_KEY environment variable, set during client configuration.
What transport does the server use?
It uses standard MCP transport (stdio), as shown in the Claude Desktop configuration example.
Are there any known limitations?
The README does not mention specific limitations, but it is community-maintained and requires a valid Codemagic API key.
开发工具 分类下的更多 MCP 服务器
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors

Sentry
modelcontextprotocolModel Context Protocol Servers
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
评论