aiquila
by elgorro·★ 17·综合分 43
AIquila 是一个将 Claude AI 与 Nextcloud 连接的 MCP 服务器,用于文件和数据管理。
概述
AIquila 通过模型上下文协议将自托管的 Nextcloud 与 Claude AI 连接起来。它提供对 Nextcloud 数据(包括文件、笔记、任务和食谱)的安全访问。该解决方案包含三个组件:用于 Claude 集成的 MCP 服务器、用于基于 UI 交互的 Nextcloud 应用程序,以及用于生产环境部署的工具。这使用户能够通过自然对话直接管理其 Nextcloud 数据。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您使用 Nextcloud 并希望将 Claude AI 集成到文件管理中而不导出数据,选择此服务器。
什么时候不要选它
如果您需要在 Nextcloud 生态系统之外使用 AI 功能,或者对 AGPL-3.0/MIT 许可证不放心,请不要选择此服务器。
此 server 暴露的工具
从 README 抽取出 12 个工具browse_filesBrowse files stored in Nextcloud
search_filesSearch for files in Nextcloud
read_notesRead notes stored in Nextcloud
create_noteCreate new notes in Nextcloud
handle_tasksManage tasks in Nextcloud
manage_bookmarksManage bookmarks in Nextcloud
manage_projectsManage projects in Nextcloud
query_recipesQuery recipes stored in Nextcloud
summarize_documentSummarize a document in Nextcloud
analyze_spreadsheetAnalyze a spreadsheet in Nextcloud
generate_contentGenerate content within Nextcloud
write_fileWrite or update files in Nextcloud
说明:Tool names and functions were inferred from the description section mentioning capabilities without explicit tool documentation
可对比工具
安装
使用 npm 安装 AIquila MCP 服务器:
npm install -g aiquila-mcp添加到 Claude Desktop 配置:
{
"mcpServers": {
"aiquila": {
"command": "npx",
"args": ["aiquila-mcp"]
}
}
}有关不同路径的详细安装指南,请参阅[安装文档](docs/installation.md)。
FAQ
- AIquila 提供哪些 MCP 工具?
- AIquila 提供用于浏览、搜索和管理文件、读取和创建笔记、处理任务和书签、管理项目以及查询存储在 Nextcloud 中的食谱的工具。
- 数据安全如何处理?
- AIquila 通过将所有内容保留在用户自托管的 Nextcloud 实例中来维护数据安全。MCP 服务器提供安全访问,而不会将数据暴露给外部服务。
aiquila 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。