
MCP_SERVER

2025.04.27
0
配置文件管理其它
MCP_SERVER 是一个用于管理 Claude 桌面应用配置文件的工具。它提供了在不同操作系统(Mac、Windows、Linux)上创建和访问 Claude 配置文件的功能。
View on GitHub
Overview
基本能力
产品定位
MCP_SERVER 主要用于管理 Claude 桌面应用的配置文件,帮助用户快速创建和访问配置文件。
核心功能
- 在 Mac 系统上创建和访问 Claude 配置文件
- 在 Windows 系统上创建和访问 Claude 配置文件
- 在 Linux 系统上创建和访问 Claude 配置文件
适用场景
- 需要快速配置 Claude 桌面应用的用户
- 需要在不同操作系统上管理 Claude 配置文件的用户
工具列表
- Mac 命令工具:用于在 Mac 系统上创建和访问 Claude 配置文件
- Windows 命令工具:用于在 Windows 系统上创建和访问 Claude 配置文件
- Linux 命令工具:用于在 Linux 系统上创建和访问 Claude 配置文件
常见问题解答
暂无
使用教程
使用依赖
无特殊依赖,只需在相应操作系统上运行命令即可。
安装教程
无需安装,直接运行相应命令即可。
调试方式
无特殊调试方式,直接运行命令查看是否成功创建文件即可。
命令列表
Mac
open ~/Library/Application\ Support/Claude
touch ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows
Powershell
explorer "%AppData%\Claude"
New-Item -Path "%AppData%\Claude" -Name "claude_desktop_config.json" -ItemType File
CMD
explorer "%AppData%\Claude"
type nul > "%AppData%\Claude\claude_desktop_config.json"
Linux
xdg-open ~/.config/Claude
touch ~/.config/Claude/claude_desktop_config.json