writio for VS Code
io.github.alexlarcheveque/writio
LinkedIn-native AI content creation, scheduling & analytics via MCP.
client:VS Code
transport:stdio
runtime:npm
Install writio in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "writio-api-token",
"description": "WRITIO_API_TOKEN",
"password": true
}
],
"servers": {
"writio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@writio/mcp-server"
],
"env": {
"WRITIO_API_TOKEN": "${input:writio-api-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs