sms florin mcp for Cursor
io.github.flovoice53-tech/sms-florin-mcp
Rent a real UK phone number and receive SMS/OTP codes — built for AI coding agents.
client:Cursor
transport:stdio
runtime:npm
Install sms florin mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sms-florin-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sms-florin-mcp"
],
"env": {
"SMS_FLORIN_API_KEY": "<SMS_FLORIN_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs