Anthropic Claude MCP
✓ 官方/认证Anthropic (官方)
访问 Claude 3.5 Sonnet、Claude 3.7、Claude 4 全系列,含 200K 上下文、Computer Use、Artifacts
📖 详细介绍
Anthropic 官方 Claude MCP Server,暴露 Claude 3.5 Sonnet、Claude 3.7 Sonnet、Claude Opus 4 等旗舰模型。200K tokens 超长上下文、原生 Computer Use 能力(操控浏览器和桌面)、Artifacts 工件生成。是 Claude Desktop 用户延伸 Claude 能力到其他 AI 客户端的关键桥梁。
✨ 核心特性
🛠️ 可用工具 (5)
🎯 适用场景
🔎 相关搜索
用户搜索 Anthropic Claude 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-anthropicClaude Desktop 配置 (claude_desktop_config.json)
{
"mcpServers": {
"anthropic-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-anthropic"
]
}
}
}🔗 相关链接
🧩 相关 MCP Servers
Sequential Thinking MCP
✓ 官方Anthropic (官方)
结构化分步思考工具,帮助 AI 拆解复杂问题并进行反思推理
Memory MCP Server
✓ 官方Anthropic (官方)
为 AI 提供基于知识图谱的持久记忆,跨会话保留上下文
零一万物 Yi MCP
✓ 官方01.AI (零一万物)
零一万物 Yi Lightning/Large MCP,200K 超长上下文,文档分析利器
Context7 MCP
✓ 官方Upstash (官方)
为 AI 注入 7000+ 库的实时版本特定文档,直接解决 LLM 训练数据过时问题