ten-framework (MCP Server)

GitHub

Open-source framework for conversational voice AI agents

Claude Desktop Configuration

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

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