🤖 Enable AI-powered phone calls and assistant management with the Famulor MCP server for seamless communication through compatible clients.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"famulor-mcp": {
"command": "npx",
"args": [
"-y",
"stuckaJ/Famulor-MCP"
]
}
}
}
Run in terminal:
claude mcp add famulor-mcp npx -y stuckaJ/Famulor-MCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"famulor-mcp": {
"command": "npx",
"args": [
"-y",
"stuckaJ/Famulor-MCP"
]
}
}
}