← Index

io.github.jinhsueh/maacgo-mcp

io.github.jinhsueh/maacgo-mcp·v0.2.1·Chat & Messaging
Quality Score
80
/100

Taiwan SMS MCP server. Send from Claude / Cursor / Windsurf, NCC-compliant, NT$50 free trial.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "maacgo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@maacgo/mcp"
      ],
      "env": {
        "MAACGO_API_KEY": "<your-maacgo_api_key>",
        "MAACGO_BASE_URL": "<maacgo_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "maacgo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@maacgo/mcp"
      ],
      "env": {
        "MAACGO_API_KEY": "<your-maacgo_api_key>",
        "MAACGO_BASE_URL": "<maacgo_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @maacgo/mcp
§02  Environment variables
MAACGO_API_KEY
requiredsecret

MAAC Go API key from https://sms.cresclab.com/app.html#transactional. Use sk_test_... while developing, sk_live_... for real sends.

MAACGO_BASE_URL

Override the REST base URL (default https://sms.cresclab.com/api). Only set this for staging or self-host deployments.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Chat & Messaging