Urgent.News

What's breaking now, across thousands of outlets.

Tech

MCP App vs MCP Server vs Connector: Definitive Terminology Guide for 2026

In brief: MCP server is the engineering term – a JSON-RPC 2.0 process exposing tools, resources, and prompts. MCP app is the product term – the user-installable artifact built on top. Connector is what Claude calls an installed MCP app inside its product. Plugin, integration, and skill are inherited or vendor-specific terms that mean different things in different rooms. Use MCP app as your…

MCP server, MCP app, and connector are distinct terms that refer to different layers of the same system. An MCP server is the running process that implements the Model Context Protocol over JSON-RPC 2.0. This layer is most relevant to engineers working on the technical implementation. MCP app is the product term for the user-installable artifact built on top of the MCP server.

This layer focuses on the user experience, branding, distribution, and monetization. Connector is what Claude calls an installed MCP app inside its product. This term is used by Claude for its specific implementation of the MCP app. Understanding these different layers is crucial to avoid confusion and miscommunication in product teams.

The Model Context Protocol is a JSON-RPC 2.0-based protocol introduced by Anthropic in November 2024. It defines the communication between clients and servers, including capabilities negotiation, tool operations, resource reading, and prompts. The three primitives of the MCP protocol are tools, resources, and prompts. Tools are operations the agent can invoke, each with a name, description, and input schema.

Resources are data the agent can read, with a URI, name, description, and MIME type. Prompts are templated user-facing prompts offered by the server. MCP-powered software involves at least three distinct objects: the protocol implementation (MCP server), the capability surface (MCP app), and the user-installable experience (connector, plugin, app, etc.).

These terms refer to different layers of the system and can be used interchangeably depending on the context. However, using the correct term in the right layer is essential to avoid stalling roadmaps and causing confusion.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

拆解美图秀秀:端侧大模型、实时美颜与亿级图像管线的工程实践

拆解 美图秀秀 :端侧大模型、实时美颜与亿级图像管线的工程实践 1. 背景与挑战 美图秀秀 作为一款影像处理与美化应用,需要在 iOS/Android/Web/桌面多端提供一致体验。典型场景包括实时预览、拍照、视频美颜、批量修图、AI 生成。挑战包括: 实时性:相机预览 30/60fps,单帧预算 16.6ms/33.3ms。 海量规模:亿级用户、峰值上传、下载、素材分发。…

More from Friday 18 September →