pipecat-mcp-server
Voice conversations and screen capture for coding agents
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Pipecat MCP Server?โผ
Run `npx skills add pipecat-ai/pipecat-mcp-server --all -g -y` in your terminal to install everything globally.
How to talk to my coding agent by voice?โผ
Start the server with `pipecat-mcp-server`, open the local playground in your browser, and speak naturally. The agent hears you, responds by voice, and can run commands on your machine.
Does Pipecat MCP Server need API keys?โผ
No. By default it uses local Whisper for speech-to-text and Kokoro for text-to-speech, so it works fully offline without any API keys.
Does it work with Claude Code, Cursor, and Codex?โผ
Yes. It follows the MCP standard, so any compatible client can register the server at http://localhost:9090/mcp and start voice sessions.
Can the agent see my screen?โผ
Yes. On macOS and Linux you can stream your screen or a specific window, then ask the agent to debug errors or review your UI based on what it sees.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core