Tactic Social
Gemini

Connect Gemini CLI to Tactic Social

Add Tactic Social as an MCP server in Gemini CLI. API keys don't expire and take one command to set up — or use OAuth if you prefer browser-based login.

Tactic Social Settings Developer tab showing API Keys section

Step 1

Open Settings → Developer

In your Tactic Social account, open Settings and click the Developer tab. You'll see the API Keys section.

Step 2

Click "Create API Key"

Click the green Create API Key button in the top right — a dialog will open to configure your key.

Tactic Social Create API Key dialog with name, expiry and permissions fields

Step 3

Name your key and set permissions

Give your key a name (e.g. My integration key), choose an expiry, and select the permissions you need. Click Create API Key, then copy the key that appears — you'll use it in the next step.

Step 4

Add the Tactic Social MCP server

Open your terminal and run the command below. Replace YOUR_API_KEY with the key you copied.

Terminal
$ gemini mcp add --transport http tactic-social \
https://api.tacticsocial.com/mcp \
--header "Authorization: Bearer YOUR_API_KEY"

Add --scope user to make it available across all your projects instead of the current one only.

Step 5

Start managing your social content

The Tactic Social MCP server is now configured. Ask Gemini to draft posts, schedule content, or review your upcoming calendar — all from the terminal.

You're connected!

Try asking your AI assistant to get started:

Click the prompt to copy it


© Copyright 2026, All Rights Reserved by Tactic Social