maacgo mcp for Claude Desktop
io.github.jinhsueh/maacgo-mcp
Taiwan SMS MCP server. Send from Claude / Cursor / Windsurf, NCC-compliant, NT$50 free trial.
client:Claude Desktop
transport:stdio
runtime:npm
Install maacgo mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"maacgo-mcp": {
"command": "npx",
"args": [
"-y",
"@maacgo/mcp"
],
"env": {
"MAACGO_API_KEY": "<MAACGO_API_KEY>",
"MAACGO_BASE_URL": "<MAACGO_BASE_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs