Famulor MCP
Manage WhatsApp senders and templates, check 24h session window, and send template or freeform messages via Famulor.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Famulor MCPstart a new outbound campaign"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Setup
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.
claude mcp add --transport http famulor https://mcp.famulor.io/mcpAdd the server first — authenticate via your API key when prompted.
Settings > Connectors > Add custom connector
https://mcp.famulor.io/mcpCopy the URL, paste it into the connector dialog, and sign in when prompted.
.cursor/mcp.json
{
"mcpServers": {
"famulor": {
"type": "http",
"url": "https://mcp.famulor.io/mcp"
}
}
}Add the server first — authenticate via your API key when prompted.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"famulor": {
"serverUrl": "https://mcp.famulor.io/mcp"
}
}
}Add the server first — authenticate via your API key when prompted.
.vscode/mcp.json
{
"servers": {
"famulor": {
"type": "http",
"url": "https://mcp.famulor.io/mcp"
}
}
}Add the server first — authenticate via your API key when prompted.
Cline extension > MCP Servers > Configure
{
"mcpServers": {
"famulor": {
"url": "https://mcp.famulor.io/mcp"
}
}
}Add the server first — authenticate via your API key when prompted.
~/.continue/config.yaml
mcpServers:
- name: famulor
type: streamable-http
url: "https://mcp.famulor.io/mcp"Add the server first — authenticate via your API key when prompted.
openclaw mcp add famulor --url https://mcp.famulor.io/mcp --transport streamable-http --auth oauth
openclaw mcp login famulorOr in ~/.openclaw/openclaw.json:
{
"mcp": {
"servers": {
"famulor": {
"url": "https://mcp.famulor.io/mcp",
"transport": "streamable-http",
"auth": "oauth"
}
}
}
}Tip: there is also a ready-made Famulor skill — openclaw skills install famulor-skill.
hermes mcp add famulor --url https://mcp.famulor.io/mcp
hermes mcp login famulorOr in ~/.hermes/config.yaml:
mcp_servers:
famulor:
url: "https://mcp.famulor.io/mcp"
auth: oauthApply in-session with /reload-mcp.
Run the server locally via npm — no hosted endpoint needed. Uses your Famulor API key directly:
{
"mcpServers": {
"famulor": {
"command": "npx",
"args": ["-y", "famulor-mcp"],
"env": { "FAMULOR_API_KEY": "your-api-key" }
}
}
}~/.config/zed/settings.json
{
"context_servers": {
"famulor": {
"args": [
"-y",
"mcp-remote@latest",
"https://mcp.famulor.io/mcp"
],
"command": "npx"
}
}
}Add the server first — authenticate via your API key when prompted.
Related MCP server: Smallest MCP Server
What you can do
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."
How auth works
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.
Self-hosting
The hosted server at https://mcp.famulor.io works out of the box, but you can
run your own if you prefer.
Deploy to Vercel
git clone https://github.com/bekservice/Famulor-MCP.git
cd Famulor-MCP
vercel --prodSet these env vars in the Vercel project:
Variable | Required | Value |
| yes |
|
| rec. | Your public URL, e.g. |
Then point your domain at the deployment and you're live. See DEPLOYMENT.md for the full guide including stdio mode for power users.
Local dev
npm install
echo "MCP_SECRET=$(openssl rand -hex 32)" > .env
npm run dev:http
# server on http://localhost:8787# health
curl http://localhost:8787/health
# OAuth metadata
curl http://localhost:8787/.well-known/oauth-authorization-serverLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceManage WhatsApp Business templates and send messages from Claude, ChatGPT, Cursor, VS Code Copilot, or any MCP-compatible client — powered by the Meta Cloud API.Last updated82MIT

Smallest MCP Serverofficial
AlicenseAqualityAmaintenanceMCP server for the Smallest AI platform that enables managing AI voice agents, debugging calls, and viewing analytics directly from your IDE.Last updated836731MIT- Alicense-qualityCmaintenanceEnables programmatic control of Cursor's cloud-based AI agents for automated code generation and repository management via standardized MCP tools.Last updated135MIT
- AlicenseAqualityCmaintenanceManage voice AI agents from Claude Code, Cursor, VS Code, or any MCP-compatible assistant.Last updated3203MIT
Related MCP Connectors
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
Give AI agents real phone numbers, messages, and voice calls via MCP.
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bekservice/Famulor-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server