MCP Server
The Pipecat docs MCP server is a cloud-hosted service powered by Kapa.ai that searches across the full Pipecat documentation site. It returns synthesized answers with source citations, covering guides, API references, and other docs content. No local setup required.- Claude Code
- Codex
- Cursor
- VS Code
Pipecat Context Hub
Pipecat Context Hub is a local-first MCP server that indexes Pipecat documentation, code examples, and framework API source on your machine. Unlike the cloud-hosted MCP server above, Context Hub runs a local vector database and is optimized for coding workflows — it returns relevant source code and snippets rather than synthesized answers, giving your AI coding tool the raw context it needs to solve implementation problems. Because it runs locally, you can also add your own repositories (public or private) to the index for a more customized context. Available tools includesearch_docs, search_examples, search_api, get_code_snippet, and check_deprecation.
Setup
Add to your coding tool
- Claude Code
- Codex
- Cursor
- VS Code
CLAUDE.md
The Pipecat repository includes aCLAUDE.md file that provides Claude Code with architecture guidance, coding conventions, and development patterns specific to the Pipecat codebase. When you work in a cloned copy of the Pipecat repo, Claude Code automatically reads this file for context.
Markdown docs
Every page on this docs site has a Copy page button (in the top-right area) that copies the page content as markdown. This is useful for pasting into any AI chat or coding tool to provide context about a specific topic.llms.txt
Pipecat docs support the llms.txt standard, which provides a machine-readable index of documentation content. This is useful for tools that can ingest documentation in bulk.https://docs.pipecat.ai/llms.txt— structured index of all pageshttps://docs.pipecat.ai/llms-full.txt— full documentation content in a single file