MCP Client

An MCP client is the part of an app or MCP server and requests tools, resources, or prompts using Model Context Protocol (MCP).agent that connects to an

Related terms

Related terms

  • Social Proof

    Design

    Evidence of others’ positive experiences—testimonials, reviews, user counts, client logos—that builds trust with visitors. Social proof leverages psychological tendencies to follow others’ behavior. Display social proof prominently, especially near conversion points.

  • Password Protection

    Publishing

    A site or page access control method that requires visitors to enter a password before viewing protected content. It is useful for private previews, client reviews, and restricted launches. See Add Password Protection.

  • Model Context Protocol (MCP)

    AI

    Model Context Protocol (MCP) is an open integration protocol that enables Framer Server API.AI agents to discover and use external tools, resources, and actions through MCP servers. If you want to learn more about how Framer integrates with MCP, check out the

  • MCP Server

    AI

    An MCP Server is a service that implements the Model Context Protocol, making external capabilities available to compatible AI agents.

  • MCP Host

    AI

    An MCP host is the application that runs one or more MCP clients, manages connections, and makes responses from connected MCP servers available to the user or model.

  • Local MCP Server

    AI

    A local MCP server is an MCP server that runs on the same machine as the MCP host, usually for low-latency access to local files, apps, or developer tools.

  • Remote MCP Server

    AI

    A remote MCP server is an MCP server reached over a network instead of running locally, often requiring explicit authentication and a defined transport.

  • Hosted MCP Server

    AI

    A hosted MCP server is a remote MCP server operated by a provider, letting an MCP client connect to tools or data without installing the server locally.

  • MCP Authentication

    AI

    MCP authentication is the process of verifying identity when an MCP client connects to a remote MCP server, usually before permissions or tool access are granted.

  • MCP Transport

    AI

    MCP transport is the communication layer an MCP client uses to talk to an MCP server, such as local stdio or network-based HTTP transport.