Skip to content
VS Code

social media manager mcp for VS Code

io.github.closermethod/social-media-manager-mcp

Operational layer for running accounts: calendars, cadence, captions, hashtags, reporting.

client:VS Code transport:stdio runtime:npm

Install social media manager mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "social-media-manager-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "social-media-manager-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

social media manager mcp in other clients