Appcircle Claude Assistant
Appcircle provides an Appcircle Claude Plugin that connects Claude to the Appcircle platform, bundling the Appcircle MCP Server with Appcircle-aware skills so you can ask Claude about your Appcircle organization or about how to use Appcircle.
The plugin is open source: appcircle-claude-plugin on GitHub.
What's Included
- MCP Server: registers
mcp.appcircle.ioas an MCP server namedappcircle, exposing build, signing, distribution, publish, and reporting tools so Claude can query your organization. See Appcircle MCP Server for the full list of tools. - Skills: Appcircle-aware skills that extend Claude's capabilities. More skills are added over time and are automatically namespaced under
appcircle:.
| Skill | Purpose |
|---|---|
appcircle:doc-assistant | Answers Appcircle questions using official sources (docs.appcircle.io and appcircle.io) |
How to Use Appcircle Claude Assistant
Claude Code and claude.ai install the plugin differently, so follow the steps for the surface you use. MCP tools are only available in Claude Code for now; installing the plugin in claude.ai gets you the doc-assistant skill, not the MCP tools.
In Claude Code
- (Optional, for MCP tools) Before starting Claude Code, set your Appcircle Access Token in your shell so the MCP server can authenticate:
The MCP server reads this from the process environment, so it must be set before you launch
export APPCIRCLE_ACCESS_TOKEN=<your-access-token>claude; exporting it later in an already-running session has no effect until you restart. - Add the Appcircle marketplace:
/plugin marketplace add appcircleio/appcircle-claude-plugin - Install the plugin:
/plugin install appcircle@appcircle - Reload:
/reload-plugins - Ask Claude an Appcircle question. For "how do I" or troubleshooting questions, for example "How do I set up automatic code signing for my iOS builds," Claude uses the
doc-assistantskill. For questions about your own organization, for example "List my build profiles," Claude uses the Appcircle MCP tools, which requires step 1.
In claude.ai
You can install this plugin's skills in claude.ai too. MCP tools remain Claude Code-only for now.
- Open Customize.
- Click Add plugin.
- Choose Create plugin, then Add marketplace.
- Enter the repository URL:
https://github.com/appcircleio/appcircle-claude-plugin. - Ask Claude an Appcircle question, for example "How do I set up automatic code signing for my iOS builds," and Claude will use the
doc-assistantskill to answer.