> ## Documentation Index
> Fetch the complete documentation index at: https://docs.openserv.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# MCPs

> Use Model Context Protocol providers.

<div className="my-4">
  <iframe width="100%" height="500" src="https://www.youtube.com/embed/t4CoiKYMmvs?start=695" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerPolicy="strict-origin-when-cross-origin" allowFullScreen />

  <div className="text-sm text-fd-muted-foreground mt-2">
    Watch: MCPs.
  </div>
</div>

## MCPs

Discover and configure MCP providers to extend agent capabilities.

OpenServ supports MCP over Server‑Sent Events (SSE) HTTP today. HTTP streaming isn’t required. You can add your own MCP servers or pick from defaults.

Example SSE MCP server template: [mcp-starter](https://github.com/issa-me-sush/mcp-starter)

After adding an MCP, tools from that server become available to your agents/workflows.
