Skip to main content
ClaudeWave

MCP server for AgentSIM — give Claude, Cursor, and Windsurf real phone numbers for OTP verification.

MCP ServersOfficial Registry1 stars0 forksPythonMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · agentsim-mcp
Claude Code CLI
claude mcp add agentsim-mcp -- uvx agentsim-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "agentsim-mcp": {
      "command": "uvx",
      "args": ["agentsim-mcp"],
      "env": {
        "AGENTSIM_API_KEY": "<agentsim_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
AGENTSIM_API_KEY
Use cases

MCP Servers overview

# agentsim-mcp

<!-- mcp-name: dev.agentsim/mcp -->

MCP server that exposes AgentSIM OTP session tools to AI coding assistants: Claude Code, Cursor, Windsurf, and any other MCP-compatible host.

## Setup

### Claude Code

```bash
claude mcp add agentsim -e AGENTSIM_API_KEY=asm_live_xxx -- uvx agentsim-mcp
```

### Claude Desktop

Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "agentsim": {
      "command": "uvx",
      "args": ["agentsim-mcp"],
      "env": {
        "AGENTSIM_API_KEY": "asm_live_xxx"
      }
    }
  }
}
```

### Cursor / Windsurf

Add `agentsim-mcp` as a stdio MCP server with `AGENTSIM_API_KEY` in the environment config.

### Remote (no install)

Connect directly to the hosted MCP server without installing anything locally:

```json
{
  "mcpServers": {
    "agentsim": {
      "type": "streamable-http",
      "url": "https://mcp.agentsim.dev/mcp",
      "headers": {
        "x-api-key": "asm_live_..."
      }
    }
  }
}
```

## Tools

| Tool | Description |
|------|-------------|
| `provision_number` | Provision a temporary programmable US number for an OTP session — returns number, session ID, expiry |
| `wait_for_otp` | Long-poll until an OTP arrives on the session (returns parsed code) |
| `get_messages` | List raw SMS messages received on a session |
| `release_number` | Release a session early (number returned to pool) |
| `list_numbers` | List all active sessions for this account |

## Auth

Set `AGENTSIM_API_KEY` in your environment. Get your key at [console.agentsim.dev](https://console.agentsim.dev).

## Supported Countries

US (more coming soon)
ai-agentsclaudecursormcpmcp-serverotpphone-verificationsms

What people ask about agentsim-mcp

What is agentsimdev/agentsim-mcp?

+

agentsimdev/agentsim-mcp is mcp servers for the Claude AI ecosystem. MCP server for AgentSIM — give Claude, Cursor, and Windsurf real phone numbers for OTP verification. It has 1 GitHub stars and was last updated today.

How do I install agentsim-mcp?

+

You can install agentsim-mcp by cloning the repository (https://github.com/agentsimdev/agentsim-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is agentsimdev/agentsim-mcp safe to use?

+

Our security agent has analyzed agentsimdev/agentsim-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains agentsimdev/agentsim-mcp?

+

agentsimdev/agentsim-mcp is maintained by agentsimdev. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to agentsim-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy agentsim-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: agentsimdev/agentsim-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/agentsimdev-agentsim-mcp)](https://claudewave.com/repo/agentsimdev-agentsim-mcp)
<a href="https://claudewave.com/repo/agentsimdev-agentsim-mcp"><img src="https://claudewave.com/api/badge/agentsimdev-agentsim-mcp" alt="Featured on ClaudeWave: agentsimdev/agentsim-mcp" width="320" height="64" /></a>

More MCP Servers

agentsim-mcp alternatives