开源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/Pythoughts-labs/pythinker-code
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"--mcp--": {
"command": "npx",
"args": ["-y", "pythinker-code"]
}
}
}
# 配置文件位置
# 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", "pythinker-code"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
/best-practices profile.cleanup-audit skill. A read-only, whole-repo audit that ranks over-engineering — what to delete, simplify, or replace with standard-library/platform equivalents — as the repo-wide complement to the diff-scoped pythinker review diff --mode deslopify. It applies no fixes.Upgrade with pythinker update, pip install --upgrade pythinker-code==0.49.0, or use the native installer for your platform from the Releases page.
---
🪟 Windows — native installer
```powershell One-line install (downloads the native .exe, verifies SHA-256, runs per-user)irm https://pythinker.com/install.ps1 | iex Or manually download the installer + checksum from the Releases page,1. Installbrew install Pythoughts-labs/pythinker/pythinker-code <img src="https://img.shields.io/badge/-macOS-000000?style=flat-square&logo=apple&logoColor=white" alt="macOS"> / <img src="https://img.shields.io/badge/-Linux-FCC624?style=flat-square&logo=linux&logoColor=black" alt="Linux"> — curl-bash native installerFor containers, fresh VMs, or any host without a system package manager. The canonical ```sh ⚡ Quick StartPythinker ships native installers for every platform. Pick the row that matches your OS — no Python, Node, or
Every artifact ships with a matching After install, on any OS:
In-app updates — --- 🔐 Authenticate (optional)For hosted Pythinker models or ACP terminal auth:
Inline config overridepythinker --config '{"default_thinking": true}' ``` --- Environment variablesThese override the defaults at both login and runtime:
Example:
📄 Use an ad-hoc MCP config file
--- 2. Environment variable (works in shells, .env files, CI configs)export PYTHINKER_DISABLE_TELEMETRY=1 pythinker 3. Permanently in your config file (~/.pythinker/config.toml)[default] telemetry = false ``` When telemetry is disabled, Pythinker short-circuits Sentry initialization, OTel exporter creation, and the in-process event sink. No network requests are made to the telemetry endpoints. 🌐 Streamable HTTP server with API keypythinker mcp add --transport http docs https://example.com/mcp \ --header "API_KEY: your-key" 1. Per-invocation CLI flagpythinker --no-telemetry 🧩 ACP IDE IntegrationRun </td> <td width="50%" valign="top"> 🪝 Hooks & PluginsObserve or block tool execution with hook events. Install community extensions with </td> </tr> <tr> <td width="50%" valign="top"> <img src="https://img.shields.io/badge/-Linux-FCC624?style=flat-square&logo=linux&logoColor=black" alt="Linux"> — system packagesNative ```sh Refreshing the model listIf you load/unload models in LM Studio (or
(Pythinker intentionally does NOT auto-refresh local providers in the background — login owns that state, so manual edits to your config aren't silently overwritten.) --- 🧩 IDE Integration via ACPPythinker speaks Agent Client Protocol natively. Point your ACP-compatible editor at <details> <summary><b>📝 Configuration for Zed / JetBrains</b></summary>
</details> The ACP server provides:
---
🎯 aiskill88 AI 点评
A 级
2026-06-20
高质量的开源MCP工具,值得关注 ⚡ 核心功能
👥 适合人群🎯 使用场景
⚖️ 优点与不足✅ 优点
⚠️ 不足
⚠️ 使用须知
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。 建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。 📄 License 说明
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。 🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合
❓ 常见问题 FAQ参考README文档
💡 AI Skill Hub 点评
经综合评估,开源MCP工具 在MCP工具赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。 🌐 原始信息
🔗 原始来源
🐙 GitHub 仓库 https://github.com/Pythoughts-labs/pythinker-code
🌐 官方网站 https://pythinker.com
收录时间:2026-06-20 · 更新时间:2026-06-20 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。 🤖 交给 Agent 安装 · 开源MCP工具选择 Agent 类型,复制安装指令后粘贴到对应客户端 claude skill install https://github.com/Pythoughts-labs/pythinker-code
|