maacgo mcp for Zed
io.github.jinhsueh/maacgo-mcp
Taiwan SMS MCP server. Send from Claude / Cursor / Windsurf, NCC-compliant, NT$50 free trial.
client:Zed
transport:stdio
runtime:npm
Install maacgo mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"maacgo-mcp": {
"command": "npx",
"args": [
"-y",
"@maacgo/mcp"
],
"env": {
"MAACGO_API_KEY": "<MAACGO_API_KEY>",
"MAACGO_BASE_URL": "<MAACGO_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs