MCP Server
MCP
textbee SMS
Send and read SMS through your own Android phone via textbee.dev, the open-source SMS gateway.
Install
npx -y @textbee/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@textbee/mcp",
"version": "0.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key from the textbee dashboard (app.textbee.dev/dashboard).",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TEXTBEE_API_KEY"
},
{
"description": "Self-hosted instance URL. Defaults to https://api.textbee.dev; the /api/v1 suffix is added automatically.",
"format": "string",
"name": "TEXTBEE_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment