MCP architecture refers to the structural framework and communication standards of the Model Context Protocol, an open standard enabling Claude AI to securely interact with external tools and systems. At its core, MCP defines how Claude discovers, understands, and invokes external functions, primarily through JSON Schema for tool definition and a standardized request/response protocol for data exchange. This architecture allows developers to create 'plugins' or 'skills' for Claude, extending its functionalities to perform actions like querying databases, interacting with APIs, or manipulating files, all orchestrated through a custom-built MCP server.