🤖

Anthropic Claude MCP

✓ 官方/认证

Anthropic (官方)

访问 Claude 3.5 Sonnet、Claude 3.7、Claude 4 全系列,含 200K 上下文、Computer Use、Artifacts

19.8k
GitHub Stars
stdio
安装方式
MIT
开源协议
5
可用工具

📖 详细介绍

Anthropic 官方 Claude MCP Server,暴露 Claude 3.5 Sonnet、Claude 3.7 Sonnet、Claude Opus 4 等旗舰模型。200K tokens 超长上下文、原生 Computer Use 能力(操控浏览器和桌面)、Artifacts 工件生成。是 Claude Desktop 用户延伸 Claude 能力到其他 AI 客户端的关键桥梁。

核心特性

Claude 4 Opus
200K 长上下文
Computer Use 操控电脑
Artifacts 工件
Vision 视觉理解
Tool Use 原生

🛠️ 可用工具 (5)

messages_create()
count_tokens()
computer_use()
create_artifact()
vision_analyze()

🎯 适用场景

长文档分析
代码库理解
Computer Use 自动化
多模态推理
Agent 编排
研究助理

🔎 相关搜索

用户搜索 Anthropic Claude MCP 时的常见问题和长尾关键词:

#Claude MCP Server 配置#Anthropic API 接入 Claude Desktop#Claude 4 Opus 200K 上下文#Computer Use MCP 教程#Claude Sonnet 3.5 MCP 工具

🧷 主题归类

Anthropic Claude MCP 属于以下主题:

常见问题 (FAQ)

Q1.Claude MCP 和直接调用 API 有什么区别?

MCP 提供标准化协议,让任何 LLM 客户端都能调用 Claude 模型,而不仅仅是 Claude Desktop。统一了 tool use、vision、computer use 等能力的暴露方式。

Q2.Claude 4 Opus 的价格贵吗?

Opus 4 输入 $15/百万 tokens,输出 $75/百万 tokens。建议先用 Sonnet 3.5 或 Haiku 3.5 调试,Opus 用于生产。

Q3.如何开启 Computer Use 功能?

在 API 请求中设置 tools 数组包含 computer_20250124 类型,并提供 display_width_px、display_height_px 参数即可启用。

⚙️ 安装与配置

系统要求

  • Node.js 18+
  • Anthropic API Key

安装命令

npx -y @modelcontextprotocol/server-anthropic

Claude Desktop 配置 (claude_desktop_config.json)

{
  "mcpServers": {
    "anthropic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-anthropic"
      ]
    }
  }
}

🔗 相关链接

🧩 相关 MCP Servers

浏览更多 AI 与机器学习 MCP

Anthropic Claude MCPAI 与机器学习 分类下的 MCP server 之一