Codemagic Connector for AI agents.
5 live capabilities
Trigger mobile builds and manage deployment artifacts from your code editor.
Waiting for input…
Why people use Codemagic
Codemagic for Mobile CI/CD Build Automation
With this Connector, you can handle all of that from your chat interface. Just tell your agent to kick off a production build with specific tag overrides or ask it to grab a public link for your QA team. It handles the navigation and the clicks, so you can stay in your flow.
What Vinkius changes
You can manage your entire mobile CI/CD pipeline through a simple chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Hotfix deployment
A developer needs to trigger a production build on a hotfix branch.
- Real-world use case 02
QA handoff
A release manager needs to share a build with a client.
- Real-world use case 03
Stopping wasted builds
An engineer realizes a build is running on the wrong branch.
Complete set · 5capabilities
The complete Codemagic capability set.
These are the exact actions your AI can choose when you ask it to work with Codemagic.
01—03
3 capabilities in this set.
Part of 5 available through Codemagic.
- 01 Capability
Add variables to group
Add new variables or secrets to a specific variable group. This keeps your CI/CD environment current without manual updates.
- 02 Capability
Cancel build
Stop a build that is already running. Use this to prevent wasted resources on builds that are no longer needed.
- 03 Capability
Create public artifact url
Create a public download link for a build artifact. This is perfect for sharing files with external stakeholders quickly.
04—05
2 capabilities in this set.
Part of 5 available through Codemagic.
- 04 Capability
Get artifact
Retrieve an authenticated download URL for a specific build artifact. Use this to access your files securely within your own team.
- 05 Capability
Start build
Start a new build for a specific app and workflow. You can also provide overrides for branches, tags, or machine instances.
Set up in minutes
One URL. Then ask Codemagic to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Codemagic from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_pNfm2lX2WqmSzosnLxFoxsMQehesV2YsKzeaN0sV/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Codemagic, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Codemagic for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_pNfm2lX2WqmSzosnLxFoxsMQehesV2YsKzeaN0sV/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Codemagic URL.
- Step 03
Save and start
Save the connection and enable Codemagic in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"codemagic": {
"url": "https://edge.vinkius.com/vk_preview_pNfm2lX2WqmSzosnLxFoxsMQehesV2YsKzeaN0sV/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Codemagic
Open Agent mode in chat and ask: "Using Codemagic, help me...". 5 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"codemagic": {
"url": "https://edge.vinkius.com/vk_preview_pNfm2lX2WqmSzosnLxFoxsMQehesV2YsKzeaN0sV/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Codemagic
Ask Copilot: "Using Codemagic, help me...". 5 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"codemagic": {
"url": "https://edge.vinkius.com/vk_preview_pNfm2lX2WqmSzosnLxFoxsMQehesV2YsKzeaN0sV/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Codemagic
Open Cascade and ask: "Using Codemagic, help me...". 5 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"codemagic": {
"url": "https://edge.vinkius.com/vk_preview_pNfm2lX2WqmSzosnLxFoxsMQehesV2YsKzeaN0sV/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Codemagic
Ask Cline: "Using Codemagic, help me...". 5 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add codemagic --transport http "https://edge.vinkius.com/vk_preview_pNfm2lX2WqmSzosnLxFoxsMQehesV2YsKzeaN0sV/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Codemagic
Ask Claude: "Using Codemagic, show me...". 5 tools are ready
Where the request belongs
Work Codemagic can move forward.
This is for the mobile developer who is tired of context-switching between their IDE and the Codemagic dashboard, and the DevOps engineer who needs to manage environment variables across multiple apps without manual entry.
Mobile Developer
They use this to trigger production builds on specific branches and grab artifact links for testing without leaving their editor.
DevOps Engineer
They use this to bulk update variable groups and manage build labels across several mobile applications.
Release Manager
They use this to quickly generate public download links for QA teams or external stakeholders on demand.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSemaphore
Automate CI/CD workflows, manage pipelines, and monitor build jobs directly from your AI agent.
Travis CI
Manage CI/CD pipelines, trigger custom builds, and oversee repository testing health securely via your AI agent.
Buildkite
Automate CI/CD pipelines via Buildkite. manage builds, agents, and deployments directly from any AI agent.
Drone CI
Automate your CI/CD workflows with Drone CI—manage repositories, monitor builds, and handle secrets directly from your AI agent.
Woodpecker CI
Manage your Woodpecker CI instance. control pipelines, monitor agents, and configure repositories directly from your AI agent.
Harness
Automate CI/CD and DevOps workflows via Harness. manage pipelines, executions, and secrets directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Codemagic connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Codemagic.
The practical details behind the request, access and result.
Can the Codemagic MCP trigger builds for both iOS and Android?
Yes, it can start builds for any app or workflow configured in your Codemagic account, including both iOS and Android projects.
How do I share build files with my team using Codemagic MCP?
You can ask your agent to generate a public download link for any specific artifact, which you can then share instantly with your team.
Can I stop a build that is already running with Codemagic MCP?
Yes, you can use the agent to cancel any active build to save on your build minutes and free up your resources.
Does the Codemagic MCP handle my environment secrets?
It can add new variables or secrets to your existing variable groups via the V3 API, keeping your CI/CD environment up to date.
Is it possible to get a private link for a build?
Yes, the agent can retrieve authenticated download URLs for your internal use, ensuring your builds stay secure within your team.
Can I trigger a build for a specific branch or tag using the AI?
Yes! Use the start_build capability and provide the appId, workflowId, and either the branch or tag name. You can even specify the instanceType if you need a specific build machine.
How do I share a build artifact with someone who doesn't have a Codemagic account?
You can use the create_public_artifact_url capability. Provide the artifact path and a UNIX timestamp for expires_at. The agent will generate a temporary public link for you.
Is it possible to update environment secrets safely?
Absolutely. The add_variables_to_group capability allows you to add variables to a group. By setting the secure parameter to true, your variables will be encrypted as secrets in Codemagic.
One connection away
Give your agent a direct line to Codemagic.
Connect Codemagic once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available