Tactic Social
VS Code

Connect VS Code to Tactic Social

Add Tactic Social as an MCP server in Visual Studio Code. Paste one JSON config, hit Start, and manage your social posts without leaving your editor.

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 config below.

VS Code command palette showing MCP: Open User Configuration

Step 4

Open MCP Settings

Open the command palette (⌘ Shift P on macOS or Ctrl Shift P on Windows), type >mcp, and select MCP: Open User Configuration.

Step 5

Paste the configuration

Copy the config below and paste it into the MCP configuration file. Replace YOUR_API_KEY with the key you copied. If the file already has a servers block, add tactic-social as a new entry inside it.

JSON
{
  "servers": {
    "tactic-social": {
      "url": "https://api.tacticsocial.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Step 6

Save and start the server

Save the configuration file. Click the Start button that appears next to the tactic-social entry. The server connects immediately — no browser login required.

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