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
Navigate to Claude
Click on your profile icon in the bottom left corner and select "Settings" from the menu.
Click on "Add custom connector" and enter this URL as the Remote MCP server URL: https://mcp.aimfox.com and click "Add"
The Aimfox MCP server will appear in the list of connectors. Click "Connect" to start the OAuth flow.
Login to your Aimfox account
Grant Aimfox access to Claude
Once connected, you will see a confirmation message the Aimfox was connected successfully.
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
Start a new Claude Code session
Run the `/mcp` command
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
β



