Recast Knowledge Base
Breadcrumbs

MCP Setup Guide

The way to get started using the Recast MCP will depend on your specific LLM setup. The MCP server is hosted at https://mcp.getrecast.com/mcp.

For more details about what the Recast MCP does, see here.

The Recast MCP passes spend and performance data to the LLM provider you authorize. Once the data is passed, data privacy is governed by the provider's Terms of Service, not Recast’s.

The list on the right-hand sidebar contains the most common AI tools. If you don’t see your tool in the list, please let us know so that we can expand this list over time.

If you use Anthropic’s tools, the setup steps describe how to install the Claude plugin, which is a combination of the MCP and skill files that help Claude write code against our APIs. If you don’t use Claude, you can download the same skills from our API docs for the Forecaster, Optimizer, and Reporter.

ChatGPT Web UI, Free Version

  1. Click Settings Gear

  2. Click Apps

    Screenshot 2026-07-02 at 12.41.10 PM.png
  3. Click Advanced Settings

  4. Enable Developer Mode

    image-20260702-183934.png
  5. Screenshot 2026-07-02 at 12.42.33 PM.png

    Click “Create App”

  6. Name it “Recast”

    Screenshot 2026-07-02 at 12.42.33 PM.png
  7. For connection add https://mcp.getrecast.com/mcp

  8. Leave Authentication on Oauth

  9. Check the warning box about additional risk

  10. Sign in with Recast

Codex CLI

In your terminal, run:

  codex mcp add recast --url <https://mcp.getrecast.com/mcp>

And then:

  codex mcp login recast

This should kick off the Oauth authentication flow.

Older versions of Codex do not support adding MCPs this way

Claude Web UI, Free Version

The free version of Claude only allows 1 custom connector

image-20260702-193415.png

Click the + below the chat, and click “Add Custom Connector”

image-20260702-193446.png


Name it Recast and provide the URL https://mcp.getrecast.com/mcp

On the left-hand toolbar, click “Customize”→Connectors→Recast

Then Connect (will be asked to sign in)

image-20260702-193513.png

Once signed in, “Always allow” all tools:

image-20260702-193530.png

Gemini Web UI

The Gemini web UI does not support MCP servers at this time

Gemini CLI

Gemini CLI is being deprecated, but until then you can do

gemini mcp add --transport http recast https://mcp.getrecast.com/mcp

Antigravity CLI

Google does not seem to properly support MCPs in Antigravity. There may be workarounds, so if this is blocking you please reach out at support@getrecast.com

Claude Code CLI

To install the plugin (MCP and skill files for the API):

  1. Start a claude session

  2. Run /plugins

  3. Tab over to “Marketplaces” and select “Add Marketplace”

Screenshot 2026-07-06 at 12.28.37 PM.png
  1. Type in getrecast/recast-for-claude

When you attempt to use the MCP you will be prompted to go through the authorization flow and sign in to Recast.

Claude Desktop

We recommend installing the Recast plugin for use with Claude. This includes access to the MCP and the skill files for using the API. To do this, click “Customize” on your left-sidebar. Then click Plugins → Add → Add Marketplace

Screenshot 2026-07-06 at 12.23.12 PM.png

Then for the URL, use getrecast/recast-for-claude

Screenshot 2026-07-06 at 12.24.14 PM.png

Click Sync. Once synced, you should be able to authorize the MCP using your Recast credentials. You may want to adjust these tool permissions to “Always Allow” to reduce the number of times you’re asked to approve tool calls:

Screenshot 2026-07-06 at 12.26.17 PM.png