Files
nexus/wiki/entities/Claude-Desktop.md

21 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Claude Desktop"
type: entity
tags: [anthropic, ai, mcp, desktop-app]
last_updated: 2025-12-31
---
## Overview
**Claude Desktop** 是 Anthropic 官方发布的 Claude AI 桌面客户端应用,支持通过 MCPModel Context Protocol协议扩展集成外部工具和服务。与 Claude CodeCLI和 Claude API编程接口不同Claude Desktop 提供图形界面,适合日常用户和终端用户使用。
## MCP Integration
Claude Desktop 内置 MCP 支持可在开发者设置Developer settings中编辑 `claude_desktop_config.json` 配置文件,添加 MCP 服务器连接。典型集成包括:
- **n8n-mcp**:连接 n8n 工作流引擎,通过自然语言生成 N8N 工作流
- **其他 MCP 服务器**文件系统、数据库、API 等外部工具调用
## Related
- [[Claude Code]] — Anthropic CLI agent命令行版本
- [[Claude Pro]] — Claude Pro 订阅服务
- [[n8n-mcp]] — 连接 Claude Desktop 与 n8n 的 MCP 服务器
- [[MCPModel Context Protocol]] — 使 Claude Desktop 扩展外部工具的协议