Skip to content
Cursor

maacgo mcp for Cursor

io.github.jinhsueh/maacgo-mcp

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

client:Cursor transport:stdio runtime:npm

Install maacgo mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "maacgo-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@maacgo/mcp"
      ],
      "env": {
        "MAACGO_API_KEY": "<MAACGO_API_KEY>",
        "MAACGO_BASE_URL": "<MAACGO_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

maacgo mcp in other clients