What is the Quackr MCP server?
Virtual phone numbers for SMS verification, OTP receipt, and number management.
How to install Quackr
Copy-paste configuration for popular MCP clients.
QUACKR_API_KEYrequiredsecretYour Quackr API key, from your profile page at quackr.io
AuthorizationrequiredsecretBearer token in the form 'Bearer <your Quackr API key>', from your profile page at quackr.io
{
"mcpServers": {
"quackr": {
"command": "npx",
"args": [
"-y",
"quackr-mcp"
],
"env": {
"QUACKR_API_KEY": "<YOUR_QUACKR_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"quackr": {
"command": "npx",
"args": [
"-y",
"quackr-mcp"
],
"env": {
"QUACKR_API_KEY": "<YOUR_QUACKR_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"quackr": {
"command": "npx",
"args": [
"-y",
"quackr-mcp"
],
"env": {
"QUACKR_API_KEY": "<YOUR_QUACKR_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"servers": {
"quackr": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"quackr-mcp"
],
"env": {
"QUACKR_API_KEY": "<YOUR_QUACKR_API_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}claude mcp add quackr --env QUACKR_API_KEY=<YOUR_QUACKR_API_KEY> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y quackr-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.