Skip to main content

Appcircle Claude Assistant

The Appcircle Claude Plugin 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 how to use Appcircle.

How to Use Appcircle Claude Assistant

The plugin registers the Appcircle MCP Server and the following Appcircle-aware skills, automatically namespaced under appcircle:

SkillPurpose
appcircle:doc-assistantAnswers Appcircle questions using official sources (docs.appcircle.io and appcircle.io)
appcircle:build-insights-reportRenders a visual Build Insights Report (health & trends, root cause, workflow quality, artifact health, queue time, and CI maturity) from the get_build_insights_report MCP tool. See Build Insights for the full metric reference

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

  1. (Optional, for MCP tools) Before starting Claude Code, set your Appcircle Access Token in your shell so the MCP server can authenticate:
    export APPCIRCLE_ACCESS_TOKEN=<your-access-token>
    The MCP server reads this from the process environment, so it must be set before you launch claude; exporting it later in an already-running session has no effect until you restart.
  2. Add the Appcircle marketplace:
    /plugin marketplace add appcircleio/appcircle-ai-plugins
  3. Install the plugin:
    /plugin install appcircle@appcircle
  4. Reload:
    /reload-plugins
  5. 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-assistant skill. 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.

  1. Click Customize > Plugins > Add > Add marketplace.

    Create plugin, Add marketplace
  2. You will see the following screen.

    Add marketplace screen
  3. Enter the repository URL: https://github.com/appcircleio/appcircle-ai-plugins

    Enter the repository URL
  4. Click Sync, then click +.

    Click Sync
  5. 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-assistant skill to answer.

To access the source code of this plugin, please use the following link:

Preview of GitHub - appcircleio/appcircle-ai-plugins: Official Appcircle AI plugin marketplace for mobile CI/CD.