Model Context Protocol (MCP)

AI & LLM Testing

// Definition

An open standard introduced by Anthropic in late 2024 that lets AI assistants connect to external tools and data sources through a uniform JSON-RPC interface. An MCP server exposes tools (callable functions), resources (readable data), and prompts (templates) to any MCP-compatible host (Claude Desktop, Claude Code, IDE plugins). Build a server once and any compliant client can use it — the protocol is model-agnostic, which makes integrations portable across AI providers.

// Related terms

Learn more · Playwright MCP

Chapter 1 · Lesson 1: What Is the Model Context Protocol (MCP)