postall for VS Code
io.github.postall-io/postall
Post to 35+ social media platforms. Schedule & publish from Claude AI.
client:VS Code
transport:stdio
runtime:npm
Install postall in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "postall-api-key",
"description": "POSTALL_API_KEY",
"password": true
}
],
"servers": {
"postall": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"postall-mcp-server"
],
"env": {
"POSTALL_API_KEY": "${input:postall-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