```mdx import { PlatformCard } from "@/app/_components/platform-card"; import { Tabs } from "nextra/components"; # Arcade with Agent Frameworks and MCP Clients Arcade integrates with agent frameworks and MCP clients to add tool-calling capabilities to your AI applications. These guides are for developers building AI applications who need to connect Arcade tools to their agent frameworks or MCP clients. These guides show you how to authenticate with Arcade, load tools, and execute them within your chosen framework. Each guide provides code examples and configuration steps to get you started quickly. ## Agent Frameworks
```