--- title: "Build a Tool" description: "Learn the fundamentals of building tools with Arcade's MCP Server framework" --- import { SubpageList } from '../../../../_components/subpage-list'; import meta from './_meta'; # Build a Tool Learn how to create custom tools that extend AI agents with powerful capabilities. Start here when you're ready to build your first tool or need to add new functionality to your existing MCP servers. Building tools with Arcade allows you to extend AI agents with custom capabilities. This section covers everything you need to know about creating powerful, reusable tools using the Model Context Protocol (MCP).