经 AI Skill Hub 精选评估,开源MCP工具:轻量级Web MCP客户端 获评「推荐使用」。这款MCP工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
轻量级Web MCP客户端,支持MCP-powered AI助手,简化AI开发和部署。
开源MCP工具:轻量级Web MCP客户端 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
轻量级Web MCP客户端,支持MCP-powered AI助手,简化AI开发和部署。
开源MCP工具:轻量级Web MCP客户端 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/keurcien/auxilia
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"--mcp------web-mcp---": {
"command": "npx",
"args": ["-y", "auxilia"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 开源MCP工具:轻量级Web MCP客户端 执行以下任务... Claude: [自动调用 开源MCP工具:轻量级Web MCP客户端 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"__mcp______web_mcp___": {
"command": "npx",
"args": ["-y", "auxilia"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
<p> Host AI assistants backed by remote <a href="https://modelcontextprotocol.io/">Model Context Protocol</a> servers, share them across your organization, and keep every integration — tools, credentials, observability — on your own infrastructure. </p>
<p> <a href="https://github.com/keurcien/auxilia/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/keurcien/auxilia?color=blue"></a> <a href="https://github.com/keurcien/auxilia/stargazers"><img alt="Stars" src="https://img.shields.io/github/stars/keurcien/auxilia?style=flat"></a> <a href="https://github.com/keurcien/auxilia/issues"><img alt="Issues" src="https://img.shields.io/github/issues/keurcien/auxilia"></a> <a href="https://github.com/keurcien/auxilia/pulls"><img alt="PRs welcome" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"></a> <img alt="Python" src="https://img.shields.io/badge/python-3.11%2B-blue"> <img alt="Node" src="https://img.shields.io/badge/node-20%2B-339933"> </p>
<p> <a href="#-quick-start"><b>Quick start</b></a> · <a href="#-features"><b>Features</b></a> · <a href="#-architecture"><b>Architecture</b></a> · <a href="#-integrations"><b>Integrations</b></a> · <a href="#-documentation"><b>Docs</b></a> </p> </div>
---
https://github.com/user-attachments/assets/3236f9da-28c5-44c8-8c2c-4c68199f187c
git clone https://github.com/keurcien/auxilia.git
cd auxilia
cp .env.example .env # add your LLM API keys
make build && make up
Open http://localhost:3000. The first account you create becomes the workspace admin.
Notion · Linear · GitHub · HubSpot · BigQuery · Slack · Sentry
Plus any custom remote MCP server — just paste a URL and your OAuth credentials or API keys.
该项目提供了一种轻量级的Web MCP客户端,支持MCP-powered AI助手的开发和部署。虽然项目质量较高,但仍需要进一步优化和完善。
该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。
AI Skill Hub 点评:开源MCP工具:轻量级Web MCP客户端 的核心功能完整,质量良好。对于Claude Desktop / Claude Code 用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | auxilia |
| 原始描述 | 开源MCP工具:A lightweight web MCP client designed to host your MCP-powered AI assistants. au。⭐10 · TypeScript |
| Topics | mcpagentaisdklangchainlanggraphllmtypescript |
| GitHub | https://github.com/keurcien/auxilia |
| License | AGPL-3.0 |
| 语言 | TypeScript |
收录时间:2026-05-22 · 更新时间:2026-05-22 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端