Meet the server
At the other end is the MCP server.
The server is a program that exposes a focused set of capabilities. A calendar server might read events and create new ones. A filesystem server might read or change files. A database server might answer queries.
The server describes those capabilities through MCP and handles valid requests for them.
Server names a role. It does not yet tell us where the program runs.