Overview
- Skill Key
- godzff/mcp-protocol
- Author
- godzff
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/godzff/mcp-protocol
- Latest Commit SHA
- 3c7f8daafda2439aa3313908299997a6890ef05f
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Mcp Protocol 技能。 若已安装,则直接安装 Mcp Protocol 技能。
# MCP Skill - Model Context Protocol 使用技能
## 概述
本技能用于配置和管理 MCP (Model Context Protocol) 服务器,让 AI 能够调用外部工具。
---
## 1. 安装 mcporter
```bash
npm install -g clawhub
```
确保 `uvx` 可用:
```bash
which uvx
# 如果没有:
curl -LsSf https://astral.sh/uv/install.sh | sh
```
---
## 2. 配置 MCP 服务器
### 2.1 创建配置文件
```bash
mkdir -p ~/.config/mcporter
```
### 2.2 MiniMax MCP 配置示例
```json
{
"mcpServers": {
"MiniMax": {
"type": "stdio",
"command": "uvx",
"args": ["minimax-coding-plan-mcp"],
"env": {
"MINIMAX_API_KEY": "你的API密钥",
"MINIMAX_MCP_BASE_PATH": "/tmp/mcporter-output",
"MINIMAX_API_HOST": "https://api.minimaxi.com"
}
}
}
}
```
保存到 `~/.config/mcporter/mcporter.json`
---
## 3. 验证配置
```bash
npx mcporter --config ~/.config/mcporter/mcporter.json list
```
成功会显示:
```
✔ Listed 1 server (1 healthy)
```
---
## 4. 调用工具
### 4.1 视觉理解
```bash
npx mcporter --config ~/.config/mcporter/mcporter.json call MiniMax.understand_image \
"prompt: 描述图片内容" \
"image_source: /path/to/image.jpg"
```
### 4.2 网络搜索
```bash
npx mcporter --config ~/.config/mcporter/mcporter.json call MiniMax.web_search \
"query: 搜索内容"
```
---
## 5. 常用 MCP 服务器
| MCP 包名 | 功能 |
|----------|------|
| minimax-coding-plan-mcp | 视觉理解、网络搜索 |
| linear-mcp | Linear 项目管理 |
| filesystem-mcp | 文件系统操作 |
| github-mcp | GitHub 操作 |
---
## 6. 常见问题
### 6.1 MCP 服务器离线
- 检查 API Key 是否正确
- 检查网络连接
- 确认 MCP 包名正确
### 6.2 参数错误
查看可用参数:
```bash
npx mcporter list <服务器名> --schema
```
### 6.3 权限问题
- 确保目录存在
- 确保有写入权限
---
_最后更新: 2026-02-24_
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.