Term
MCP Server
A program that implements the Model Context Protocol to expose tools or data to Claude.
Runs locally or remotely, accepts stdin/stdout or HTTP connections, and advertises its capabilities to any MCP client that connects. Claude calls the server's tools in response to user requests.
Typical servers wrap APIs (Slack, GitHub, Gmail), databases (Postgres, Redis), or local resources (filesystem, shell).