Skip to content
Cline

codasms mcp for Cline

io.github.ajemba/codasms-mcp

Receive one-time SMS/OTP verification codes via the CODASMS API: get a number, wait, release.

client:Cline transport:stdio runtime:npm

Install codasms mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "codasms-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "codasms-mcp"
      ],
      "env": {
        "CODASMS_API_KEY": "<CODASMS_API_KEY>",
        "CODASMS_MAX_PRICE_CENTS": "<CODASMS_MAX_PRICE_CENTS>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

codasms mcp in other clients