@toolsdk.ai/registry 1.0.87 → 1.0.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/README.md +25 -9
  2. package/config/featured.mjs +59 -22
  3. package/indexes/categories-list.json +21 -5
  4. package/indexes/packages-list.json +126 -186
  5. package/package.json +1 -5
  6. package/packages/aggregators/n8n-workflow-builder-mcp.json +56 -0
  7. package/packages/aggregators/pinkpixel-mindbridge.json +2 -1
  8. package/packages/art-and-culture/huggingface-mcp-server.json +16 -0
  9. package/packages/communication/cal-com-calendar.json +9 -3
  10. package/packages/communication/cocal-google-calendar-mcp.json +16 -0
  11. package/packages/communication/cristip73-mcp-server-asana.json +2 -1
  12. package/packages/communication/enescinar-twitter-mcp.json +3 -2
  13. package/packages/communication/floriscornel-teams-mcp.json +2 -1
  14. package/packages/communication/google-calendar-mcp.json +1 -1
  15. package/packages/communication/instagram-engagement-mcp.json +20 -0
  16. package/packages/communication/kazuph-mcp-gmail-gas.json +1 -1
  17. package/packages/communication/mcp-discord.json +24 -0
  18. package/packages/communication/mcp-outlook.json +1 -1
  19. package/packages/communication/telegram-mcp.json +20 -0
  20. package/packages/communication/v4lheru-trello-mcp-server.json +20 -0
  21. package/packages/data-platforms/gsheets.json +1 -1
  22. package/packages/data-platforms/mcp-graphql-forge.json +20 -0
  23. package/packages/databases/airtable-mcp-server.json +3 -2
  24. package/packages/databases/kevinwatt-mysql-mcp.json +3 -2
  25. package/packages/databases/mcp-mongodb-atlas.json +4 -3
  26. package/packages/databases/mcp-postgres-server.json +5 -4
  27. package/packages/databases/redis-mcp.json +4 -3
  28. package/packages/file-systems/dbx-mcp-server.json +76 -0
  29. package/packages/finance-fintech/paypal-mcp-server.json +20 -0
  30. package/packages/finance-fintech/stripe-mcp.json +20 -0
  31. package/packages/knowledge-memory/notion-mcp.json +1 -1
  32. package/packages/marketing/facebook.json +1 -1
  33. package/packages/marketing/linkedin-mcp-server.json +20 -0
  34. package/packages/other-tools-and-integrations/google-docs-mcp-server.json +32 -0
  35. package/packages/other-tools-and-integrations/mcp-connect.json +28 -0
  36. package/packages/other-tools-and-integrations/mcp-google-forms.json +1 -1
  37. package/packages/other-tools-and-integrations/notionhq-notion-mcp-server.json +1 -0
  38. package/packages/support-service-management/cosmix-jira-mcp.json +28 -0
  39. package/packages/version-control/mcp-gitlab-server.json +20 -0
  40. package/packages/version-control/modelcontextprotocol-server-github.json +2 -1
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Awesome MCP Registry
2
2
 
3
- ![How many MCP Servers in Awesome MCP Registry](https://img.shields.io/badge/MCP_Servers-4065-blue)
3
+ ![How many MCP Servers in Awesome MCP Registry](https://img.shields.io/badge/MCP_Servers-4081-blue)
4
4
  ![awesome-mcp-registry License](https://img.shields.io/badge/LICENSE-MIT-ff69b4)
5
5
 
6
6
 
7
7
  Welcome to the Awesome MCP Registry.
8
8
 
9
- An open, high-quality, well-structured and developer-friendly list of 4065+ MCP servers.
9
+ An open, high-quality, well-structured and developer-friendly list of 4081+ MCP servers.
10
10
 
11
11
 
12
12
 
@@ -104,9 +104,9 @@ For more detail please see [the guide](./docs/guide.md).
104
104
 
105
105
  # MCP Servers
106
106
 
107
- ✅: Validated and runnable tools (590)
107
+ ✅: Validated and runnable tools (586)
108
108
 
109
- ❌: Cannot be run by the MCP client (with mock environments variables (3475))
109
+ ❌: Cannot be run by the MCP client (with mock environments variables (3495))
110
110
 
111
111
 
112
112
 
@@ -264,6 +264,7 @@ Servers that let you access multiple apps and tools through one MCP server.
264
264
  - [❌ gateway](https://github.com/arnavsurve/gateway-mcp): Connects AI assistants to multiple specialized services through a unified gateway, enabling dynamic tool discovery and seamless interaction across various MCP servers and HTTP APIs without leaving the conversation context. (python)
265
265
  - [❌ google-toolbox](https://github.com/jikime/py-mcp-google-toolbox): Integrates with Google services including Gmail, Calendar, Drive, and Search through OAuth 2.0 authentication, enabling email management, scheduling, document access, and web information retrieval. (python)
266
266
  - [❌ a2a-bridge](https://github.com/tesla0225/mcp-a2a): Bridges LLMs with Agent-to-Agent protocol-compatible agents, enabling delegation of complex tasks to specialized external agents without requiring direct protocol implementation (node)
267
+ - [❌ @ifmelate/n8n-workflow-builder-mcp](https://github.com/ifmelate/n8n-workflow-builder-mcp/tree/main/src): MCP server that allow LLM in agent mode builds n8n workflows for you (node)
267
268
  - [✅ @pinkpixel/mindbridge](https://github.com/pinkpixel-dev/mindbridge-mcp): Bridges multiple LLM providers including OpenAI, Anthropic, Google, DeepSeek, OpenRouter, and Ollama through a unified interface, enabling comparison of responses and leveraging specialized reasoning capabilities across different models. (3 tools) (node)
268
269
  - [❌ @1mcp/agent](https://github.com/1mcp-app/agent): Aggregates multiple MCP servers into a single unified interface, reducing system resource usage and simplifying configuration management with dynamic reloading and tag-based filtering capabilities. (node)
269
270
  - [❌ n8n-mcp-server](https://github.com/leonardsellem/n8n-mcp-server): Integrates with n8n workflow automation platform to enable workflow management, execution monitoring, and task automation through a bridge that connects AI capabilities with n8n's powerful automation tools. (node)
@@ -400,6 +401,7 @@ Explore art collections, museums, and cultural heritage with AI-friendly tools.
400
401
  - [❌ image-gen-(jimeng-ai)](https://github.com/fengin/image-gen-server): Accepts text descriptions, generates corresponding images, and offers image download and save functions. (python)
401
402
  - [✅ @kailashg101/mcp-figma-to-code](https://github.com/kailashappdev/figma-mcp-toolkit): Extracts and analyzes components from Figma design files, enabling seamless integration between Figma designs and React Native development through component hierarchy processing and metadata generation. (3 tools) (node)
402
403
  - [❌ tongyi-wanx](https://github.com/suixinlei/tongyi-wanx-mcp-server): Enables image generation through Alibaba's Tongyi Wanx API, handling authentication, communication, and response formatting for applications requiring AI-generated visuals. (node)
404
+ - [❌ @nikolausm/huggingface-mcp-server](https://github.com/nikolausm/huggingface-mcp-server): Provides access to Hugging Face's AI image generation models, including Stable Diffusion. (node)
403
405
  - [❌ gemini-media-analysis](https://github.com/mario-andreschak/mcp_video_recognition): Provides image, audio, and video analysis tools using Google's Gemini AI for content description, transcription, and understanding with file caching for improved performance. (node)
404
406
  - [❌ audius](https://github.com/glassbead-tc/audius-mcp-atris): Integrates with Audius music platform API, enabling user searches, track streaming, and playlist management for music discovery and artist analytics. (node)
405
407
  - [❌ mcp-server-ancestry](https://github.com/reeeeemo/ancestry-mcp): Analyze family tree data from GEDCOM genealogy files. (python)
@@ -1134,6 +1136,7 @@ Connect with messaging platforms to manage chats and interact with team tools.
1134
1136
  - [✅ @toolsdk.ai/aws-ses-mcp](https://github.com/omd01/aws-ses-mcp): Enables direct email sending through Amazon SES with support for HTML content, CC/BCC recipients, and reply-to addressing while maintaining AWS security standards. (1 tools) (node)
1135
1137
  - [❌ email-manager](https://github.com/zilongxue/claude-post): Integrates with email systems through IMAP and SMTP protocols to enable searching, retrieving, analyzing, and sending emails directly within conversations. (python)
1136
1138
  - [❌ gong](https://github.com/kenazk/gong-mcp): Integrates with Gong's API to access call recordings and transcripts, enabling analysis of sales conversations and customer interactions with date filtering and speaker identification capabilities. (node)
1139
+ - [❌ @cocal/google-calendar-mcp](https://github.com/nspady/google-calendar-mcp): A Model Context Protocol (MCP) server that provides Google Calendar integration for AI assistants like Claude. (node)
1137
1140
  - [❌ intercom](https://github.com/fabian1710/mcp-intercom): Integrates with Intercom to provide filtered access to conversations and chats, enabling detailed analysis of customer interactions and support trends. (node)
1138
1141
  - [❌ twilio-manager](https://github.com/errajibadr/twilio_manager_mcp): Manages Twilio resources through asynchronous API interactions, enabling efficient concurrent operations for subaccounts, phone numbers, addresses, and regulatory bundles with features like resource transfers and duplication. (python)
1139
1142
  - [❌ slack-conversations](https://github.com/korotovsky/slack-mcp-server): Bridges AI with Slack's messaging platform, enabling access to conversation history from channels through secure authentication and flexible transport modes. (go)
@@ -1151,10 +1154,12 @@ Connect with messaging platforms to manage chats and interact with team tools.
1151
1154
  - [✅ @grec0/mcp-s2s-asterisk](https://github.com/gcorroto/mcp-s2s-asterisk): Integrates with Asterisk phone systems to enable outbound call operations, conversation monitoring, call history retrieval, and telephony system metrics tracking for business automation workflows. (9 tools) (node)
1152
1155
  - [❌ twilio-sms](https://github.com/gabriel-paulos/twilio-mcp-python): Integrates with Twilio to enable sending SMS messages and retrieving message logs through a FastMCP framework with phone validation and authentication. (python)
1153
1156
  - [❌ discord-(full-api)](https://github.com/hanweg/mcp-discord-raw): Integrates with Discord's API to enable flexible bot development and management through simplified REST and slash command interfaces. (python)
1157
+ - [❌ @jar285/mcp-discord](https://github.com/jeroensmink98/telegram-mcp/tree/master/src): A Discord MCP (Model Context Protocol) server that enables AI assistants to interact with the Discord platform. (node)
1154
1158
  - [❌ keep-mcp](https://github.com/feuerdev/keep-mcp): Provides a bridge to Google Keep for searching, creating, updating, and deleting notes with safety features that restrict modifications to specifically labeled content. (python)
1155
1159
  - [❌ whatsapp-messenger](https://github.com/wubbyweb/mcp-generated): Enables sending formatted WhatsApp messages to specified recipients through Twilio's API for automated notifications and customer service workflows. (python)
1156
1160
  - [❌ apex-(twitter)](https://github.com/xonack/apex-mcp): Integrates with X (Twitter) through Apex's social media infrastructure to enable tweet retrieval, search operations, reply generation, content posting, and direct reply management without requiring Twitter API keys. (node)
1157
1161
  - [❌ mcp-server-monday](https://github.com/sakce/mcp-server-monday): Integrates with Monday.com to enable creating items, retrieving board groups, adding comments, listing boards, and managing sub-items for project management and team collaboration workflows. (python)
1162
+ - [❌ @jeroensmink98/telegram-mcp](https://github.com/jeroensmink98/telegram-mcp/tree/master/src): This project implements a Model Context Protocol (MCP) server that enables sending Telegram messages through AI assistants like Claude Desktop. (node)
1158
1163
  - [❌ headless-gmail](https://github.com/baryhuang/mcp-headless-gmail): Enables headless Gmail access by separating credential storage from implementation, allowing clients to complete OAuth flows independently and pass credentials as context for email operations in containerized environments. (python)
1159
1164
  - [❌ devin](https://github.com/kazuph/mcp-devin): Integrates with Slack to enable seamless team collaboration through automated session management, thread context preservation, and channel-based conversations (node)
1160
1165
  - [❌ atlassian](https://github.com/solidus-/atlassian-cursor-mcp): Integrates with Atlassian's collaboration ecosystem, enabling developers to search, create, update, and manage Jira, Confluence, and Bitbucket issues through a flexible TypeScript-based implementation. (node)
@@ -1175,6 +1180,7 @@ Connect with messaging platforms to manage chats and interact with team tools.
1175
1180
  - [❌ signal](https://github.com/rymurr/signal-mcp): Enables secure communication with Signal messaging through direct messaging, group chats, and message reception capabilities, leveraging Signal's established encryption protocol. (python)
1176
1181
  - [❌ @larksuiteoapi/lark-mcp](https://github.com/larksuite/lark-openapi-mcp): Integrates with Feishu/Lark's collaboration suite, enabling AI assistants to interact with productivity tools through the official Node.js SDK. (node)
1177
1182
  - [❌ protonmail](https://github.com/amotivv/protonmail-mcp): Enables sending emails through Protonmail's SMTP service with support for multiple recipients, CC/BCC functionality, and both plain text and HTML content. (node)
1183
+ - [❌ @v4lheru/trello-mcp-server](https://github.com/v4lheru/trello-mcp-server/tree/master/src): A Model Context Protocol (MCP) server that provides tools for interacting with the Trello API. Built on the Generic MCP Server Template. (node)
1178
1184
  - [✅ x-com-mcp-server](https://github.com/tiovikram/x.com-mcp-server): Integrates with X.com's API v2 through OAuth 2.0 authentication to provide complete post management capabilities including creation, deletion, search, timelines, retweets, likes, bookmarks, and engagement tracking for social media automation and content analysis workflows. (21 tools) (node)
1179
1185
  - [❌ mattermost-fetch](https://github.com/kakehashi-inc/mcp-server-mattermost): Web scraping server that fetches and processes web content with robust features like robots.txt compliance, LRU caching, and markdown conversion, supporting both autonomous and manual content retrieval modes. (node)
1180
1186
  - [❌ smtp-email-manager](https://github.com/samihalawa/mcp-server-smtp): Provides SMTP email functionality with tools for sending individual and bulk emails, managing configurations, and creating customizable templates with variable substitution for automated, personalized email campaigns. (node)
@@ -1205,7 +1211,7 @@ Connect with messaging platforms to manage chats and interact with team tools.
1205
1211
  - [❌ social-media-sync](https://github.com/tayler-id/social-media-mcp): Enables cross-platform social media content creation by integrating Twitter, Mastodon, and LinkedIn through a unified server that leverages multiple AI models for generating and posting content with robust platform-specific formatting and research capabilities. (node)
1206
1212
  - [❌ multichat](https://github.com/kurror/mcp): Enables parallel communication with multiple unichat-based servers, allowing users to query different language models simultaneously and compare their responses through organized message routing and storage. (node)
1207
1213
  - [❌ twitter-mcp-server](https://github.com/taazkareem/twitter-mcp-server): Integrates with X's API to enable tweet retrieval, user interactions, and social media analysis capabilities (node)
1208
- - [❌ cal.com-calendar](https://github.com/mumunha/cal_dot_com_mcpserver): Integrates with Cal.com Calendar API to enable appointment scheduling, management, and listing capabilities through calendar operation tools with rate limiting and error handling. (node)
1214
+ - [❌ @mumunha/cal_dot_com_mcpserver](https://github.com/mumunha/cal_dot_com_mcpserver): Integrates with Cal.com Calendar API to enable appointment scheduling, management, and listing capabilities through calendar operation tools with rate limiting and error handling. (node)
1209
1215
  - [❌ @roychri/mcp-server-asana](https://github.com/roychri/mcp-server-asana): Integrates with Asana to enable task automation, project tracking, and team collaboration through the Asana API. (node)
1210
1216
  - [❌ google-chat](https://github.com/chy168/google-chat-mcp-server): Lightweight Google Chat integration server enabling OAuth2-authenticated access to chat spaces and messages with flexible date-based filtering for developers. (python)
1211
1217
  - [❌ claude-chatgpt](https://github.com/syedazharmbnr1/claude-chatgpt-mcp): Integrates Claude with the ChatGPT desktop app on macOS using AppleScript, enabling cross-assistant interactions for prompt sending, response retrieval, and conversation management. (node)
@@ -1231,6 +1237,7 @@ Connect with messaging platforms to manage chats and interact with team tools.
1231
1237
  - [❌ teamwork](https://github.com/vizioz/teamwork-mcp): Integrates with Teamwork API to manage projects, tasks, team members, and generate utilization reports for streamlined project management and collaboration workflows. (node)
1232
1238
  - [❌ ntfy-notifications](https://github.com/teddyzxcv/ntfy-mcp): Enables real-time notifications through ntfy.sh, allowing assistants to send customizable alerts with titles and summaries to users for task completions, errors, or important events. (node)
1233
1239
  - [❌ gmail](https://github.com/zacco16/gmail-mcp-server): Integrates with Gmail API to enable email listing, reading, and filtering of emails. (node)
1240
+ - [❌ @Bob-lance/instagram-engagement-mcp](https://github.com/Bob-lance/instagram-engagement-mcp/tree/main/src): An MCP server that provides tools for analyzing Instagram engagement metrics, extracting demographic insights, and identifying potential leads from Instagram posts and accounts. (node)
1234
1241
  - [❌ fireflies](https://github.com/props-labs/fireflies-mcp): Integrates with Fireflies.ai API to enable retrieval, search, and summarization of meeting transcripts for natural language processing of meeting content. (node)
1235
1242
  - [❌ systemprompt-mcp-gmail](https://github.com/ejb503/systemprompt-mcp-gmail): Integrates with Gmail to enable natural language-based email management, including searching, reading, deleting, and sending emails with attachment support and conversation threading. (node)
1236
1243
  - [❌ zoom-api](https://github.com/mattcoatsworth/zoom-mcp-server): Integrates with Zoom's API to enable scheduling meetings, managing participants, retrieving recordings, and automating administrative tasks through OAuth 2.0 authentication and structured tools. (node)
@@ -1412,7 +1419,7 @@ Securely access and query databases with options for read-only permissions.
1412
1419
  - [❌ postgres-mcp](https://github.com/crystaldba/postgres-mcp): Helps you and your AI agents throughout the entire development process—from writing SQL to tuning performance safely. (python)
1413
1420
  - [❌ upstash](https://github.com/upstash/mcp-server): Integrates with Upstash's Developer APIs to enable natural language management of Redis databases. (node)
1414
1421
  - [❌ mcp-server-sqlite-npx](https://github.com/johnnyoshika/mcp-server-sqlite-npx): Implements SQLite functionality in Node.js. (node)
1415
- - [ airtable-mcp-server](https://github.com/domdomegg/airtable-mcp-server): Provides read and write access to Airtable databases. (13 tools) (node)
1422
+ - [ @domdomegg/airtable-mcp-server](https://github.com/domdomegg/airtable-mcp-server): Provides read and write access to Airtable databases. (node)
1416
1423
  - [❌ neon](https://github.com/neondatabase-labs/mcp-server-neon): Manage Neon's serverless Postgres databases. (node)
1417
1424
  - [❌ cursor-db-explorer](https://github.com/jbdamask/cursor-db-mcp): Provides access to Cursor IDE's SQLite databases for exploring project data, chat history, and composer information through an API that automatically detects installations and exposes structured resources and tools for analysis. (python)
1418
1425
  - [❌ database-explorer](https://github.com/wirdes/db-mcp-tool): Provides a unified interface for exploring and managing PostgreSQL, MySQL, and Firestore databases through specialized commands for listing tables, viewing triggers, executing SQL queries, and exporting schemas or data. (node)
@@ -1444,7 +1451,7 @@ Securely access and query databases with options for read-only permissions.
1444
1451
  - [✅ nostrdb-mcp](https://github.com/damus-io/nostrdb-mcp): Integrates with nostrdb to enable local Nostr data querying and analysis. (2 tools) (node)
1445
1452
  - [❌ mongodb-mysql-database](https://github.com/yaoxiaolinglong/mcp-mongodb-mysql-server): Provides a unified interface for MySQL and MongoDB operations, enabling seamless interaction with both database systems through TypeScript and Node.js with flexible deployment options. (node)
1446
1453
  - [❌ elasticsearch-7.x](https://github.com/imlewc/elasticsearch7-mcp-server): Integrates with Elasticsearch 7.x, providing efficient data management and search capabilities for projects requiring robust analytics within the ecosystem. (python)
1447
- - [ redis-mcp](https://github.com/farhankaz/redis-mcp): Bridge to Redis databases, enabling fast in-memory data operations for AI workflows. (13 tools) (node)
1454
+ - [ @farhankaz/redis-mcp](https://github.com/farhankaz/redis-mcp): Bridge to Redis databases, enabling fast in-memory data operations for AI workflows. (node)
1448
1455
  - [❌ @elastic/mcp-server-elasticsearch](https://github.com/elastic/mcp-server-elasticsearch): Enables natural language interaction with Elasticsearch clusters for listing indices, inspecting field mappings, and executing Query DSL searches with automatic text highlighting (node)
1449
1456
  - [❌ postgres](https://github.com/ipfans/postgres-mcp): Connects to PostgreSQL databases to enable secure, read-only SQL querying and resource exploration for data analysis applications (go)
1450
1457
  - [❌ adb-mysql-mcp-server](https://github.com/aliyun/alibabacloud-adb-mysql-mcp-server): Connects to Alibaba Cloud's Adb MySQL databases for executing SQL queries, analyzing query plans, and retrieving database metadata with minimal configuration requirements (python)
@@ -1468,7 +1475,7 @@ Securely access and query databases with options for read-only permissions.
1468
1475
  - [❌ couchdb](https://github.com/robertoamoreno/couchdb-mcp-server): Integrates with CouchDB to enable database management, document operations, and Mango queries for applications requiring document-based storage and retrieval. (node)
1469
1476
  - [❌ supabase-mcp](https://github.com/cappahccino/sb-mcp): Enables Claude and other LLMs to interact with Supabase databases and Edge Functions through a secure API for performing CRUD operations and invoking custom payloads without requiring integration code. (node)
1470
1477
  - [❌ opensearch](https://github.com/jimmy974/opensearch-mcp-server): Integrates with OpenSearch databases to enable direct querying and data retrieval for log analysis, document retrieval, and structured data querying without leaving the conversation interface. (python)
1471
- - [ mcp-postgres-server](https://github.com/antonorlov/mcp-postgres-server): Provides a bridge to PostgreSQL databases for executing SQL queries, managing tables, and inspecting schemas with support for prepared statements and multiple parameter styles (6 tools) (node)
1478
+ - [ @mcp-postgres-server](https://github.com/antonorlov/mcp-postgres-server/tree/main/src): Provides a bridge to PostgreSQL databases for executing SQL queries, managing tables, and inspecting schemas with support for prepared statements and multiple parameter styles (node)
1472
1479
  - [❌ fireproof-json-document-store](https://github.com/fireproof-storage/mcp-database-server): Fireproof database integration for a flexible JSON document store with CRUD operations. (node)
1473
1480
  - [❌ redis](https://github.com/yyue9527/redis-mcp-server): Enables AI tools to interact with Redis databases through key-value operations, pattern-based key listing, and configurable expiration settings (java)
1474
1481
  - [❌ bigquery-analysis](https://github.com/gotalab/bigquery-analysis-mcp-server): Enables safe SQL query execution on Google BigQuery datasets with built-in safeguards that prevent data manipulation and limit query size to 1 TB. (node)
@@ -1477,7 +1484,7 @@ Securely access and query databases with options for read-only permissions.
1477
1484
  - [❌ raphtory-graphql-schema-explorer](https://github.com/niallroche/raphtory_mcp): Enables AI systems to explore and understand graph structures in Raphtory databases through GraphQL schema queries, property relationship analysis, and detailed information retrieval for effective query construction. (python)
1478
1485
  - [❌ odbc-database-connector](https://github.com/tylerstoltz/mcp-odbc): Enables secure, read-only access to any ODBC-compatible database through tools for listing connections, testing connectivity, retrieving schemas, and executing SQL queries for data analysis and business intelligence. (python)
1479
1486
  - [❌ quickbase](https://github.com/lawrencecirillo/quickbase-mcp-server): Integrates with QuickBase API for complete database operations including application, table, field, and record management with support for all field types, bulk operations, text search, report execution, and automated relationship creation. (node)
1480
- - [ mcp-mongodb-atlas](https://github.com/mongodb-developer/mcp-mongodb-atlas): Integrates with MongoDB Atlas to enable creating and managing database resources including clusters, network access, users, and connection strings using TypeScript and the MongoDB Atlas API. (6 tools) (node)
1487
+ - [ @mcp-mongodb-atlas](https://github.com/mongodb-developer/mcp-mongodb-atlas): Integrates with MongoDB Atlas to enable creating and managing database resources including clusters, network access, users, and connection strings using TypeScript and the MongoDB Atlas API. (node)
1481
1488
  - [❌ mcp-server-iris](https://github.com/caretdev/mcp-server-iris): Provides a bridge to InterSystems IRIS databases for executing SQL queries and managing production items through tools for database operations and system monitoring (python)
1482
1489
  - [❌ pocketbase](https://github.com/mrwyndham/pocketbase-mcp): Provides a bridge between AI systems and PocketBase databases, enabling direct interaction with collections, records, and user authentication for applications that need to manipulate database data within conversations. (node)
1483
1490
  - [❌ mssql_mcp_server](https://github.com/jexinsam/mssql_mcp_server): Enables secure interactions with Microsoft SQL Server databases for automated data analysis, dynamic reporting, and intelligent database management. (python)
@@ -1529,6 +1536,7 @@ Tools for integrating, transforming, and managing data pipelines.
1529
1536
  - [❌ rootdata](https://github.com/jincai/rootdata-mcp-server): Provides a bridge to the RootData API for searching and retrieving detailed information about blockchain projects, venture capital organizations, and industry professionals for crypto research and investment analysis. (python)
1530
1537
  - [❌ apache-iceberg](https://github.com/ahodroj/mcp-iceberg-service): Provides a SQL interface for querying and managing Apache Iceberg tables through connections to Iceberg REST catalogs and S3-compatible storage, enabling data analysts to interact with data lakes without switching contexts. (python)
1531
1538
  - [❌ entity-resolution](https://github.com/u3588064/entity-resolution): Compares entities using syntactic and semantic methods to determine if differently formatted records refer to the same real-world entity, ideal for data deduplication and customer record matching. (node)
1539
+ - [❌ @toolprint/mcp-graphql-forge](https://github.com/toolprint/mcp-graphql-forge/tree/main/src): MCP that can proxy any GraphQL API and expose graphql operations as mcp tools. (node)
1532
1540
  - [❌ databridge](https://github.com/morphik-org/morphik-mcp): Integrates with DataBridge to enable ingestion and retrieval of contextual information from a local database, supporting persistent storage for AI applications. (node)
1533
1541
  - [❌ @freema/mcp-gsheets](https://github.com/freema/mcp-gsheets): A Model Context Protocol (MCP) server for Google Sheets API integration. Enables reading, writing, and managing Google Sheets documents directly from your MCP client (e.g., Claude Desktop). (node)
1534
1542
  - [✅ @powerdrillai/powerdrill-mcp](https://github.com/powerdrillai/powerdrill-mcp): Provides tools to interact with Powerdrill datasets to perform data work. (9 tools) (node)
@@ -2153,6 +2161,7 @@ Manage files and directories with tools for reading, writing, and organizing fil
2153
2161
  - [❌ file-modifier](https://github.com/jpinillagoshawk/mcp-server-file-modifier): Enables targeted text file modifications through operations like adding, replacing, and deleting content at specific locations. (node)
2154
2162
  - [❌ source-code](https://github.com/chakotay-lee/mcp-source-server): Manage source code and files on your machine (node)
2155
2163
  - [❌ clipboard-image](https://github.com/oxplot/clipboard-mcp): Enables access to macOS clipboard images for quick visual analysis without manual file uploads (go)
2164
+ - [❌ @amgadabdelhafez/dbx-mcp-server](https://github.com/amgadabdelhafez/dbx-mcp-server/tree/main/src): A Model Context Protocol (MCP) server that provides integration with Dropbox, allowing MCP-compatible clients to interact with Dropbox through a set of powerful tools. (node)
2156
2165
  - [❌ obsidian-icloud](https://github.com/yanceyofficial/obsidian-mcp): Connects Obsidian vaults stored in iCloud Drive to enable direct interaction with markdown notes and files through comprehensive search, reading, writing, and editing capabilities across multiple vaults. (node)
2157
2166
  - [❌ file-operations-server](https://github.com/bsmi021/mcp-file-operations-server): Enhances file and directory management with streaming, patching, and change tracking for advanced manipulation, real-time monitoring, and integration into automated workflows. (node)
2158
2167
  - [❌ alfresco-content-services](https://github.com/stevereiner/python-alfresco-mcp-server): Integrates with Alfresco Content Services to provide document search, upload, download, metadata management, and repository operations for enterprise content management workflows. (python)
@@ -2295,6 +2304,7 @@ Work with financial data, market info, and trading platforms using AI tools.
2295
2304
  - [❌ nano-currency](https://github.com/kilkelly/nano-currency-mcp-server): Lightweight server for sending Nano cryptocurrency, enabling direct blockchain transactions with robust validation and error handling. (node)
2296
2305
  - [❌ mcp-morpho-server](https://github.com/crazyrabbitltc/mcp-morpho-server): Integrates with Morpho DeFi protocol's GraphQL API to enable querying market data, vaults, positions, and historical APY information for portfolio management and yield optimization. (node)
2297
2306
  - [❌ octagon-vc-agents](https://github.com/octagonai/octagon-vc-agents): Simulate top venture capitalists for realistic deal diligence, negotiation advice, and API-driven insights. The roster includes Reid Hoffman, Josh Kopelman, Alfred Lin, Keith Rabois, Bill Gurley, Peter Thiel, Marc Andreessen, Fred Wilson. (python)
2307
+ - [❌ @paypal/agent-toolkit](https://github.com/paypal/agent-toolkit/tree/main/modelcontextprotocol): The PayPal Model Context Protocol server allows you to integrate with PayPal APIs through function calling. (node)
2298
2308
  - [✅ bitcoin-mcp](https://github.com/abdelstark/bitcoin-mcp): Integrates with Bitcoin network and blockchain data via Blockstream API to enable transaction monitoring, wallet management, and blockchain analysis (7 tools) (node)
2299
2309
  - [❌ investment-portfolio-manager](https://github.com/ikhyunan/mcp_investmentportfolio): Reads in JSON-formatted Investment portfolio and performs web searches and stock price searches to provide meaningful evaluations and recommendations. (python)
2300
2310
  - [❌ rami-levy](https://github.com/shilomagen/rami-levy-mcp): Provides a bridge to the Rami Levy online grocery shopping platform in Israel, enabling product searches, shopping cart management, and checkout functionality through TypeScript-based API integration. (node)
@@ -2357,6 +2367,7 @@ Work with financial data, market info, and trading platforms using AI tools.
2357
2367
  - [❌ meson-cross-chain-transfer](https://github.com/demcp/demcp-meson-mcp): Enables secure cross-chain cryptocurrency transfers between Ethereum, Arbitrum, Avalanche, and other blockchains using the Meson Protocol, with local private key processing for enhanced security. (node)
2358
2368
  - [❌ jupiter](https://github.com/dcspark/mcp-server-jupiter): Integrates with Jupiter's swap API on the Solana blockchain, enabling operations like getting quotes, building swap transactions, and sending swap transactions for decentralized exchange functionality. (node)
2359
2369
  - [❌ africa's-talking-airtime](https://github.com/nasoma/africastalking-airtime-mcp): Integrates with Africa’s Talking Airtime API, enabling clients to send airtime top-ups to one or more mobile numbers. (python)
2370
+ - [❌ @stripe/agent-toolkit/tree/main/modelcontextprotocol](https://github.com/stripe/agent-toolkit/tree/main/modelcontextprotocol): The Stripe Model Context Protocol server allows you to integrate with Stripe APIs through function calling. (node)
2360
2371
  - [❌ investor-agent](https://github.com/ferdousbhai/investor-agent): Provides real-time financial analysis tools leveraging market data from yfinance and CNN's Fear & Greed Index for investment research, portfolio analysis, and market sentiment evaluation. (python)
2361
2372
  - [❌ brian](https://github.com/brian-knows/mcp-server-brian): Retrieves blockchain transaction data from specified addresses using natural language prompts, translating user queries into structured data retrieval with flexible chain and address support. (node)
2362
2373
  - [❌ binance-spot-trading](https://github.com/kydlikebtc/mcp-server-bn): Integrates with Binance spot trading API to enable automated cryptocurrency trading strategies using SQLite for data storage and secure credential management. (node)
@@ -2885,6 +2896,7 @@ Create and edit marketing content, manage metadata, and refine product positioni
2885
2896
  - [❌ linkedin-post](https://github.com/dhrishp/mcp-post-linkedin): Integrates with LinkedIn's API to enable direct publishing of text content, media attachments, and link sharing with customizable visibility settings for social media management and professional networking. (node)
2886
2897
  - [❌ @triplewhale/mcp-server-triplewhale](https://github.com/triple-whale/mcp-server-triplewhale): Integrates with Triple Whale's API to enable querying and analysis of e-commerce performance metrics for sales reporting and marketing strategy optimization. (node)
2887
2898
  - [✅ @felores/placid-mcp-server](https://github.com/felores/placid-mcp-server): Integrates with Placid's API to generate dynamic images from templates for tasks like social media posts and marketing materials. (3 tools) (node)
2899
+ - [❌ @Dishant27/linkedin-mcp-server](https://github.com/Dishant27/linkedin-mcp-server/tree/main/src): Revolutionizing LinkedIn API Interactions. (node)
2888
2900
  - [❌ meta-ads-mcp](https://github.com/pipeboard-co/meta-ads-mcp): Provides a bridge to Facebook's Marketing API for analyzing ad campaigns, reviewing creatives, and monitoring metrics through secure OAuth authentication (python)
2889
2901
  - [❌ blogger](https://github.com/niyonabil/blogger-mcp-server): Connects to Google's Blogger API for creating, updating, and managing blog posts through TypeScript-based Node.js implementation with Google authentication support. (node)
2890
2902
  - [❌ mcp-metricool](https://github.com/metricool/mcp-metricool): Integrates with Metricool's social media analytics platform to retrieve performance metrics and schedule content across multiple networks including Instagram, Facebook, Twitter, LinkedIn, TikTok, and YouTube. (python)
@@ -3579,6 +3591,7 @@ Manage customer support and IT services with specialized tools.
3579
3591
  - [❌ linear-issue-tracker](https://github.com/zalab-inc/mcp-linear-app): Integrates with Linear's issue tracking system to enable searching, creating, and updating issues, managing comments, and retrieving team information directly through conversation interfaces. (node)
3580
3592
  - [❌ pagerduty_mcp_server](https://github.com/wpfleger96/pagerduty-mcp-server): Exposes PagerDuty API functionality to LLMs. (python)
3581
3593
  - [❌ zendesk-support](https://github.com/koundinya/zd-mcp-server): Integrates with Zendesk to enable ticket retrieval, creation, updating, and searching directly from conversation interfaces for streamlined customer support workflows. (node)
3594
+ - [❌ @cosmix/jira-mcp](https://github.com/cosmix/jira-mcp/tree/main/src): A Model Context Protocol (MCP) server implementation that provides access to JIRA data with relationship tracking, optimized data payloads, and data cleaning for AI context windows. (node)
3582
3595
  - [❌ plane](https://github.com/kelvin6365/plane-mcp-server): Integrates with Plane.so project management platform, enabling listing projects, creating and updating issues, filtering by priority, and managing assignees with user approval for data modifications. (node)
3583
3596
  - [✅ @makingchatbots/genesys-cloud-mcp-server](https://github.com/makingchatbots/genesys-cloud-mcp-server): Provides a bridge between contact center analytics and routing data in Genesys Cloud, enabling conversational business intelligence through queue searches, conversation volume queries, call sampling, and voice quality metrics analysis. (8 tools) (node)
3584
3597
  - [❌ feishu-defect-tracker](https://github.com/ningyv179/mcp-feishu): Integrates Feishu OpenAPI with Windsurf IDE for defect tracking, enabling retrieval of specific defect links by ID and filtered defect lists through both stdio and HTTP/SSE transport methods. (node)
@@ -3698,6 +3711,7 @@ Manage Git repositories, pull requests, and issues with version control tools.
3698
3711
  - [✅ github-repo-mcp](https://github.com/ryan0204/github-repo-mcp): Provides a bridge between AI and GitHub repositories, enabling access to repository contents for code analysis and reference during conversations. (3 tools) (node)
3699
3712
  - [✅ mcp-git-commit-aider](https://github.com/mrorz/mcp-git-commit-aider): Enables AI to make Git commits on behalf of users, automatically tracking AI contributions by appending '(aider)' to committer names for codebase statistics and analysis. (1 tools) (node)
3700
3713
  - [❌ gerrit-code-review](https://github.com/cayirtepeomer/gerrit-code-review-mcp): Integrates with Gerrit code review systems to enable detailed analysis of code changes, diffs, file modifications, and reviewer details across review iterations. (python)
3714
+ - [❌ @yoda-digital/mcp-gitlab-server](https://github.com/yoda-digital/mcp-gitlab-server/tree/main/src): A powerful Model Context Protocol (MCP) server for GitLab integration, enabling AI assistants to interact with your GitLab resources. (node)
3701
3715
  - [❌ pygithub](https://github.com/astromined/pygithub-mcp-server): Integrates with GitHub's API through PyGithub to enable repository management, issue tracking, and pull request operations with automatic authentication, rate limiting, and error recovery. (python)
3702
3716
  - [❌ github-issues](https://github.com/timbuchinger/mcp-github): Integrates with GitHub's issue tracking system to enable listing and creating issues, facilitating automated issue management and workflow integration. (python)
3703
3717
  - [✅ gitee-mcp-server](https://github.com/normal-coder/gitee-mcp-server): Integrates with Gitee repositories to enable repository creation, code management, issue tracking, and pull request workflows using a simple token-based authentication system. (20 tools) (node)
@@ -3792,6 +3806,7 @@ Miscellaneous tools and integrations that don’t fit into other categories.
3792
3806
  - [✅ @pollinations/chucknorris](https://github.com/pollinations/chucknorris): Enhances language models by fetching specialized prompts from the L1B3RT4S repository, supporting multiple LLMs including ChatGPT, Claude, and Gemini with fallback mechanisms for educational and research purposes. (2 tools) (node)
3793
3807
  - [✅ a11y-mcp-server](https://github.com/ronantakizawa/a11ymcp): Provides accessibility testing capabilities for web content using Axe-core, enabling evaluation of websites and HTML snippets against WCAG standards with detailed violation reports and remediation guidance. (6 tools) (node)
3794
3808
  - [❌ uml-diagramming](https://github.com/swayingleaves/uml-mcp-server): Integrates with UML diagramming tools to generate visual representations of system architecture, class relationships, and process flows directly from code or text descriptions within conversational interfaces. (python)
3809
+ - [❌ @EvalsOne/mcp-connect](https://github.com/EvalsOne/MCP-connect/tree/main/src): Enables cloud-based AI services to access local Stdio based MCP servers via HTTP requests (node)
3795
3810
  - [❌ ynu](https://github.com/ynu/mcp-ynu): Modular framework for exposing tools, resources, and prompts through FastMCP, featuring dynamic module loading, environment-based configuration, and support for both stdio and SSE transport protocols. (python)
3796
3811
  - [✅ @modelcontextprotocol/server-everything](https://github.com/modelcontextprotocol/servers/tree/HEAD/src/everything): Test protocol features and tools for client compatibility. (8 tools) (node)
3797
3812
  - [❌ owl-mcp](https://github.com/ai4curation/owl-mcp): Enables AI systems to manipulate Web Ontology Language (OWL) ontologies by adding, removing, and finding axioms through string-based representations in OWL functional syntax (python)
@@ -4028,6 +4043,7 @@ Miscellaneous tools and integrations that don’t fit into other categories.
4028
4043
  - [❌ harvest](https://github.com/taiste/harvest-mcp-server): Integrates with Harvest time tracking API to manage time entries, projects, clients, and tasks directly through conversation without switching contexts. (python)
4029
4044
  - [❌ @dvmcp/bridge](https://github.com/gzuuus/dvmcp): Decentralizes computational tool discovery and execution by bridging Nostr's Data Vending Machine ecosystem, enabling distributed service interactions through NIP-89 announcements and direct Nostr event requests. (node)
4030
4045
  - [✅ pickapicon-mcp](https://github.com/leee62/pickapicon-mcp): Provides a bridge to the Iconify API for searching and retrieving SVG icons from various collections, enabling quick integration of icons into projects. (3 tools) (node)
4046
+ - [❌ @lkm1developer/google-docs-mcp-server](https://github.com/lkm1developer/google-docs-mcp-server/tree/master/src): A powerful Model Context Protocol (MCP) server implementation for seamless Google Docs API integration, enabling AI assistants to create, read, update, and manage Google Docs. (node)
4031
4047
  - [❌ audio-transcriber](https://github.com/ichigo3766/audio-transcriber-mcp): Provides speech-to-text transcription capabilities using OpenAI's Whisper API with configurable language settings and optional file saving (node)
4032
4048
  - [❌ batchdata-real-estate](https://github.com/zellerhaus/batchdata-mcp-real-estate): Provides real estate data management through batch processing operations for handling property listings, market analytics, and property management workflows efficiently at scale. (node)
4033
4049
  - [❌ orchestrator](https://github.com/mokafari/orchestrator-server): Orchestrates distributed task management by coordinating workflows, enforcing dependencies, and tracking execution across instances for complex data processing and computing jobs. (node)
@@ -1,30 +1,67 @@
1
1
  /**
2
2
  * Featured MCP Servers Configuration
3
- *
3
+ *
4
4
  * Maintained by toolsdk.ai
5
5
  * Contains toolsdk.ai's officially recommended featured mcp servers
6
6
  */
7
7
 
8
8
  export default [
9
- "@kevinwatt/mcp-webhook",
10
- "@mzxrai/mcp-openai",
11
- "@freema/mcp-gsheets",
12
- "@modelcontextprotocol/server-slack",
13
- "@Tisik79/MCP-Facebook",
14
- "@lkm1developer/hubspot-mcp-server",
15
- "@kazuph/mcp-gmail-gas",
16
- "@tsmztech/mcp-server-salesforce",
17
- "@amir-bengherbi/shopify-mcp-server",
18
- "@mattcoatsworth/Klaviyo-MCP-Server-4-15",
19
- "@alfork/qbconductor-mcp-server",
20
- "@nspady/google-calendar-mcp",
21
- "@mattcoatsworth/mailchip-mcp-server",
22
- "@makenotion/notion-mcp-server",
23
- "@WillDent/pipedrive-mcp-server",
24
- "@koundinya/zd-mcp-server",
25
- "@taazkareem/clickup-mcp-server",
26
- "@pnizer/wweb-mcp",
27
- "@isaacphi/mcp-gdrive",
28
- "@masatoshi118/mcp_google_froms",
29
- "@kacase/mcp-outlook"
9
+ '@kevinwatt/mcp-webhook',
10
+ '@mzxrai/mcp-openai',
11
+ '@kazuph/mcp-gmail-gas',
12
+ '@tsmztech/mcp-server-salesforce',
13
+ '@modelcontextprotocol/server-slack',
14
+ '@taazkareem/clickup-mcp-server',
15
+ '@isaacphi/mcp-gdrive',
16
+ '@kevinwatt/mysql-mcp',
17
+ '@modelcontextprotocol/server-github',
18
+ '@cristip73/mcp-server-asana',
19
+ '@enescinar/twitter-mcp',
20
+ '@toolsdk.ai/mcp-server-google-analytics',
21
+ '@floriscornel/teams-mcp',
22
+ '@pinkpixel/mindbridge',
23
+ '@toolsdk.ai/tavily-mcp',
24
+ '@notionhq/notion-mcp-server',
25
+ '@niledatabase/nile-mcp-server',
26
+ '@toolsdk.ai/mcp-send-email',
27
+ '@pinkpixel/mindbridge',
28
+ 'exa-mcp-server',
29
+ 'hyperbrowser-mcp',
30
+ 'linkedin-mcp-runner',
31
+ 'deepl-mcp-server',
32
+ // '@cocal/google-calendar-mcp',
33
+ // '@Tisik79/MCP-Facebook',
34
+ // '@lkm1developer/hubspot-mcp-server',
35
+ // '@amir-bengherbi/shopify-mcp-server',
36
+ // '@mattcoatsworth/Klaviyo-MCP-Server-4-15',
37
+ // '@alfork/qbconductor-mcp-server',
38
+ // '@mattcoatsworth/mailchip-mcp-server',
39
+ // '@koundinya/zd-mcp-server',
40
+ // '@pnizer/wweb-mcp',
41
+ // '@freema/mcp-gsheets',
42
+ // '@WillDent/pipedrive-mcp-server',
43
+ // '@masatoshi118/mcp_google_froms',
44
+ // '@kacase/mcp-outlook',
45
+ // '@jeroensmink98/telegram-mcp',
46
+ // '@jar285/mcp-discord',
47
+ // '@nikolausm/huggingface-mcp-server',
48
+ // '@mcp-postgres-server',
49
+ // '@mcp-mongodb-atlas',
50
+ // '@farhankaz/redis-mcp',
51
+ // '@domdomegg/airtable-mcp-server',
52
+ // '@lkm1developer/google-docs-mcp-server',
53
+ // '@amgadabdelhafez/dbx-mcp-server',
54
+ // '@cosmix/jira-mcp',
55
+ // '@yoda-digital/mcp-gitlab-server',
56
+ // '@v4lheru/trello-mcp-server',
57
+ // '@Dishant27/linkedin-mcp-server',
58
+ // '@Bob-lance/instagram-engagement-mcp',
59
+ // '@stripe/agent-toolkit/tree/main/modelcontextprotocol',
60
+ // '@mumunha/cal_dot_com_mcpserver',
61
+ // '@paypal/agent-toolkit',
62
+ // '@toolprint/mcp-graphql-forge',
63
+ // '@EvalsOne/mcp-connect',
64
+ // '@ifmelate/n8n-workflow-builder-mcp',
65
+ // '@makenotion/notion-mcp-server',
66
+ // '@nspady/google-calendar-mcp',
30
67
  ];
@@ -157,6 +157,7 @@
157
157
  "gateway",
158
158
  "google-toolbox",
159
159
  "a2a-bridge",
160
+ "@ifmelate/n8n-workflow-builder-mcp",
160
161
  "@pinkpixel/mindbridge",
161
162
  "@1mcp/agent",
162
163
  "n8n-mcp-server",
@@ -295,6 +296,7 @@
295
296
  "image-gen-(jimeng-ai)",
296
297
  "@kailashg101/mcp-figma-to-code",
297
298
  "tongyi-wanx",
299
+ "@nikolausm/huggingface-mcp-server",
298
300
  "gemini-media-analysis",
299
301
  "audius",
300
302
  "mcp-server-ancestry",
@@ -1041,6 +1043,7 @@
1041
1043
  "@toolsdk.ai/aws-ses-mcp",
1042
1044
  "email-manager",
1043
1045
  "gong",
1046
+ "@cocal/google-calendar-mcp",
1044
1047
  "intercom",
1045
1048
  "twilio-manager",
1046
1049
  "slack-conversations",
@@ -1058,10 +1061,12 @@
1058
1061
  "@grec0/mcp-s2s-asterisk",
1059
1062
  "twilio-sms",
1060
1063
  "discord-(full-api)",
1064
+ "@jar285/mcp-discord",
1061
1065
  "keep-mcp",
1062
1066
  "whatsapp-messenger",
1063
1067
  "apex-(twitter)",
1064
1068
  "mcp-server-monday",
1069
+ "@jeroensmink98/telegram-mcp",
1065
1070
  "headless-gmail",
1066
1071
  "devin",
1067
1072
  "atlassian",
@@ -1082,6 +1087,7 @@
1082
1087
  "signal",
1083
1088
  "@larksuiteoapi/lark-mcp",
1084
1089
  "protonmail",
1090
+ "@v4lheru/trello-mcp-server",
1085
1091
  "x-com-mcp-server",
1086
1092
  "mattermost-fetch",
1087
1093
  "smtp-email-manager",
@@ -1112,7 +1118,7 @@
1112
1118
  "social-media-sync",
1113
1119
  "multichat",
1114
1120
  "twitter-mcp-server",
1115
- "cal.com-calendar",
1121
+ "@mumunha/cal_dot_com_mcpserver",
1116
1122
  "@roychri/mcp-server-asana",
1117
1123
  "google-chat",
1118
1124
  "claude-chatgpt",
@@ -1138,6 +1144,7 @@
1138
1144
  "teamwork",
1139
1145
  "ntfy-notifications",
1140
1146
  "gmail",
1147
+ "@Bob-lance/instagram-engagement-mcp",
1141
1148
  "fireflies",
1142
1149
  "systemprompt-mcp-gmail",
1143
1150
  "zoom-api",
@@ -1323,7 +1330,7 @@
1323
1330
  "postgres-mcp",
1324
1331
  "upstash",
1325
1332
  "mcp-server-sqlite-npx",
1326
- "airtable-mcp-server",
1333
+ "@domdomegg/airtable-mcp-server",
1327
1334
  "neon",
1328
1335
  "cursor-db-explorer",
1329
1336
  "database-explorer",
@@ -1355,7 +1362,7 @@
1355
1362
  "nostrdb-mcp",
1356
1363
  "mongodb-mysql-database",
1357
1364
  "elasticsearch-7.x",
1358
- "redis-mcp",
1365
+ "@farhankaz/redis-mcp",
1359
1366
  "@elastic/mcp-server-elasticsearch",
1360
1367
  "postgres",
1361
1368
  "adb-mysql-mcp-server",
@@ -1379,7 +1386,7 @@
1379
1386
  "couchdb",
1380
1387
  "supabase-mcp",
1381
1388
  "opensearch",
1382
- "mcp-postgres-server",
1389
+ "@mcp-postgres-server",
1383
1390
  "fireproof-json-document-store",
1384
1391
  "redis",
1385
1392
  "bigquery-analysis",
@@ -1388,7 +1395,7 @@
1388
1395
  "raphtory-graphql-schema-explorer",
1389
1396
  "odbc-database-connector",
1390
1397
  "quickbase",
1391
- "mcp-mongodb-atlas",
1398
+ "@mcp-mongodb-atlas",
1392
1399
  "mcp-server-iris",
1393
1400
  "pocketbase",
1394
1401
  "mssql_mcp_server",
@@ -1442,6 +1449,7 @@
1442
1449
  "rootdata",
1443
1450
  "apache-iceberg",
1444
1451
  "entity-resolution",
1452
+ "@toolprint/mcp-graphql-forge",
1445
1453
  "databridge",
1446
1454
  "@freema/mcp-gsheets",
1447
1455
  "@powerdrillai/powerdrill-mcp",
@@ -2074,6 +2082,7 @@
2074
2082
  "file-modifier",
2075
2083
  "source-code",
2076
2084
  "clipboard-image",
2085
+ "@amgadabdelhafez/dbx-mcp-server",
2077
2086
  "obsidian-icloud",
2078
2087
  "file-operations-server",
2079
2088
  "alfresco-content-services",
@@ -2218,6 +2227,7 @@
2218
2227
  "nano-currency",
2219
2228
  "mcp-morpho-server",
2220
2229
  "octagon-vc-agents",
2230
+ "@paypal/agent-toolkit",
2221
2231
  "bitcoin-mcp",
2222
2232
  "investment-portfolio-manager",
2223
2233
  "rami-levy",
@@ -2280,6 +2290,7 @@
2280
2290
  "meson-cross-chain-transfer",
2281
2291
  "jupiter",
2282
2292
  "africa's-talking-airtime",
2293
+ "@stripe/agent-toolkit/tree/main/modelcontextprotocol",
2283
2294
  "investor-agent",
2284
2295
  "brian",
2285
2296
  "binance-spot-trading",
@@ -2816,6 +2827,7 @@
2816
2827
  "linkedin-post",
2817
2828
  "@triplewhale/mcp-server-triplewhale",
2818
2829
  "@felores/placid-mcp-server",
2830
+ "@Dishant27/linkedin-mcp-server",
2819
2831
  "meta-ads-mcp",
2820
2832
  "blogger",
2821
2833
  "mcp-metricool",
@@ -3520,6 +3532,7 @@
3520
3532
  "linear-issue-tracker",
3521
3533
  "pagerduty_mcp_server",
3522
3534
  "zendesk-support",
3535
+ "@cosmix/jira-mcp",
3523
3536
  "plane",
3524
3537
  "@makingchatbots/genesys-cloud-mcp-server",
3525
3538
  "feishu-defect-tracker",
@@ -3645,6 +3658,7 @@
3645
3658
  "github-repo-mcp",
3646
3659
  "mcp-git-commit-aider",
3647
3660
  "gerrit-code-review",
3661
+ "@yoda-digital/mcp-gitlab-server",
3648
3662
  "pygithub",
3649
3663
  "github-issues",
3650
3664
  "gitee-mcp-server",
@@ -3741,6 +3755,7 @@
3741
3755
  "@pollinations/chucknorris",
3742
3756
  "a11y-mcp-server",
3743
3757
  "uml-diagramming",
3758
+ "@EvalsOne/mcp-connect",
3744
3759
  "ynu",
3745
3760
  "@modelcontextprotocol/server-everything",
3746
3761
  "owl-mcp",
@@ -3977,6 +3992,7 @@
3977
3992
  "harvest",
3978
3993
  "@dvmcp/bridge",
3979
3994
  "pickapicon-mcp",
3995
+ "@lkm1developer/google-docs-mcp-server",
3980
3996
  "audio-transcriber",
3981
3997
  "batchdata-real-estate",
3982
3998
  "orchestrator",