easyeda-agent
📝 工具简介
嘉立创EDA专业版(EasyEDA Pro)自动化:给 AI harness 装上画板的「手」—— 一套 typed 原理图/PCB 动作,CLI / Agent Skill / stdio MCP 三形态融合接入。承接嘉立创「不以卖板赚钱,以培养中国工程师为己任」 | EasyEDA Pro automation: the hands of your AI harness — typed schematic/PCB actions via CLI, Agent Skill
这个MCP工具可以帮助你更好地使用AI助手,通过标准化协议让AI能够访问和操作外部资源。它支持在Claude Desktop、Cursor等MCP客户端中使用。
🏷️ 标签
🚀 安装配置指南
go install zhoushoujianwork/easyeda-agent@latest{
"mcpServers": {
"easyeda-agent": {
"command": "npx",
"args": [
"-y",
"easyeda-agent"
]
}
}
}{
"mcpServers": {
"easyeda-agent": {
"command": "npx",
"args": [
"-y",
"easyeda-agent"
]
}
}
}📖 使用教程
步骤 1:安装工具
按照上面的安装命令完成工具安装。
提示:使用 `-y` 参数可以跳过确认提示。
步骤 2:配置MCP客户端
复制上方的配置JSON,粘贴到你的MCP客户端配置文件中。
Claude Desktop 配置文件位置: ~/Library/Application Support/Claude/claude_desktop_config.json
步骤 3:重启客户端
重启你的MCP客户端(Claude Desktop或Cursor),工具会自动加载。
在对话中,你可以直接告诉AI助手使用这个工具,例如:"帮我读取最近的文件"。
❓ 常见问题
这个MCP工具安全吗?
easyeda-agent 是一个开源项目,代码公开透明。安装前建议查看GitHub仓库的代码和社区反馈。配置时请注意保护你的API密钥和敏感信息。
支持哪些MCP客户端?
该工具支持所有兼容MCP协议的客户端,包括Claude Desktop、Cursor、Cline、Cherry Studio等。
如何更新到最新版本?
使用安装命令重新安装即可。如果是npx安装,会自动使用最新版本。如果是pip install,运行 `pip install --upgrade ${tool.name}`。
遇到问题怎么办?
1. 检查配置文件是否正确
2. 查看客户端日志
3. 访问 GitHub仓库 提交Issue