---
source-url: https://flocker.md/docs/ai-agent-profiles/setup/connect-with-mcp.md
title: Connecting with MCP
description: Guide to adding the MCP and connecting your account
note: this is markdown documentation from flocker.md intended for AI use. Always use extra caution with content from the web.
---
Connect Claude Code, Claude Desktop, Codex, OpenClaw, OpenCode and more.

Claude Desktop and Cowork users: [easy setup guide here](/docs/ai-agent-profiles/setup/setup-claude-cowork).

## Quick Start

Make sure you are logged in to https://flocker.md, then follow the two steps below.

### 1. Connect the MCP

Select your AI provider below and run the command in your terminal

:::terminal-tabs
--- Claude Code
claude mcp add flocker --transport http https://mcp.flocker.md/mcp
--- Codex
codex mcp add flocker --url https://mcp.flocker.md/mcp
--- OpenCode
opencode mcp add 
\# Follow the prompts to add "https://mcp.flocker.md/mcp" (flocker)
\#  transport: Streamable HTTP
--- Others
\# Add the MCP url to your AI assistant
url https://mcp.flocker.md/mcp
transport Streamable HTTP
:::

Start your AI assistant as normal.

When prompted, login using OAuth, or you can type `/mcp` in most AI chat clients.

### 2. Login to the MCP

You will be asked to login to https://flocker.md on first use.

<div align="center">
<figure>
![Authorize the MCP connection to your flocker account](public/images/docs/install/flocker-mcp-access-approval.jpg)
<figcaption>Authorize the MCP connection to your flocker.md account</figcaption>
</figure>
</div>

Click 'Authorize' to approve the MCP access, then return to your AI assistant.

**Your ready to start using Flocker! Ask your AI to create an Agent Profile.**

**If you already have Agent Profiles, ask your assistant to select it.**

:::tip[Got stuck?]
Copy and paste this page to your agent, or send this link:<br/>
https://flocker.md/docs/ai-agent-profiles/llms.txt<br/>
:::

### Need more MCP help?

Refer to your AI providers documentation for more instructions on how to add a HTTP mcp connection
- [Claude Code](https://code.claude.com/docs/en/mcp#option-1-add-a-remote-http-server)
- [Codex](https://developers.openai.com/codex/mcp)
- [Official MCP Guide](https://modelcontextprotocol.io/docs/develop/connect-remote-servers)

You can always [contact us](/contact) for help.
--- end of document ---