Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

writio in other clients