Back to MCP Servers

Sats4ai

Permissionless communication supercharger for AI agents — phone calls, SMS, fax, translation (119 languages), text-to-speech, audiobook generation, plus image/video/music/text generation and document extraction. Pay per request via Lightning (L402) — no signup or API keys.

other-tools-and-integrationsapiaiagent

Installation

npx -y sats4ai-mcp-server

Configuration

{
  "mcpServers": {
    "sats4ai-mcp-server": {
      "command": "npx",
      "args": ["-y", "sats4ai-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub