← kwindla hultman kramer

Voice agents + MCP

April 28, 2025

Voice agents + MCP ...

When I watched this code walk-through from @vipyne, I thought "wait, why didn't she edit out the LLM making those mistakes at the beginning ... oh I get it, good demo!"

Vanessa shows how to use multiple MCP servers via the new `MCPClient` class in @pipecat_ai and mcp . run from @dylibso.

MCPClient docs[1]

@dylibso docs[2]

Three Pipecat examples:

[3]

[4]

[5]

If you're interested in voice agents and MCP, @vipyne will be hanging out with the Voice AI and…

  1. https://docs.pipecat.ai/server/base-classes/mcp/mcp#mcpclient
  2. https://docs.mcp.run/
  3. https://github.com/pipecat-ai/pipecat/blob/main/examples/foundational/39-mcp-stdio.py
  4. https://github.com/pipecat-ai/pipecat/blob/main/examples/foundational/39a-mcp-run-sse.py
  5. https://github.com/pipecat-ai/pipecat/blob/main/examples/foundational/39b-multiple-mcp.py