rosiefaulkner/langgraph-voice-agent
Convert user audio messages into text and convert text responses from the agent back to audio (text-to-speech) to play to the user. The AI voice agent is an expense manager with access to an MCP server with tools that allow CRUD (create, read, update, delete) operations on a database that tracks expenses.
Platform-specific configuration:
{
"mcpServers": {
"langgraph-voice-agent": {
"command": "npx",
"args": [
"-y",
"langgraph-voice-agent"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...