SMSPM MCP Server for Cursor
io.github.alesav/smspm
Send SMS via the SMSPM API from any MCP client.
client:Cursor
transport:stdio
runtime:npm
Install SMSPM MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"smspm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"smspm-mcp"
],
"env": {
"SMSPM_HASH": "<SMSPM_HASH>",
"SMSPM_TOKEN": "<SMSPM_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs