Connect step by step
1. Get your API key
Section titled “1. Get your API key”-
Sign in at beeive.com.
-
Open Settings → Developers, then the Access tab.
-
Under API Key, click Reveal, then copy the key.
2. Add Beeive to your app
Section titled “2. Add Beeive to your app”Pick your app:
For claude.ai and the Claude desktop app.
-
In Claude, open Settings → Connectors.
-
Click Add custom connector.
-
Enter a name, for example
Beeive, and paste this URL as the server address:https://app.beeive.com/mcp/YOUR_API_KEY -
Click Add. Beeive now appears in your list of connectors.
-
In a new chat, open the tools menu and make sure Beeive is switched on.
-
In ChatGPT, open Settings and find Connectors (called Apps & Connectors in some versions). Custom connectors may require turning on Developer mode under the advanced settings first.
-
Create a new connector and name it
Beeive. -
Paste this URL as the server address:
https://app.beeive.com/mcp/YOUR_API_KEYOr use
https://app.beeive.com/mcp-oauthto sign in with Beeive instead of using a key. -
Save, then enable the Beeive connector in a chat.
-
Run this in your terminal:
Terminal window claude mcp add --transport http beeive https://app.beeive.com/mcp --header "Authorization: Bearer YOUR_API_KEY" -
Check that it’s registered:
Terminal window claude mcp listbeeiveshould appear in the list. -
Start Claude Code and type
/mcpto confirm Beeive is connected.
-
Create or open
.cursor/mcp.jsonin your project root. -
Add Beeive:
{"mcpServers": {"beeive": {"url": "https://app.beeive.com/mcp","headers": { "Authorization": "Bearer YOUR_API_KEY" }}}} -
Open Cursor Settings → MCP and check that Beeive shows as connected.
For GitHub Copilot in VS Code.
-
Create or open
.vscode/mcp.jsonin your project root. -
Add Beeive:
{"servers": {"beeive": {"type": "http","url": "https://app.beeive.com/mcp","headers": { "Authorization": "Bearer YOUR_API_KEY" }}}} -
Open Copilot Chat, switch to Agent mode, and check that the Beeive tools are listed.
-
Open
~/.codeium/windsurf/mcp_config.json. -
Add Beeive:
{"mcpServers": {"beeive": {"serverUrl": "https://app.beeive.com/mcp","headers": { "Authorization": "Bearer YOUR_API_KEY" }}}}Windsurf uses
serverUrl, noturl. -
Refresh the MCP servers in Windsurf.
-
Open
~/.codex/config.toml. -
Add Beeive:
[mcp_servers.beeive]url = "https://app.beeive.com/mcp"http_headers = { "Authorization" = "Bearer YOUR_API_KEY" } -
Restart Codex.
-
Open
~/.gemini/settings.json. -
Add Beeive:
{"mcpServers": {"beeive": {"url": "https://app.beeive.com/mcp","headers": { "Authorization": "Bearer YOUR_API_KEY" }}}} -
Restart Gemini CLI and run
/mcpto confirm.
-
Open your Amp
settings.json. -
Add Beeive:
{"amp.mcpServers": {"beeive": {"url": "https://app.beeive.com/mcp","headers": { "Authorization": "Bearer YOUR_API_KEY" }}}}
-
In Warp, open Settings → MCP Servers and click + Add.
-
Paste this config:
{"beeive": {"url": "https://app.beeive.com/mcp","headers": { "Authorization": "Bearer YOUR_API_KEY" }}}
Any client that supports Streamable HTTP MCP servers works. Use one of these:
| Your client supports | Server URL | Extra setting |
|---|---|---|
| Custom headers | https://app.beeive.com/mcp |
Header Authorization: Bearer YOUR_API_KEY |
| A URL only | https://app.beeive.com/mcp/YOUR_API_KEY |
None |
| OAuth sign-in | https://app.beeive.com/mcp-oauth |
None. You sign in with Beeive |
3. Test it
Section titled “3. Test it”Ask your assistant:
List my Beeive channels.You should see the channels you connected in Beeive. Then try a real post:
Draft a LinkedIn post saying we're hiring a designer, and save it as a draftin Beeive for tomorrow at 10am.Open your Beeive calendar and the draft is there. If something doesn’t work, see Troubleshooting.