← 返回 Skills 市场
Mcp Integration
作者
lunarpulse
· GitHub ↗
· v0.1.1
8289
总下载
18
收藏
57
当前安装
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 each exposed tool can do. Prefer local or authenticated HTTPS servers, use read-only and least-privilege credentials, disable this tool for public or untrusted agents, and require human approval outside the plugin for database writes, account changes, publishing, deletion, or administrative actions. Redact logs and config carefully before sharing diagnostics.
功能分析
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 implementation: it connects to configured MCP servers, lists their tools, and calls them. The concern is that this is a generic bridge to arbitrary server-provided capabilities, including database queries and APIs, which can read or change sensitive systems depending on the configured server.
Instruction Scope
The skill instructions tell agents to discover, select, call, and chain MCP tools. They include basic parameter validation and some security notes, but do not require user confirmation or per-tool risk checks before high-impact calls.
Install Mechanism
The package has a small dependency set and no install scripts, but the README uses placeholder git clone instructions and the metadata does not establish a verified upstream source.
Credentials
Network access to user-configured MCP URLs is expected, but the exposed capabilities can cross trust boundaries and may send prompts, arguments, or derived context to external services.
Persistence & Privilege
The implementation maintains in-memory MCP clients, discovered tools, and MCP session IDs while the service runs, and closes them on stop. The config schema mentions stdio command/env fields, but the current code only uses HTTP URLs.
如何使用
- 确保已安装 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 插件,目前累计下载 8289 次。
如何安装 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