← 返回 Skills 市场
Mcp Integration
作者
lunarpulse
· GitHub ↗
· v0.1.1
8830
总下载
18
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-mcp-plugin
功能描述
Use Model Context Protocol servers to access external tools and data sources. Enable AI agents to discover and execute tools from configured MCP servers (legal databases, APIs, database connectors, weather services, etc.).
安全使用建议
Install only if you trust every MCP server you configure and understand what its tools can read or change. Prefer HTTPS or local trusted servers, least-privilege and read-only credentials, per-agent/tool allowlists, and human approval for database writes, account changes, deletion, publishing, or administrative actions. Redact logs and configs before sharing diagnostics, and verify the MCP SDK dependency is updated.
功能分析
Type: OpenClaw Skill
Name: openclaw-mcp-plugin
Version: 0.1.1
The OpenClaw MCP Integration plugin is designed to connect to external Model Context Protocol (MCP) servers and expose their tools to AI agents. The code (src/index.js, src/http-transport.js) implements the client-side logic for this, making network requests to configurable URLs. All documentation (SKILL.md, README.md, etc.) provides instructions for using the plugin and contains no evidence of prompt injection attempts, data exfiltration, or other malicious instructions directed at the AI agent. While connecting to external services inherently carries risks if those services are untrusted, the plugin itself does not exhibit intentional harmful behavior. The configuration schema (config/openclaw.plugin.json) mentions a 'stdio' transport with 'command' and 'env' fields, which would be a high-risk capability, but the current implementation (src/index.js) only supports 'http' transport, rendering these fields inert.
能力评估
Purpose & Capability
The stated purpose matches the code: it connects to configured MCP HTTP servers, lists tools, and invokes them. The concern is the breadth of capability, including database/API tools that may expose sensitive data or cause external side effects depending on the configured server.
Instruction Scope
The skill tells agents to discover, call, and chain MCP tools with parameter validation, but it does not require user confirmation, per-tool allowlists, read-only restrictions, or high-impact action checks before invoking remote tools.
Install Mechanism
The package has a small dependency set and no install scripts. The config schema mentions stdio command/env fields, but the implementation only uses HTTP URLs; the scanner-reported MCP SDK advisory should still be reviewed before installation.
Credentials
Network access to user-configured MCP servers is expected, but arguments and derived user context are forwarded to those servers, crossing trust boundaries without strong in-plugin disclosure or controls.
Persistence & Privilege
The plugin keeps MCP clients and session IDs in memory while running and closes them on stop. No artifact-backed hidden persistence, local command execution, or credential harvesting was found.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-mcp-plugin - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-mcp-plugin触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Initial release of openclaw-mcp-plugin.
- Adds core plugin implementation with unified `mcp` tool and `list`/`call` actions.
- Provides example configuration and transport modules.
- Includes usage guide and integration documentation.
- Supports discovery and invocation of tools from configured MCP servers.
v0.1.0
Initial release of the mcp-integration skill for Model Context Protocol (MCP):
- Enables AI agents to discover and execute external tools from MCP servers (legal databases, APIs, database connectors, weather services, etc.).
- Provides a unified `mcp` tool with `list` (tool discovery) and `call` (tool execution) actions.
- Details multi-step workflows for chaining tool calls and maintaining context between steps.
- Includes guidance for error handling, parameter validation, and response parsing.
- Comprehensive usage guide, reference documentation, and real-world example links included.
元数据
常见问题
Mcp Integration 是什么?
Use Model Context Protocol servers to access external tools and data sources. Enable AI agents to discover and execute tools from configured MCP servers (legal databases, APIs, database connectors, weather services, etc.). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 8830 次。
如何安装 Mcp Integration?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-mcp-plugin」即可一键安装,无需额外配置。
Mcp Integration 是免费的吗?
是的,Mcp Integration 完全免费(开源免费),可自由下载、安装和使用。
Mcp Integration 支持哪些平台?
Mcp Integration 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mcp Integration?
由 lunarpulse(@lunarpulse)开发并维护,当前版本 v0.1.1。
推荐 Skills