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

# MCP • AI Agent SDK

> Module reference for mcp

# mcp

<Badge color="blue">AI Agent</Badge>

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonaiagents.mcp import mcp
```

## Classes

<CardGroup cols={2}>
  <Card title="MCPToolRunner" icon="brackets-curly" href="../classes/MCPToolRunner">
    A dedicated thread for running MCP operations.
  </Card>

  <Card title="MCP" icon="brackets-curly" href="../classes/MCP">
    Model Context Protocol (MCP) integration for PraisonAI Agents.
  </Card>
</CardGroup>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="MCP Concept" icon="server" href="/docs/concepts/mcp" />

  <Card title="MCP Lifecycle" icon="rotate" href="/docs/features/mcp-lifecycle" />
</CardGroup>
