@toolsdk.ai/registry 1.0.12 → 1.0.13
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.
- package/README.md +243 -4
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
# Awesome MCP Registry
|
|
2
2
|
|
|
3
|
-
Welcome to the Awesome MCP Registry, your go-to open and structured registry
|
|
3
|
+
Welcome to the Awesome MCP Registry, your go-to open and structured registry with 62+ MCP servers and packages.
|
|
4
|
+
|
|
5
|
+
- [Aggregators](#aggregators)
|
|
6
|
+
- [Art & Culture](#art-and-culture)
|
|
7
|
+
- [Browser Automation](#browser-automation)
|
|
8
|
+
- [Cloud Platforms](#cloud-platforms)
|
|
9
|
+
- [Code Execution](#code-execution)
|
|
10
|
+
- [Command Line](#command-line)
|
|
11
|
+
- [Communication](#communication)
|
|
12
|
+
- [Databases](#databases)
|
|
13
|
+
- [Data Platforms](#data-platforms)
|
|
14
|
+
- [Developer Tools](#developer-tools)
|
|
15
|
+
- [Data Science Tools](#data-science-tools)
|
|
16
|
+
- [File Systems](#file-systems)
|
|
17
|
+
- [Knowledge & Memory](#knowledge-memory)
|
|
18
|
+
- [Location Services](#location-services)
|
|
19
|
+
- [Monitoring](#monitoring)
|
|
20
|
+
- [Search & Data Extraction](#search-data-extraction)
|
|
21
|
+
- [Version Control](#version-control)
|
|
22
|
+
- [Other Tools and Integrations](#other-tools-and-integrations)
|
|
23
|
+
|
|
4
24
|
|
|
5
25
|
Unlike other MCP projects, this `Awesome MCP Registry` leverages structured JSON configs to generate `README.md`, [npm package](https://www.npmjs.com/package/@toolsdk.ai/registry) and [packages-list.json](https://toolsdk-ai.github.io/awesome-mcp-registry/indexes/packages-list.json)
|
|
6
26
|
|
|
@@ -8,20 +28,239 @@ You can use the `Awesome MCP Registry` to build your own great MCP projects and
|
|
|
8
28
|
|
|
9
29
|
## Quick Start
|
|
10
30
|
|
|
11
|
-
Install via package manager:
|
|
31
|
+
#### Install via package manager:
|
|
12
32
|
|
|
13
33
|
```bash
|
|
14
34
|
npm install @toolsdk.ai/registry
|
|
15
35
|
```
|
|
16
36
|
|
|
17
|
-
Use it on your JavaScript / Typescript project:
|
|
37
|
+
#### Use it on your JavaScript / Typescript project:
|
|
18
38
|
|
|
19
39
|
```ts
|
|
20
40
|
import mcpServerLists from '@toolsdk.ai/registry/indexes/packages-lists.json';
|
|
21
41
|
```
|
|
22
42
|
|
|
23
|
-
Fetch all
|
|
43
|
+
#### Fetch all MCP Servers lists via cURL:
|
|
24
44
|
|
|
25
45
|
```bash
|
|
26
46
|
curl https://toolsdk-ai.github.io/awesome-mcp-registry/indexes/packages-list.json
|
|
27
47
|
```
|
|
48
|
+
|
|
49
|
+
```ts
|
|
50
|
+
// JavaScript TypeScript
|
|
51
|
+
console.log(await(await fetch('https://toolsdk-ai.github.io/awesome-mcp-registry/indexes/packages-list.json')).json());
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
#### Submit new MCP servers:
|
|
55
|
+
|
|
56
|
+
```json
|
|
57
|
+
{
|
|
58
|
+
"type": "mcp-server",
|
|
59
|
+
"name": "@modelcontextprotocol/server-github",
|
|
60
|
+
"description": "MCP server for using the GitHub API",
|
|
61
|
+
"url": "https://github.com/modelcontextprotocol/servers/blob/main/src/github",
|
|
62
|
+
"runtime": "node",
|
|
63
|
+
"license": "MIT",
|
|
64
|
+
"env": {
|
|
65
|
+
"GITHUB_PERSONAL_ACCESS_TOKEN": {
|
|
66
|
+
"description": "Personal access token for GitHub API access",
|
|
67
|
+
"required": true
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
Create a new file called `your-new-mcp-server.json` under [packages/uncategorized](./packages/uncategorized) folder.
|
|
74
|
+
For more detail please see [the guide](./docs/guide.md).
|
|
75
|
+
|
|
76
|
+
# MCP Servers
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
<a id="aggregators"></a>
|
|
81
|
+
## Aggregators
|
|
82
|
+
|
|
83
|
+
Servers for accessing many apps and tools through a single MCP server.
|
|
84
|
+
|
|
85
|
+
- [@modelcontextprotocol/server-everything](https://github.com/modelcontextprotocol/servers/blob/main/src/everything): This MCP server attempts to exercise all the features of the MCP protocol. It is not intended to be a useful server, but rather a test server for builders of MCP clients. It implements prompts, tools, resources, sampling, and more to showcase MCP capabilities.
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
<a id="art-and-culture"></a>
|
|
89
|
+
## Art & Culture
|
|
90
|
+
|
|
91
|
+
Access and explore art collections, cultural heritage, and museum databases. Enables AI models to search and analyze artistic and cultural content.
|
|
92
|
+
|
|
93
|
+
- [@modelcontextprotocol/server-everart](https://github.com/modelcontextprotocol/servers/blob/main/src/everart): MCP server for EverArt API integration
|
|
94
|
+
- [mcp-server-stability-ai](https://github.com/tadasant/mcp-server-stability-ai): Integrates Stability AI's image generation and manipulation capabilities for editing, upscaling, and more via Stable Diffusion models.
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
<a id="browser-automation"></a>
|
|
98
|
+
## Browser Automation
|
|
99
|
+
|
|
100
|
+
Web content access and automation capabilities. Enables searching, scraping, and processing web content in AI-friendly formats.
|
|
101
|
+
|
|
102
|
+
- [@automatalabs/mcp-server-playwright](https://github.com/Automata-Labs-team/MCP-Server-Playwright/tree/main): MCP server for browser automation using Playwright
|
|
103
|
+
- [@modelcontextprotocol/server-puppeteer](https://github.com/modelcontextprotocol/servers/blob/main/src/puppeteer): MCP server for browser automation using Puppeteer
|
|
104
|
+
- [@executeautomation/playwright-mcp-server](https://github.com/executeautomation/mcp-playwright/tree/main/src): A Model Context Protocol server for Playwright for Browser Automation and Web Scraping.
|
|
105
|
+
- [hyperbrowser-mcp](https://github.com/hyperbrowserai/mcp/tree/main): An MCP server for Hyperbrowser - Hyperbrowser is the next-generation platform empowering AI agents and enabling effortless, scalable browser automation
|
|
106
|
+
- [mcp-server-fetch](https://github.com/modelcontextprotocol/servers/blob/main/src/fetch): A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
<a id="cloud-platforms"></a>
|
|
110
|
+
## Cloud Platforms
|
|
111
|
+
|
|
112
|
+
Cloud platform service integration. Enables management and interaction with cloud infrastructure and services.
|
|
113
|
+
|
|
114
|
+
- [@cloudflare/mcp-server-cloudflare](https://github.com/cloudflare/mcp-server-cloudflare): MCP server for interacting with Cloudflare API
|
|
115
|
+
- [@strowk/mcp-k8s](https://github.com/strowk/mcp-k8s-go): MCP server connecting to Kubernetes
|
|
116
|
+
- [kubernetes-mcp-server](https://github.com/manusa/kubernetes-mcp-server): Powerful and flexible Kubernetes MCP server implementation with additional features for OpenShift. Besides the typical CRUD operations on any Kubernetes resource, this implementation adds specialized features for Pods and other resources.
|
|
117
|
+
- [mcp-server-kubernetes](https://github.com/Flux159/mcp-server-kubernetes): MCP server for managing Kubernetes clusters, enabling LLMs to interact with and control Kubernetes resources.
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
<a id="code-execution"></a>
|
|
121
|
+
## Code Execution
|
|
122
|
+
|
|
123
|
+
Code execution servers. Allow LLMs to execute code in a secure environment, e.g. for coding agents.
|
|
124
|
+
|
|
125
|
+
- [mcp-server-make](https://github.com/wrale/mcp-server-make): A Model Context Protocol server that provides make target calling functionality. This server enables LLMs to execute make targets from a specified Makefile within a specified working directory.
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
<a id="command-line"></a>
|
|
129
|
+
## Command Line
|
|
130
|
+
|
|
131
|
+
Run commands, capture output and otherwise interact with shells and command line tools.
|
|
132
|
+
|
|
133
|
+
- [mcp-shell](https://github.com/hdresearch/mcp-shell): An MCP server for your shell
|
|
134
|
+
- [mcp-server-commands](https://github.com/g0t4/mcp-server-commands): MCP server enabling LLMs to execute shell commands and run scripts through various interpreters with built-in safety controls.
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
<a id="communication"></a>
|
|
138
|
+
## Communication
|
|
139
|
+
|
|
140
|
+
Integration with communication platforms for message management and channel operations. Enables AI models to interact with team communication tools.
|
|
141
|
+
|
|
142
|
+
- [@modelcontextprotocol/server-slack](https://github.com/modelcontextprotocol/servers/blob/main/src/slack): MCP server for interacting with Slack
|
|
143
|
+
- [@enescinar/twitter-mcp](https://github.com/EnesCinr/twitter-mcp): This MCP server allows Clients to interact with Twitter, enabling posting tweets and searching Twitter.
|
|
144
|
+
- [@gongrzhe/server-gmail-autoauth-mcp](https://github.com/gongrzhe/server-gmail-autoauth-mcp): Gmail MCP server with auto authentication support
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
<a id="databases"></a>
|
|
148
|
+
## Databases
|
|
149
|
+
|
|
150
|
+
Secure database access with schema inspection capabilities. Enables querying and analyzing data with configurable security controls including read-only access.
|
|
151
|
+
|
|
152
|
+
- [airtable-mcp-server](https://github.com/domdomegg/airtable-mcp-server): Airtable database integration with schema inspection, read and write capabilities
|
|
153
|
+
- [@benborla29/mcp-server-mysql](https://github.com/benborla/mcp-server-mysql): An MCP server for interacting with MySQL databases
|
|
154
|
+
- [@niledatabase/nile-mcp-server](https://github.com/niledatabase/nile-mcp-server/tree/main): MCP server for Nile Database - Manage and query databases, tenants, users, auth using LLMs
|
|
155
|
+
- [mcp-server-sqlite](https://github.com/modelcontextprotocol/servers/blob/main/src/sqlite): A simple SQLite MCP server
|
|
156
|
+
- [mcp-mongo-server](https://github.com/kiliczsh/mcp-mongo-server): A Model Context Protocol Server for MongoDB
|
|
157
|
+
- [@modelcontextprotocol/server-postgres](https://github.com/modelcontextprotocol/servers/blob/main/src/postgres): MCP server for interacting with PostgreSQL databases
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
<a id="data-platforms"></a>
|
|
161
|
+
## Data Platforms
|
|
162
|
+
|
|
163
|
+
Data Platforms for data integration, transformation and pipeline orchestration.
|
|
164
|
+
|
|
165
|
+
- [mcp-tinybird](https://github.com/tinybirdco/mcp-tinybird/tree/main/src/mcp-tinybird): A Model Context Protocol server that lets you interact with a Tinybird Workspace from any MCP client.
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
<a id="developer-tools"></a>
|
|
169
|
+
## Developer Tools
|
|
170
|
+
|
|
171
|
+
Tools and integrations that enhance the development workflow and environment management.
|
|
172
|
+
|
|
173
|
+
- [@mcp-get-community/server-macos](https://github.com/mcp-get/community-servers/blob/main/src/server-macos): MCP server for macOS system operations
|
|
174
|
+
- [mcp-server-aidd](https://github.com/skydeckai/mcp-server-aidd): An MCP server that provides a comprehensive set of tools for AI-driven development workflows. Features include file system operations, code analysis using tree-sitter for multiple programming languages, Git operations, code execution, and system information retrieval. Designed to enhance AI's capability to assist in software development tasks.
|
|
175
|
+
- [mcp-server-tree-sitter](https://github.com/wrale/mcp-server-tree-sitter): A Model Context Protocol server that provides code analysis capabilities using tree-sitter. This server enables LLMs to explore, search, and analyze code with appropriate context management.
|
|
176
|
+
- [@mcp-get-community/server-llm-txt](https://github.com/mcp-get/community-servers/blob/main/src/server-llm-txt): MCP server that extracts and serves context from llm.txt files, enabling AI models to understand file structure, dependencies, and code relationships in development environments
|
|
177
|
+
- [@llmindset/mcp-hfspace](https://github.com/evalstate/mcp-hfspace/): MCP Server for using HuggingFace Spaces. Seamlessly use the latest Open Source Image, Audio and Text Models from within Claude Deskop.
|
|
178
|
+
- [awslabs.nova-canvas-mcp-server](https://github.com/awslabs/mcp/tree/main/src/nova-canvas-mcp-server): A Model Context Protocol server that lets you interact with a Nova Canvas from any MCP client.
|
|
179
|
+
- [hackmd-mcp](https://github.com/yuna0x0/hackmd-mcp): A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants
|
|
180
|
+
- [mcp-openapi-schema-explorer](https://github.com/kadykov/mcp-openapi-schema-explorer): MCP server providing token-efficient access to OpenAPI/Swagger specs via MCP Resources for client-side exploration.
|
|
181
|
+
- [docker-mcp](https://github.com/QuantGeekDev/docker-mcp): A powerful Model Context Protocol (MCP) server for Docker operations, enabling seamless container and compose stack management through Claude AI
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
<a id="data-science-tools"></a>
|
|
185
|
+
## Data Science Tools
|
|
186
|
+
|
|
187
|
+
Integrations and tools designed to simplify data exploration, analysis and enhance data science workflows.
|
|
188
|
+
|
|
189
|
+
- [mcp-solver](https://github.com/szeider/mcp-solver): MCP server for Constraint Solving and Optimization
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
<a id="file-systems"></a>
|
|
193
|
+
## File Systems
|
|
194
|
+
|
|
195
|
+
Provides direct access to local file systems with configurable permissions. Enables AI models to read, write, and manage files within specified directories.
|
|
196
|
+
|
|
197
|
+
- [@modelcontextprotocol/server-gdrive](https://github.com/modelcontextprotocol/servers/blob/main/src/gdrive): MCP server for interacting with Google Drive
|
|
198
|
+
- [@modelcontextprotocol/server-filesystem](https://github.com/modelcontextprotocol/servers): MCP server for filesystem access
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
<a id="knowledge-memory"></a>
|
|
202
|
+
## Knowledge & Memory
|
|
203
|
+
|
|
204
|
+
Persistent memory storage using knowledge graph structures. Enables AI models to maintain and query structured information across sessions.
|
|
205
|
+
|
|
206
|
+
- [mcp-server-rememberizer](https://github.com/skydeckai/mcp-server-rememberizer): An MCP server for interacting with Rememberizer's document and knowledge management API. This server enables Large Language Models to search, retrieve, and manage documents and integrations through Rememberizer.
|
|
207
|
+
- [mcp-rememberizer-vectordb](https://github.com/skydeckai/mcp-rememberizer-vectordb): A Model Context Protocol server for LLMs to interact with Rememberizer Vector Store.
|
|
208
|
+
- [@modelcontextprotocol/server-memory](https://github.com/modelcontextprotocol/servers/blob/main/src/memory): MCP server for enabling memory for Claude through a knowledge graph
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
<a id="location-services"></a>
|
|
212
|
+
## Location Services
|
|
213
|
+
|
|
214
|
+
Location-based services and mapping tools. Enables AI models to work with geographic data, weather information, and location-based analytics.
|
|
215
|
+
|
|
216
|
+
- [@modelcontextprotocol/server-google-maps](https://github.com/modelcontextprotocol/servers/blob/main/src/google-maps): MCP server for using the Google Maps API
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
<a id="monitoring"></a>
|
|
220
|
+
## Monitoring
|
|
221
|
+
|
|
222
|
+
Access and analyze application monitoring data. Enables AI models to review error reports and performance metrics.
|
|
223
|
+
|
|
224
|
+
- [mcp-server-sentry](https://github.com/modelcontextprotocol/servers/blob/main/src/sentry): MCP server for retrieving issues from sentry.io
|
|
225
|
+
- [@raygun.io/mcp-server-raygun](https://github.com/MindscapeHQ/mcp-server-raygun): MCP server for interacting with Raygun's API for crash reporting and real user monitoring metrics
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
<a id="search-data-extraction"></a>
|
|
229
|
+
## Search & Data Extraction
|
|
230
|
+
|
|
231
|
+
Tools and services for searching and extracting data from various sources. Enables AI models to retrieve and process information efficiently.
|
|
232
|
+
|
|
233
|
+
- [mcp-server-perplexity](https://github.com/tanigami/mcp-server-perplexity): MCP Server for the Perplexity API
|
|
234
|
+
- [@modelcontextprotocol/server-brave-search](https://github.com/modelcontextprotocol/servers/blob/main/src/brave-search): MCP server for Brave Search API integration
|
|
235
|
+
- [@modelcontextprotocol/server-aws-kb-retrieval](https://github.com/modelcontextprotocol/servers/blob/main/src/aws-kb-retrieval-server): MCP server for AWS Knowledge Base retrieval using Bedrock Agent Runtime
|
|
236
|
+
- [graphlit-mcp-server](https://github.com/graphlit/graphlit-mcp-server): Graphlit MCP Server for AI, RAG, OpenAI, PDF parsing and preprocessing
|
|
237
|
+
- [@chanmeng666/google-news-server](https://github.com/ChanMeng666/server-google-news): MCP server for Google News search via SerpAPI
|
|
238
|
+
- [mcp-server-giphy](https://github.com/magarcia/mcp-server-giphy): MCP Server for the Giphy API, enabling AI models to search, retrieve, and utilize GIFs from Giphy
|
|
239
|
+
- [@anaisbetts/mcp-youtube](https://github.com/anaisbetts/mcp-youtube): MCP server for fetching YouTube subtitles
|
|
240
|
+
- [anilist-mcp](https://github.com/yuna0x0/anilist-mcp): MCP server that interfaces with the AniList API, allowing LLM clients to access and interact with anime, manga, character, staff, and user data from AniList
|
|
241
|
+
- [@kimtaeyoon83/mcp-server-youtube-transcript](https://github.com/kimtaeyoon83/mcp-server-youtube-transcript): This is an MCP server that allows you to directly download transcripts of YouTube videos.
|
|
242
|
+
- [qanon_mcp](https://github.com/jkingsman/qanon-mcp-server): Enables search, exploration, and analysis of all QAnon posts/drops for sociological study
|
|
243
|
+
- [@mcp-get-community/server-curl](https://github.com/mcp-get/community-servers/blob/main/src/server-curl): MCP server for making HTTP requests using a curl-like interface
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
<a id="version-control"></a>
|
|
247
|
+
## Version Control
|
|
248
|
+
|
|
249
|
+
Interact with Git repositories and version control platforms. Enables repository management, code analysis, pull request handling, issue tracking, and other version control operations through standardized APIs.
|
|
250
|
+
|
|
251
|
+
- [mcp-server-git](https://github.com/modelcontextprotocol/servers/blob/main/src/git): A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs
|
|
252
|
+
- [@modelcontextprotocol/server-github](https://github.com/modelcontextprotocol/servers/blob/main/src/github): MCP server for using the GitHub API
|
|
253
|
+
- [@modelcontextprotocol/server-gitlab](https://github.com/modelcontextprotocol/servers/blob/main/src/gitlab): MCP server for using the GitLab API
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
<a id="other-tools-and-integrations"></a>
|
|
257
|
+
## Other Tools and Integrations
|
|
258
|
+
|
|
259
|
+
Miscellaneous tools and integrations that do not fit into other categories.
|
|
260
|
+
|
|
261
|
+
- [@chargebee/mcp](https://github.com/chargebee/agentkit/tree/main/modelcontextprotocol): MCP Server that connects AI agents to Chargebee platform.
|
|
262
|
+
- [@modelcontextprotocol/server-sequential-thinking](https://github.com/modelcontextprotocol/servers/blob/main/src/sequentialthinking): MCP server for sequential thinking and problem solving
|
|
263
|
+
- [@llmindset/mcp-miro](https://github.com/evalstate/mcp-miro): A Model Context Protocol server to connect to the MIRO Whiteboard Application
|
|
264
|
+
- [mcp-server-flomo](https://github.com/xianminx/mcp-server-flomo): A MCP server for Flomo
|
|
265
|
+
- [mcp-server-time](https://github.com/modelcontextprotocol/servers/blob/main/src/time): A Model Context Protocol server providing tools for time queries and timezone conversions for LLMs
|
|
266
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toolsdk.ai/registry",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13",
|
|
4
4
|
"description": "An Open, Structured, and Standard Registry for MCP Servers and Packages.",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./*": "./*",
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"author": "",
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"dependencies": {
|
|
22
|
+
"lodash": "^4.17.21",
|
|
22
23
|
"zod": "^3.23.8"
|
|
23
24
|
}
|
|
24
25
|
}
|