Loading MCP server directory, please wait...
Taiwan SMS MCP server. Send from Claude / Cursor / Windsurf, NCC-compliant, NT$50 free trial.
npx @getmcp/cli add io.github.jinhsueh/maacgo-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
MAACGO_API_KEYMAAC Go API key from https://sms.cresclab.com/app.html#transactional. Use sk_test_... while developing, sk_live_... for real sends.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jinhsueh/maacgo-mcp": {
"command": "npx",
"args": [
"-y",
"@maacgo/mcp"
],
"env": {
"MAACGO_API_KEY": "",
"MAACGO_BASE_URL": ""
}
}
}
}