Famulor MCP
Manage WhatsApp senders and templates, check 24h session window, and send template or freeform messages via Famulor.
Click on "Deploy 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 client, then sign in to Famulor and approve the requested workspace permissions in the browser. Claude and ChatGPT use OAuth; there is no API key to paste into their connector settings.
Server URL:
https://app.famulor.io/mcpis the canonical endpoint.https://mcp.famulor.io/mcpremains online only for legacy clients.
claude mcp add --transport http famulor https://app.famulor.io/mcpAdd the server first, then complete the browser-based OAuth flow.
Settings > Connectors > Add custom connector
https://app.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://app.famulor.io/mcp"
}
}
}Add the server first, then complete the browser-based OAuth flow.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"famulor": {
"serverUrl": "https://app.famulor.io/mcp"
}
}
}Add the server first, then complete the browser-based OAuth flow.
.vscode/mcp.json
{
"servers": {
"famulor": {
"type": "http",
"url": "https://app.famulor.io/mcp"
}
}
}Add the server first, then complete the browser-based OAuth flow.
Cline extension > MCP Servers > Configure
{
"mcpServers": {
"famulor": {
"url": "https://app.famulor.io/mcp"
}
}
}Add the server first, then complete the browser-based OAuth flow.
~/.continue/config.yaml
mcpServers:
- name: famulor
type: streamable-http
url: "https://app.famulor.io/mcp"Add the server first, then complete the browser-based OAuth flow.
openclaw mcp add famulor --url https://app.famulor.io/mcp --transport streamable-http --auth oauth
openclaw mcp login famulorOr in ~/.openclaw/openclaw.json:
{
"mcp": {
"servers": {
"famulor": {
"url": "https://app.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://app.famulor.io/mcp
hermes mcp login famulorOr in ~/.hermes/config.yaml:
mcp_servers:
famulor:
url: "https://app.famulor.io/mcp"
auth: oauthApply in-session with /reload-mcp.
The earlier npm package is retained for compatibility, but it does not expose the current platform's complete tool catalog. New integrations should use the hosted OAuth endpoint above. Existing stdio users can continue with an API key:
{
"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://app.famulor.io/mcp"
],
"command": "npx"
}
}
}Add the server first, then complete the browser-based OAuth flow.
Related MCP server: Smallest MCP Server
What you can do
Once connected, your AI assistant discovers the current public tool catalog directly from Famulor. The catalog covers, among other areas:
Assistants — create, update, delete AI voice agents · list voices, languages, LLM/multimodal models, TTS/STT providers · toggle inbound and conversation-ended webhooks
History & calls — inspect cross-channel history and transcripts · make and manage calls
Campaigns — create campaigns, manage retry rules and allowed-hours windows · start, stop and delete
Audience — manage contacts, tags, segments, suppression and campaign membership
Knowledge bases — create knowledge bases · upload website-scraped documents · update / delete
Telephony — phone numbers, number verification, assignments and SIP trunks
Messaging & email — WhatsApp, Instagram, Messenger, Telegram, Slack, Teams, Discord, Google Chat, X, helpdesk and email conversation workflows
WhatsApp — list senders and templates · check 24h session window · send template or freeform messages
Automations & operations — flows, routines, dashboards, integrations, webhooks, booking, workspace settings and account administration
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 canonical endpoint implements MCP OAuth discovery, authorization code with PKCE, dynamic client registration and Client ID Metadata Documents. Your MCP client opens Famulor in a browser, where you sign in, choose a workspace and approve the requested scopes. API keys are also accepted for server-to-server clients, but are not the Claude or ChatGPT connector path.
Self-hosting
The canonical full-catalog server is part of the Famulor application and is not implemented by this legacy standalone package. The code in this repository is retained for existing self-hosted and npm users.
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 deployed
Maintenance
Related MCP Connectors
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
Build and manage AI-native customer support agents from Claude or any MCP client.
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
One MCP endpoint for Claude, GPT & Gemini: 100+ tools + no-code connectors + agent workers.
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.83MIT

Smallest MCP Serverofficial
AlicenseBqualityAmaintenanceMCP server for the Smallest AI platform that enables managing AI voice agents, debugging calls, and viewing analytics directly from your IDE.8352 npm1MIT- AlicenseNot gradedqualityCmaintenanceEnables programmatic control of Cursor's cloud-based AI agents for automated code generation and repository management via standardized MCP tools.15 npm6MIT
- AlicenseAqualityDmaintenanceManage voice AI agents from Claude Code, Cursor, VS Code, or any MCP-compatible assistant.36 npm3MIT