mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
docs: 简化 MCP 工具安装说明
主要变更: - INSTALL.md 和 INSTALL_CN.md - 简化 MCP 工具安装部分 - 只保留工具名称、用途和官方源代码库链接 - 移除具体安装步骤,让用户根据官方文档安装 - 保持表格格式清晰易读 改进原因: - MCP 工具安装方式可能随时更新 - 官方文档是最准确的安装指南 - 避免维护多份安装说明 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
16
INSTALL.md
16
INSTALL.md
@@ -210,17 +210,15 @@ These tools enhance file search and data processing capabilities.
|
||||
|
||||
### Model Context Protocol (MCP) Tools (Optional)
|
||||
|
||||
MCP tools provide advanced context retrieval from external sources, enhancing the AI's understanding.
|
||||
MCP tools provide advanced context retrieval from external sources, enhancing the AI's understanding. For installation, please refer to the official documentation for each tool.
|
||||
|
||||
| Tool | Purpose | Official Source |
|
||||
|---|---|---|
|
||||
| **Exa MCP** | For searching code and the web. | [mcp.js/packages/server-exa](https://github.com/modelcontextprotocol/mcp.js/tree/main/packages/server-exa) |
|
||||
| **Code Index MCP** | For indexing and searching the local codebase. | [mcp.js/packages/server-code-index](https://github.com/modelcontextprotocol/mcp.js/tree/main/packages/server-code-index) |
|
||||
| **Chrome DevTools MCP** | For interacting with web pages to extract layout and style information. | [mcp.js/packages/server-chrome-devtools](https://github.com/modelcontextprotocol/mcp.js/tree/main/packages/server-chrome-devtools) |
|
||||
|
||||
- **Prerequisite**: Node.js and npm (or a compatible JavaScript runtime).
|
||||
- **Installation**:
|
||||
```bash
|
||||
npm install -g @modelcontextprotocol/server-exa @modelcontextprotocol/server-code-index @modelcontextprotocol/server-chrome-devtools
|
||||
```
|
||||
- **Tools Included**:
|
||||
- **Exa MCP**: For searching code and the web.
|
||||
- **Code Index MCP**: For indexing and searching the local codebase.
|
||||
- **Chrome DevTools MCP**: For interacting with web pages to extract layout and style information.
|
||||
- **Verify**: After installation, check if the servers can be started (consult MCP documentation for details).
|
||||
|
||||
### Optional AI CLI Tools
|
||||
|
||||
Reference in New Issue
Block a user