Skip to content
VS Code

postwire mcp for VS Code

io.github.perufitlife/postwire-mcp

One prompt, a native post per network: TikTok, Instagram, YouTube, LinkedIn, X. Free, no card.

client:VS Code transport:stdio runtime:npm

Install postwire mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "postwire-api-key",
      "description": "POSTWIRE_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "postwire-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "postwire-mcp"
      ],
      "env": {
        "POSTWIRE_API_KEY": "${input:postwire-api-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

postwire mcp in other clients