MCP Catalogs
首页

mcp-servers

by dunialabs·6·综合分 40

包含 15+ 个 MCP 服务器的集合,支持 Google Workspace、GitHub、Notion 等流行服务。

developer-toolsproductivityai-llm
4
Forks
0
活跃 Issue
1 个月前
最近提交
2 天前
收录于

概述

此仓库包含 Dunia Labs 提供的 MCP 服务器集合,每个服务器都针对 Peta Core 优化,但也可以独立运行。服务器涵盖多种流行服务,包括 Google Workspace(Gmail、日历、文档、驱动器、表格、表单)、GitHub、Notion、Figma 等。每个服务器都遵循一致的实现模式,使用 TypeScript、STDIO 传输、Docker 支持和适当的认证机制。文档结构清晰,包含详细的功能列表和对每个服务器的详细文档链接。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI 助手通过 Gmail、日历、文档和表格管理 Google Workspace 账户
:通过 MCP 工具自动化 GitHub 仓库管理和问题跟踪
:将 AI 助手与 Figma 和 Canva 等设计工具集成以实现创意工作流程
:这些 MCP 服务器可以独立于 Peta Core 使用吗?
:支持哪些身份验证方法?

什么时候选它

当您需要一个地方包含多个流行API的MCP服务器,特别是当您使用Peta Core并希望集成安全功能时,选择这个集合。

什么时候不要选它

如果您需要高度定制的服务器实现,或者您需要底层API集成之外的高级功能,请避免使用。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • brave_search

    Perform web, local, news, video, image, and summarizer-key based searches using Brave Search API

  • canva_create_design

    Create a new design in Canva

  • figma_read_file

    Read and retrieve content from a Figma file

  • github_create_issue

    Create a new issue in a GitHub repository

  • gmail_send_email

    Send an email through Gmail

  • gcalendar_create_event

    Create a new event in Google Calendar

  • gdocs_create_document

    Create a new Google Document

  • gforms_create_form

    Create a new Google Form

  • hubspot_get_contact

    Retrieve a contact's information from HubSpot CRM

  • mysql_run_query

    Execute a query on a MySQL database

  • notion_create_page

    Create a new page in Notion

  • pipedrive_create_deal

    Create a new deal in Pipedrive CRM

可对比工具

nexus-mcpmodelcontextprotocol/server-examplesmcp-server-boilerplatemcp-studio

安装

要安装这些 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:latest

FAQ

这些 MCP 服务器可以独立于 Peta Core 使用吗?
是的,这些 MCP 服务器可以独立于 Peta Core 运行。它们设计为与 Peta Core 的特定功能配合使用,但可以连接到任何兼容的 MCP 客户端。
支持哪些身份验证方法?
身份验证方法因服务器而异,包括 API 密钥(用于 Brave 搜索)、OAuth 2.0(用于 Google 服务、HubSpot、Intercom)和个人访问令牌(用于 GitHub、Figma)。大多数服务器支持运行时令牌刷新。

mcp-servers 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。