1. Home
  2. Appbot AI
  3. Appbot MCP
  4. Getting Started with the Appbot MCP and OpenCode

Getting Started with the Appbot MCP and OpenCode

This feature is currently in beta. We’re actively refining the experience and may make changes based on customer feedback.

If you have any suggestions or encounter any issues, we’d love to hear from you. Please share your feedback here.

The Appbot MCP Server connects Appbot’s customer feedback intelligence to AI tools that support the Model Context Protocol (MCP), including OpenCode.

Rather than starting with raw app customer feedback, Appbot MCP gives OpenCode access to Appbot’s structured customer feedback intelligence, including sentiment analysis, topics, feature requests, ratings, review metadata, and historical trends.

Adding the Appbot MCP to OpenCode

Option 1: Add Appbot MCP using the OpenCode CLI

  1. Open your terminal.
  2. Run:opencode mcp add
  3. When prompted, choose to add a remote MCP server.
  4. Enter a name for the server, for example:
    appbot
  5. Enter the Appbot MCP Server URL:https://api.appbot.co/mcp
  6. Complete the remaining setup prompts.
  7. Authenticate with your Appbot account when prompted.
  8. Confirm the MCP server has been added:
    opencode mcp list
  9. You should see appbot listed as one of your configured MCP servers.

Option 2: Add Appbot MCP manually

OpenCode supports both global and project-specific configuration.

  • Add the Appbot MCP to your global configuration file (~/.config/opencode/opencode.json) to make it available in all projects.
  • Or add it to an opencode.json file in your project directory to enable it only for that project.
  1. Open your opencode.json configuration file.
  2. Add Appbot under the
    mcp section: {
    "$schema": "https://opencode.ai/config.json",
    "mcp": {
    "appbot": {
    "type": "remote",
    "url": "https://api.appbot.co/mcp",
    "enabled": true
    }
    }
    }
  3. Save the file.
  4. Restart OpenCode if it is already running.
  5. Authenticate with your Appbot account.

Using Appbot MCP in OpenCode

Once connected, you can ask OpenCode questions about your Appbot customer feedback data using natural language.

Use Appbot to summarize the main reasons users left negative reviews this month.

Use Appbot to summarize the main reasons users left negative reviews this month.

Use Appbot to compare sentiment for our latest app version against the previous version.

OpenCode will use the Appbot MCP Server to retrieve customer feedback intelligence from the Appbot account you authenticated with.

Troubleshooting

Appbot is not listed

Run: opencode mcp list

If Appbot is not listed, run the setup again: opencode mcp add

Authentication isn’t working

If authentication fails, try re-authenticating: opencode mcp auth appbot

If you continue to have issues, make sure you’re signing in with the correct Appbot account and that your account has access to Appbot MCP.

Appbot MCP is connected but isn’t returning data

Check that the Appbot account you authenticated with has access to the apps and customer feedback you’re trying to analyse.

OpenCode can only access data that is available to that Appbot account.

Frequently Asked Questions

What is the Appbot MCP Server?

The Appbot MCP Server allows AI tools that support the Model Context Protocol (MCP) to securely access customer feedback intelligence from Appbot.

Once connected, AI assistants such as ChatGPT, Claude, Cursor, OpenCode and other MCP-compatible tools can answer questions about your app reviews, ratings, sentiment, topics, feature requests and trends.

What is MCP?

Model Context Protocol (MCP) is an open standard that allows AI assistants to securely connect to external tools and data sources.

By connecting to the Appbot MCP Server, OpenCode can analyse your Appbot customer feedback using natural language instead of requiring you to manually search dashboards or export data.

Do I need an Appbot account?

Yes. You’ll need an Appbot account with a Large or Premium plan to access to the apps and customer feedback you want to analyse.

Can OpenCode access all of my Appbot data?

OpenCode can only access the Appbot data available to the Appbot account you authenticate with.

It cannot access apps or feedback that your Appbot account doesn’t have permission to view.

If you need any further assistance, don’t hesitate to contact us with any questions or check out our FAQ section here.

Was this article helpful?

Related Articles