agents (MCP Server)

GitHub

A framework for building realtime voice AI agents ๐Ÿค–๐ŸŽ™๏ธ๐Ÿ“น

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "agents": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-agents"
      ]
    }
  }
}