codasms mcp for Grok
io.github.ajemba/codasms-mcp
Receive one-time SMS/OTP verification codes via the CODASMS API: get a number, wait, release.
client:Grok
transport:stdio
runtime:npm
Install codasms mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"codasms-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"codasms-mcp"
],
"env": {
"CODASMS_API_KEY": "<CODASMS_API_KEY>",
"CODASMS_MAX_PRICE_CENTS": "<CODASMS_MAX_PRICE_CENTS>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs