Famulor MCP Server

AI voice agents: assistants, calls, campaigns, leads, knowledge bases, WhatsApp, SMS & SIP trunks.

Remote serverstreamable-http

What is the Famulor MCP server?

If you already use Famulor, the famulor mcp server is the piece that lets your assistant work with it directly. AI voice agents: assistants, calls, campaigns, leads, knowledge bases, WhatsApp, SMS & SIP trunks.

What the server does

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.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • name — famulor
  • Variable — Required
  • MCP_SECRET — yes
  • MCP_ISSUER — rec

Credentials and setup notes

Configuration is passed through the environment: FAMULOR_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Where it fits

Among the team communication options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Famulor's toolset — name, Variable, MCP_SECRET and 1 more — is a fair guide to whether it matches your workflow. It is maintained by io.famulor; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
namefamulor
VariableRequired
MCP_SECRETyes
MCP_ISSUERrec.

How to install the Famulor MCP server

{
  "mcpServers": {
    "famulor": {
      "command": "npx",
      "args": ["-y", "famulor-mcp"],
      "env": { "FAMULOR_API_KEY": "your-api-key" }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
FAMULOR_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Famulor to name.
  • Use Famulor to Variable.
  • Use Famulor to MCP SECRET.

Frequently asked questions

It connects Famulor to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (name, Variable, MCP_SECRET, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Famulor directly.