writio for Cursor
io.github.alexlarcheveque/writio
LinkedIn-native AI content creation, scheduling & analytics via MCP.
client:Cursor
transport:stdio
runtime:npm
Install writio in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"writio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@writio/mcp-server"
],
"env": {
"WRITIO_API_TOKEN": "<WRITIO_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs