Back to Fly Agent
      ClaudeClaude MCP Integration

      Connect Fly Agent to Claude Desktop, Cowork & Code

      Use the Model Context Protocol (MCP) to give Claude Desktop, Claude Cowork, or Claude Code direct access to your Google Business Profile tools.

      Requirements

      • Claude Desktop app (claude.ai/download), Claude Cowork, or Claude Code CLI
      • Node.js 18 or later installed on your computer
      • Fly Agent API Key (get one from your settings)

      Setup Guide

      1

      Get Your API Key

      First, you'll need a Fly Agent API key. Go to your API Keys settings and create a new key.

      Copy and save your API key securely - you'll need it in step 3
      2

      Open MCP Configuration

      For Claude Desktop:

      1. a.Open Claude Desktop
      2. b.Go to Claude > Settings (or Cmd/Ctrl + ,)
      3. c.Click on Developer in the sidebar
      4. d.Click "Edit Config" to open the configuration file

      For Claude Cowork:

      Go to Settings > MCP Servers in your Cowork workspace, then add the Fly Agent server configuration.

      For Claude Code:

      Run claude mcp add fly-agent or edit your ~/.claude/settings.json file directly.

      3

      Add Fly Agent MCP Server

      Add the Fly Agent MCP configuration to your claude_desktop_config.json:

      claude_desktop_config.json
      {
        "mcpServers": {
          "fly-agent": {
            "command": "npx",
            "args": ["fly-agent-mcp"],
            "env": {
              "FLY_AGENT_API_KEY": "your-api-key-here"
            }
          }
        }
      }
      Replace your-api-key-here with your actual Fly Agent API key
      4

      Restart Claude

      Save the configuration file and restart Claude to load the Fly Agent MCP server.

      Claude Desktop: Quit completely and reopen
      Claude Cowork: Refresh the workspace or start a new session
      Claude Code: Start a new session or run /mcp to reload
      5

      Verify and Start Using

      Look for the MCP tools icon (hammer) in the bottom of Claude's chat input. Click it to see available Fly Agent tools. You can now ask Claude to:

      "Show me my Google Business reviews"
      "Draft responses for my recent reviews"
      "Check my local ranking for keywords"
      "Audit my Google Business Profile"
      "Alert me if my profile changes"
      "Create a post for my business"

      Alternative: System Environment Variable

      Instead of putting your API key in the config file, you can set it as a system environment variable:

      macOS / Linux
      export FLY_AGENT_API_KEY="your-key"

      Add to ~/.zshrc or ~/.bash_profile

      Windows
      setx FLY_AGENT_API_KEY "your-key"

      Run in Command Prompt as Administrator

      Then remove the env section from your config file.

      Troubleshooting

      MCP tools not showing up?

      Make sure you've completely quit and restarted Claude Desktop (or started a new Claude Code session). Also verify that Node.js 18+ is installed by running node --version in your terminal.

      "Connection failed" error?

      Check that your API key is valid and hasn't expired. You can verify it works by visiting your API Keys settings.

      JSON syntax error?

      Make sure your config file is valid JSON. Common issues: missing commas between entries, trailing commas after the last entry, or unescaped quotes in the API key.

      Ready to Get Started?

      Get your API key and start managing your Google Business Profile through Claude.