开源MCP工具 是 AI Skill Hub 本期精选MCP工具之一。综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
开源MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
开源MCP工具 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/xopcai/xopc
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"--mcp--": {
"command": "npx",
"args": ["-y", "xopc"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 开源MCP工具 执行以下任务... Claude: [自动调用 开源MCP工具 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"__mcp__": {
"command": "npx",
"args": ["-y", "xopc"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
<p align="center"> <a href="README.md">English</a> | <a href="README.zh-CN.md">简体中文</a> </p>
<p align="center"> <strong>Keep what matters moving.</strong><br /> A personal AI on your computer that remembers your goals and context—<br /> and picks up where you left off. </p>
<p align="center"> <a href="https://xopc.ai"><img src="https://img.shields.io/badge/website-xopc.ai-0ea5e9?style=flat-square" alt="xopc.ai"></a> <a href="https://www.npmjs.com/package/@xopcai/xopc"><img src="https://img.shields.io/npm/v/@xopcai/xopc?label=npm&color=teal" alt="npm version"></a> <img src="https://img.shields.io/badge/node.js-%E2%89%A522-339933?logo=nodedotjs&logoColor=white" alt="Node.js"> <img src="https://img.shields.io/badge/license-MIT-yellow" alt="License"> <img src="https://img.shields.io/badge/LLM_providers-20%2B-5865F2" alt="LLM providers"> <a href="https://github.com/xopcai/xopc/stargazers"><img src="https://img.shields.io/github/stars/xopcai/xopc?style=flat-square&color=gold" alt="GitHub Stars"></a> </p>
<p align="center"> <a href="https://xopc.ai/en#download"><strong>Download the desktop app →</strong></a> · <a href="#quick-start"><strong>Install in 30 seconds</strong></a> · <a href="https://xopcai.github.io/xopc/">Read the docs</a> </p>
<p align="center"> <a href="https://xopcai.github.io/xopc/xopc-desktop.mp4"> <img src="docs/public/xopc-desktop-preview.gif" alt="xopc desktop onboarding demo" width="960"> </a> </p>
<p align="center"> <a href="https://xopcai.github.io/xopc/xopc-desktop.mp4"><strong>Watch the full onboarding video (1:02) →</strong></a> </p>
After setup, try: “One thing I want to move forward this week is ____. Help me find the smallest credible next step.”
<details> <summary><strong>Table of Contents</strong></summary>
</details>
---
curl -fsSL https://xopc.ai/install.sh | bash -s -- --install-method git
Default: ~/.xopc/xopc.json. A minimal skeleton:
{
"providers": { "deepseek": "${DEEPSEEK_API_KEY}" },
"agents": { "default": "main", "list": [{ "id": "main", "models": { "roles": { "deep": { "model": "deepseek/deepseek-v4-flash" } } } }] }
}
Full reference: Configuration. Add channels.* for IM, or browser tools (Playwright Chromium) when needed.
---
xopc skills install <name> # SKILL.md domains
xopc extensions install store:<id> # or npm:<package> / ./local-directory
xopc extensions dev ./my-extension
Guides: Extensions · Skills. Gateway UI extensions: @xopcai/xopc/extension-ui-sdk (packages/extension-ui-sdk/).
---
Is xopc a hosted service? — The xopc application runs on your machine, with configuration and state stored under ~/.xopc/ by default. It can remain standalone or connect explicitly to XOPC Cloud or a private enterprise platform; connecting does not move the local database automatically.
Does local-first mean data never leaves my computer? — Not necessarily. If you select a cloud model, conversation content and context relevant to the request are sent to that model provider. Use a local model and review source and tool permissions for work that must remain on-device.
Does xopc remember everything about me automatically? — No. User understanding can be reviewed, confirmed, corrected, and deleted, and an unconfirmed inference should not become an authoritative fact. Passwords, keys, and other highly sensitive information do not belong in the memory system.
Do I need a paid cloud model? — No. Bring your own keys, or use local models (Ollama, LM Studio, vLLM).
What is the fastest way to try it? — Desktop app for GUI users, or xopc onboard --quick && xopc for terminal.
How is this different from another chat UI? — Chat is only one surface. xopc preserves understanding, long-term goals, projects, tasks, decisions, and run history so the same assistant can continue working across time and surfaces.
Can I use it from my phone or messengers? — Yes. Pair the mobile app by QR code, or configure Telegram, WeChat, or Feishu/Lark via the gateway.
Have a question? — Ask on GitHub Discussions.
---
高质量的开源MCP工具
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,开源MCP工具 在MCP工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | xopc |
| 原始描述 | 开源MCP工具:The OPC workstation that grows with you。⭐12 · TypeScript |
| Topics | mcpautomationtypescript |
| GitHub | https://github.com/xopcai/xopc |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-06-07 · 更新时间:2026-06-08 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端