AI voice agents: assistants, calls, campaigns, leads, knowledge bases, WhatsApp, SMS & SIP trunks.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Control your Famulor AI voice agents β calls, leads, campaigns, knowledge bases, conversations, WhatsApp, SIP trunks β directly from Claude, Cursor, Windsurf, VS Code and any other MCP-compatible client.
mcp.famulor.io Β· Get an API key Β· Docs
Add the server in your editor, then sign in with your Famulor API key when prompted in the browser.
Server URL:
https://mcp.famulor.io/mcpis the canonical endpoint. Bothhttps://mcp.famulor.io/andhttps://mcp.famulor.io/mcpwork as MCP URLs, so you can paste either into your client's connector dialog.
Add the server first β authenticate via your API key when prompted.
Settings > Connectors > Add custom connector
Copy the URL, paste it into the connector dialog, and sign in when prompted.
~/.codeium/windsurf/mcp_config.json
Add the server first β authenticate via your API key when prompted.
Cline extension > MCP Servers > Configure
Add the server first β authenticate via your API key when prompted.
~/.continue/config.yaml
Add the server first β authenticate via your API key when prompted.
Or in ~/.openclaw/openclaw.json:
Tip: there is also a ready-made Famulor skill β openclaw skills install famulor-skill.
Or in ~/.hermes/config.yaml:
Apply in-session with /reload-mcp.
Run the server locally via npm β no hosted endpoint needed. Uses your Famulor API key directly:
~/.config/zed/settings.json
Add the server first β authenticate via your API key when prompted.
Once connected, your AI assistant can call any of the 66 tools spanning the full Famulor API. A non-exhaustive tour:
Assistants β create, update, delete AI voice agents Β· list voices, languages, LLM/multimodal models, TTS/STT providers Β· toggle inbound and conversation-ended webhooks
Calls β make outbound calls Β· list / get / delete call records
Campaigns β create campaigns, manage retry rules and allowed-hours windows Β· start, stop and delete
Leads β add leads (incl. secondary contacts) Β· update status and merge variables Β· delete
Knowledge bases β create knowledge bases Β· upload website-scraped documents Β· update / delete
Phone numbers β search by country and dial pattern Β· purchase Β· release Β· SIP trunk CRUD
Conversations β list, read and reply to chat conversations Β· enable/disable AI per conversation for human takeover
WhatsApp β list senders and templates Β· check 24h session window Β· send template or freeform messages
SMS β send via your purchased numbers
Mid-call tools β register custom HTTP integrations the assistant can call mid-conversation
AI Replies β generate context-aware replies for external chat platforms
Ask the assistant in plain English, e.g. "Create a German sales assistant using GPT-4.1-mini and the Susi voice", "Start campaign #42 and add these 50 leads", "Show me all calls today where the goal wasn't reached."
The server speaks the standard MCP OAuth 2.1 flow (RFC 8414 metadata, RFC 7591 Dynamic Client Registration, PKCE S256). Your MCP client opens a browser tab, you paste your Famulor API key, and the client receives an access token that the server encrypts with AES-256-GCM. Your API key never lands in any database β it lives only inside the token your client stores.
Tokens expire after 30 days; your client simply re-prompts.
The hosted server at https://mcp.famulor.io works out of the box, but you can
run your own if you prefer.
Set these env vars in the Vercel project:
| Variable | Required | Value |
|---|---|---|
MCP_SECRET | yes | openssl rand -hex 32 β encrypts OAuth tokens. |
MCP_ISSUER | rec. | Your public URL, e.g. https://mcp.example.com. |
Then point your domain at the deployment and you're live. See DEPLOYMENT.md for the full guide including stdio mode for power users.
MIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/famulor)<a href="https://allmcps.com/mcp/famulor"><img src="https://allmcps.com/api/badge/famulor?style=directory" alt="Famulor on AllMCPs" /></a>