Skip to main content

Aimfox MCP x Claude

Connect the Aimfox MCP server with Claude to enable seamless communication and integration.

Managers avatar
Written by Managers
Updated over 2 weeks ago

You can connect your Claude account to Aimfox and manage your LinkedIn outreach through an AI agent. This allows full access to our API routes, outlined in our official documentation: https://docs.aimfox.com/

Common use cases include managing conversations, campaigns and leads with advanced logic and compatibility with your existing workflows.

Installation

The Aimfox MCP server can be connected with Claude via OAuth authorization. You can follow the below outlined steps to connect the two.

OAuth Authorization

  1. Navigate to Claude

  2. Click on your profile icon in the bottom left corner and select "Settings" from the menu.

  3. Click on "Add custom connector" and enter this URL as the Remote MCP server URL: https://mcp.aimfox.com and click "Add"

  4. The Aimfox MCP server will appear in the list of connectors. Click "Connect" to start the OAuth flow.

  5. Login to your Aimfox account

  6. Grant Aimfox access to Claude

  7. Once connected, you will see a confirmation message the Aimfox was connected successfully.

  8. Success - you've connected your accounts πŸš€

Connecting Aimfox MCP Server to Claude Code

This guide walks you through connecting the Aimfox MCP server to Claude Code, giving you access to your Aimfox data directly within your coding workflow.

Prerequisites

  • Claude Code installed and configured on your system

  • An Aimfox account

Setup Instructions

Step 1: Register the MCP Server

Open your terminal and run:

```bash

claude mcp add aimfox https://mcp.aimfox.com --transport http

```

This registers Aimfox as an available MCP server in your Claude Code configuration.

Step 2: Authenticate

  1. Start a new Claude Code session

  2. Run the `/mcp` command

  3. Follow the authentication prompts to connect your Aimfox account

Once authenticated, Claude Code will have access to your Aimfox data for the duration of your session.

Removing the Integration

To disconnect Aimfox from Claude Code:

```bash

claude mcp remove aimfox

```

If you have any questions about our MCP server, or want to suggest an improvement to our current functionality, we're all ears, just head on over to our roadmap! https://aimfoxroadmap.ideas.userback.io/p/bAyZ6Pnxxx


​

Did this answer your question?