Skip to content
Cursor

ai for Cursor

io.github.sendsoon/ai

Send email, look up public IP information, and convert files to Markdown through SendSoon.

client:Cursor transport:stdio runtime:npm

Install ai 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": {
    "ai": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sendsoon/ai"
      ],
      "env": {
        "SENDSOON_EMAIL_RECIPIENT": "<SENDSOON_EMAIL_RECIPIENT>",
        "SENDSOON_API_KEY": "<SENDSOON_API_KEY>",
        "SENDSOON_API_BASE_URL": "<SENDSOON_API_BASE_URL>"
      }
    }
  }
}

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

ai in other clients