Files
nexus/wiki/entities/MCP.md

1.0 KiB
Raw Blame History

title, type, tags, last_updated
title type tags last_updated
MCP entity
mcp
protocol
integration
2026-04-14

MCP

Modal Context Protocol模态上下文协议AI大模型与外围服务集成的协议。

基本信息

  • 全称Modal Context Protocol
  • 类型Client-Server架构协议
  • 用途:实现大模型与外围工具服务的高效集成

核心功能

三种接口

MCP Server提供三种功能接口

  1. 资源获取Resource/GET类似HTTP GET请求
  2. 工具调用Tool/POST类似POST请求
  3. Promise提示词:用于多样化交互与扩展

客户端

  • CursorAI代码编辑器
  • Claude Desktop
  • 其他支持MCP的客户端

服务端

  • 热点新闻MCP Server
  • Sequential Thinking工具
  • n8n-mcpN8N的MCP实现

接入方式

  1. SSE服务方式通过Server-Sent Events接入
  2. 本地Command方式:通过本地执行命令接入

使用场景

详见:

相关链接