AI 4UAnalyze my business

Plain-language AI glossary

Term 11InfrastructureMeaning / context / connections

Infrastructure / Definition

MCP (Model Context Protocol)

An open standard by Anthropic that provides a universal way for AI models to connect to external data sources and tools.

11of 75
01

MeaningThe one-sentence definition.

02

ContextHow the idea works in practice.

03

UsesWhere the concept becomes useful.

01 / Plain-language context

How MCP (Model Context Protocol) works.

MCP standardizes how AI applications connect to the world. Instead of building custom integrations for every tool, MCP provides a single protocol. An MCP server exposes tools (functions the AI can call), resources (data the AI can read), and prompts (templates). MCP clients (like Claude Code, Cursor, or your custom app) connect to these servers. Think of it as "USB for AI" - one standard connector for everything.

02 / Practical uses

Where it helps.

  1. 01IDE integrations
  2. 02Database access for AI
  3. 03Tool orchestration
  4. 04Cross-platform AI features