MCP Catalogs
Home

mcp-servers

by dunialabs·6·Score 40

A collection of 15+ MCP servers for popular services like Google Workspace, GitHub, Notion, and more.

developer-toolsproductivityai-llm
4
Forks
0
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

This repository contains a comprehensive collection of MCP servers from Dunia Labs, each optimized for use with Peta Core but capable of running independently. The servers cover a wide range of popular services including Google Workspace (Gmail, Calendar, Docs, Drive, Sheets, Forms), GitHub, Notion, Figma, Slack integrations, and many more. Each server follows a consistent pattern with proper TypeScript implementation, STDIO transport, Docker support, and authentication mechanisms. The documentation is well-structured with clear feature lists and links to detailed READMEs for each individual server.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI assistants managing Google Workspace accounts through Gmail, Calendar, Docs, and Sheets
you:Automating GitHub repository management and issue tracking through MCP tools
you:Integrating AI assistants with design tools like Figma and Canva for creative workflows
you:Can these MCP servers be used independently of Peta Core?
you:What authentication methods are supported?

When to choose this

Choose this collection when you need MCP servers for multiple popular APIs in one place, especially when working with Peta Core and wanting integrated security features.

When NOT to choose this

Avoid if you need a highly customized server implementation or if you require advanced features beyond what's provided by the underlying API integrations.

Tools this server exposes

12 tools extracted from the README
  • 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

Comparable tools

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

Installation

To install these MCP servers, you'll need to add them to your MCP configuration. For Claude Desktop, update your 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"]
    },
    
    // Add other servers as needed
  }
}

Most servers can also be run as Docker containers:

docker run -e GITHUB_TOKEN=your_token dunialabs/mcp-github:latest

FAQ

Can these MCP servers be used independently of Peta Core?
Yes, these MCP servers can be run independently of Peta Core. They are designed to work with Peta Core's specific features but can be connected to any MCP-compatible client.
What authentication methods are supported?
Authentication methods vary by server but include API keys (for Brave Search), OAuth 2.0 (for Google services, HubSpot, Intercom), and personal access tokens (for GitHub, Figma). Most servers support runtime token refresh.

Compare mcp-servers with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.