mcp-servers
by dunialabs·★ 6·Score 40
A collection of 15+ MCP servers for popular services like Google Workspace, GitHub, Notion, and more.
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:
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 READMEbrave_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
Comparable tools
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:latestFAQ
- 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
Last updated · Auto-generated from public README + GitHub signals.