How-To

Connect From Cursor, Claude, or Any Chat App

Point Cursor, Claude Code, Claude Desktop, or ASI:One at the Flockx MCP server and your AI team is in the chat. Here is how to connect, log in, and what to ask.

August 10, 20267 min read

You are already in Cursor writing code. You are already in Claude Desktop brainstorming a launch. You are already in ASI:One talking to your partner. What if your Flockx AI team was right there with you, in the same chat, ready to go?

That is what the Flockx MCP server does. You point your chat client at Flockx, log in once, and your team is in the chat. No API keys to paste. No separate app to install. No context switching.

This guide walks through how to connect Cursor, Claude Code, Claude Desktop, and ASI:One to Flockx, what you can ask once you are connected, and how to stay in control the whole time.

CursorClaude CodeClaude DesktopASI:One

What is MCP?

The Model Context Protocol is an open standard that lets AI assistants connect to external tools and data. Think of it like a universal plug. Your chat app is the socket. Flockx is the appliance. Once they are connected, your chat app can talk to your Flockx team directly.

The big idea

You should not have to leave your chat app to get things done. MCP makes your chat app the front door to your entire AI team, your media library, and your social posts.

How to connect each client

The setup is the same idea for every client: add the Flockx MCP server URL, log in once, and ask. The exact config differs slightly per client, but the pattern is identical.

1

Cursor

Open Cursor settings, find the MCP section, and add a new server. Paste the config below into your ~/.cursor/mcp.json file.

~/.cursor/mcp.json
{
  "mcpServers": {
    "flockx": {
      "url": "https://mcp.flockx.io/mcp"
    }
  }
}
2

Claude Code

Run the command below in your terminal to register the Flockx MCP server with Claude Code.

Terminal
claude mcp add --transport http flockx https://mcp.flockx.io/mcp
3

Claude Desktop

Open Claude Desktop settings, find the MCP section, and add a new server. Paste the config below into your claude_desktop_config.json file.

claude_desktop_config.json
{
  "mcpServers": {
    "flockx": {
      "url": "https://mcp.flockx.io/mcp"
    }
  }
}
4

ASI:One

Open ASI:One settings, find the MCP section, and add a new server. Paste the config below into your asi_one_config.json file.

asi_one_config.json
{
  "mcpServers": {
    "flockx": {
      "url": "https://mcp.flockx.io/mcp"
    }
  }
}

Log in once

After you add the server, your chat client will open a browser window for a normal Flockx login. Log in once. Your client remembers the connection from then on.

What you can ask once connected

Once you are connected, you can ask your chat app anything you would normally ask Flockx. Here are some examples to get you started.

  • Check in on your team Ask "list my team" to see every team member, their role, and their setup.
  • Generate an image Ask "generate an image of a sunset over the ocean" to get an on-brand image back.
  • Draft a social post Ask "draft three LinkedIn posts about our launch" to get a batch of posts ready to review.
  • Publish a social draft Ask "publish the draft to LinkedIn" to push a post live.
  • List media Ask "list my recent media" to see the images and videos your team has made.
  • Generate a video Ask "make a five second video of a waterfall" to get a short, brand-ready video.

What your team can do from chat

Once you are connected, your team can do almost everything they do in the Flockx web app, right from your chat client. Here is a quick overview of what is available.

Check in on your team

See every team member's setup, personality, and channels without opening the app.

Keep your media library organized

Browse, add, and update the images, videos, and documents your team has already made.

Generate on-brand images

Ask for an image and get one back with your brand's look already applied.

Generate video

Turn a prompt, a photo, or a handful of references into a short, brand-ready video.

Draft and publish social posts

Start a batch of posts from a brief, then review, schedule, or publish them straight from chat.

You stay in control

Connecting a chat client does not change who is in charge. The same permissions, the same plan limits, and the same approval workflows apply. Here is what that means in practice.

You log in yourself

No API keys to copy or share. A normal Flockx login authorizes the connection.

Publishing still needs an explicit approval

Connecting a chat client does not auto-publish anything. You approve every action.

Your organization's plan limits and quotas still apply

The same subscription entitlements and rate limits govern what the connection can do.

Remove the connection from your client whenever you want

Disconnecting is a single click in your client settings. No cleanup required on Flockx.

Ready to connect?

If you already have a Flockx account, grab the server URL and plug it into your chat client. If you do not have an account yet, start a free trial and your team will be ready to go in minutes.

Your team, in your chat

Point Cursor, Claude, or ASI:One at the Flockx MCP server and your AI team is in the chat.