开源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>Turn goals into loops.</strong><br /> Keep what matters moving.<br /> Start with a chat. Keep a project alive. Capture notes from your phone. Let automations turn repeated follow-up into a private, local-first data flywheel. </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"><strong>xopc.ai</strong></a> · <a href="https://github.com/xopcai/xopc"><strong>GitHub</strong></a> · <a href="https://xopcai.github.io/xopc/">Documentation</a> · <a href="#get-started">Get started</a> · <a href="https://github.com/xopcai/xopc/releases">Releases</a> </p>
<p align="center"> <img src="docs/public/xopc-tui.gif" alt="xopc terminal UI demo" width="720"> </p>
<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 <pkg> # tools, channels, UI panels
xopc extensions dev ./my-extension
Guides: Extensions · Skills. Gateway UI extensions: @xopcai/xopc/extension-ui-sdk (packages/extension-ui-sdk/).
---
xopc is not another chat UI. It is the local-first system layer for people who want one assistant to remember goals, keep state, run automations, and stay reachable across surfaces.
| Product | Best at | Why use xopc too |
|---|---|---|
| **Codex** | Software development in terminal, IDE, and cloud tasks | xopc is broader than repo work: long-running goals, BYOK/local models, scheduled loops, gateway APIs, desktop/web/mobile, and messengers share one local state. |
| **Claude Code** | Project-level coding: codebase navigation, edits, tests, git workflows | xopc is a personal Agent OS for coding plus life/work loops; it can coordinate models, channels, skills, workflows, and automations outside one codebase. |
| **Qoder / QoderWork** | Agentic coding platform plus local-first office work companion | xopc is open-source and hackable, with explicit local state under **~/.xopc/**, configurable providers, self-hosted gateway, and extension points. |
| **WorkBuddy** | Office deliverables such as reports, decks, spreadsheets, research, and data analysis | xopc is for users who want to own the runtime: bring your own keys, mix local/cloud models, wire channels, and keep long-term project context locally. |
Choose xopc when you want a self-hosted, long-term AI assistant that is not locked to one vendor, one IDE, one chat surface, or one task type. See the full comparison in Comparison.
---
Is xopc a hosted service? — No. Everything runs on your machine under ~/.xopc/.
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? — xopc grows from chat into goal loops: project context, notes, connectors, and automations across multiple 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.
--- <a id="desktop-app"></a>
高质量的开源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 类型,复制安装指令后粘贴到对应客户端