mcp-servers
by dunialabs·★ 6·综合分 40
包含 15+ 个 MCP 服务器的集合,支持 Google Workspace、GitHub、Notion 等流行服务。
概述
此仓库包含 Dunia Labs 提供的 MCP 服务器集合,每个服务器都针对 Peta Core 优化,但也可以独立运行。服务器涵盖多种流行服务,包括 Google Workspace(Gmail、日历、文档、驱动器、表格、表单)、GitHub、Notion、Figma 等。每个服务器都遵循一致的实现模式,使用 TypeScript、STDIO 传输、Docker 支持和适当的认证机制。文档结构清晰,包含详细的功能列表和对每个服务器的详细文档链接。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要一个地方包含多个流行API的MCP服务器,特别是当您使用Peta Core并希望集成安全功能时,选择这个集合。
什么时候不要选它
如果您需要高度定制的服务器实现,或者您需要底层API集成之外的高级功能,请避免使用。
此 server 暴露的工具
从 README 抽取出 12 个工具brave_searchPerform web, local, news, video, image, and summarizer-key based searches using Brave Search API
canva_create_designCreate a new design in Canva
figma_read_fileRead and retrieve content from a Figma file
github_create_issueCreate a new issue in a GitHub repository
gmail_send_emailSend an email through Gmail
gcalendar_create_eventCreate a new event in Google Calendar
gdocs_create_documentCreate a new Google Document
gforms_create_formCreate a new Google Form
hubspot_get_contactRetrieve a contact's information from HubSpot CRM
mysql_run_queryExecute a query on a MySQL database
notion_create_pageCreate a new page in Notion
pipedrive_create_dealCreate a new deal in Pipedrive CRM
可对比工具
安装
要安装这些 MCP 服务器,需要将它们添加到您的 MCP 配置中。对于 Claude Desktop,请更新您的 claude_desktop_config.json:
{
"mcpServers": {
"mcp-bravesearch": {
"command": "node",
"args": ["/path/to/mcp-servers/mcp-bravesearch/dist/index.js"]
},
"mcp-github": {
"command": "node",
"args": ["/path/to/mcp-servers/mcp-github/dist/index.js"]
},
// 根据需要添加其他服务器
}
}大多数服务器也可以作为 Docker 容器运行:
docker run -e GITHUB_TOKEN=your_token dunialabs/mcp-github:latestFAQ
- 这些 MCP 服务器可以独立于 Peta Core 使用吗?
- 是的,这些 MCP 服务器可以独立于 Peta Core 运行。它们设计为与 Peta Core 的特定功能配合使用,但可以连接到任何兼容的 MCP 客户端。
- 支持哪些身份验证方法?
- 身份验证方法因服务器而异,包括 API 密钥(用于 Brave 搜索)、OAuth 2.0(用于 Google 服务、HubSpot、Intercom)和个人访问令牌(用于 GitHub、Figma)。大多数服务器支持运行时令牌刷新。
mcp-servers 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。