fix language for mac_messages_mcp

This commit is contained in:
Neal Caffery 2025-09-06 09:12:29 +08:00 committed by GitHub
parent b41030a50c
commit 201cec06bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -405,7 +405,7 @@ MCP 客户端是 AI 的“操作台”,以下是几个热门选择:
| [AbdelStark/nostr-mcp](https://github.com/AbdelStark/nostr-mcp) | Nostr MCP 服务器,允许与 Nostr 交互,发布笔记等。 | 社区实现, 云服务 ☁️, Nostr 社交协议集成。 |
| [adhikasp/mcp-twikit](https://github.com/adhikasp/mcp-twikit) | 与 Twitter 搜索和时间线交互。 | 社区实现, Python 开发 🐍, 云服务 ☁️, Twitter 交互。 |
| [arpitbatra123/mcp-googletasks](https://github.com/arpitbatra123/mcp-googletasks) | 与 Google Tasks API 交互的 MCP 服务器。 | 社区实现, TypeScript 开发 📇, 云服务 ☁️, Google Tasks 管理 (TS)。 |
| [carterlasalle/mac_messages_mcp](https://github.com/carterlasalle/mac_messages_mcp) | 安全地与 iMessage 数据库交互的 MCP 服务器,允许 LLM 查询分析对话 (含验证/附件/联系人/群聊/收发)。 | 社区实现, Go 开发 🏎️, 本地运行 🏠, macOS iMessage 集成 🍎。 |
| [carterlasalle/mac_messages_mcp](https://github.com/carterlasalle/mac_messages_mcp) | 安全地与 iMessage 数据库交互的 MCP 服务器,允许 LLM 查询分析对话 (含验证/附件/联系人/群聊/收发)。 | 社区实现, Python 开发 🏎️, 本地运行 🏠, macOS iMessage 集成 🍎。 |
| [chaindead/telegram-mcp](https://github.com/chaindead/telegram-mcp) | Telegram API 集成,访问用户数据、管理对话、检索消息和处理已读状态。 | 社区实现, Go 开发 🏎️, 本地运行 🏠, Telegram 集成 (Go)。 |
| [ClaudePost](https://github.com/ZilongXue/claude-post) | 实现 Gmail 的无缝邮件管理,支持邮件搜索、阅读和发送。 | 社区实现, Python 开发, Gmail 邮件操作。 |
| [Discord (by v-3)](https://github.com/v-3/discordmcp) | 通过机器人连接 Discord 服务器,读写频道消息。 | 社区实现, TypeScript 开发, Discord 消息交互。 |