Skip to content
Cursor

letmepost for Cursor

io.github.rosekamallove/letmepost

MCP server for letmepost.dev. Publish across 8 social platforms from any agent.

client:Cursor transport:stdio runtime:npm

Install letmepost 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": {
    "letmepost": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@letmepost/mcp"
      ],
      "env": {
        "LMP_API_KEY": "<LMP_API_KEY>",
        "LMP_API_BASE": "<LMP_API_BASE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

letmepost in other clients