HomeOther › JustCall MCP Server

JustCall MCP Server

JustCall MCP Server enables LLMs and AI agents to make voice calls and send SMS via JustCall APIs.

HTML Remote
★ 25 stars Last pushed 2026-03-12 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.justcall.host/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http justcall-mcp-server https://mcp.justcall.host/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "justcall-mcp-server": {
      "url": "https://mcp.justcall.host/mcp"
    }
  }
}

Remote (sse)

https://mcp.justcall.host/sse Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport sse justcall-mcp-server https://mcp.justcall.host/sse

Or add to your MCP client config:

{
  "mcpServers": {
    "justcall-mcp-server": {
      "url": "https://mcp.justcall.host/sse"
    }
  }
}

Related servers

Data from the Official MCP Registry