@toolsdk.ai/registry 1.0.41 → 1.0.43
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 +65 -65
- package/package.json +1 -1
- package/schema.ts +1 -2
- package/types.ts +3 -2
package/README.md
CHANGED
|
@@ -102,8 +102,8 @@ For more detail please see [the guide](./docs/guide.md).
|
|
|
102
102
|
|
|
103
103
|
Tools that haven’t been sorted into a category yet. AI will categorize it later.
|
|
104
104
|
|
|
105
|
-
- [✅ @kazuph/mcp-screenshot](https://github.com/kazuph/mcp-screenshot): An MCP server that captures screenshots and performs OCR text recognition. (1 tools)
|
|
106
|
-
- [❌ @URDJMK/serpapi-mcp-server](https://github.com/URDJMK/serpapi-mcp-server): A collection of Model Context Protocol (MCP) servers that integrate with SerpAPI and YouTube to provide search capabilities and data retrieval for AI assistants.
|
|
105
|
+
- [✅ @kazuph/mcp-screenshot](https://github.com/kazuph/mcp-screenshot): An MCP server that captures screenshots and performs OCR text recognition. (1 tools) (node)
|
|
106
|
+
- [❌ @URDJMK/serpapi-mcp-server](https://github.com/URDJMK/serpapi-mcp-server): A collection of Model Context Protocol (MCP) servers that integrate with SerpAPI and YouTube to provide search capabilities and data retrieval for AI assistants. (python)
|
|
107
107
|
|
|
108
108
|
|
|
109
109
|
<a id="aggregators"></a>
|
|
@@ -111,7 +111,7 @@ Tools that haven’t been sorted into a category yet. AI will categorize it late
|
|
|
111
111
|
|
|
112
112
|
Servers that let you access multiple apps and tools through one MCP server.
|
|
113
113
|
|
|
114
|
-
- [✅ @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. (8 tools)
|
|
114
|
+
- [✅ @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. (8 tools) (node)
|
|
115
115
|
|
|
116
116
|
|
|
117
117
|
<a id="art-and-culture"></a>
|
|
@@ -119,8 +119,8 @@ Servers that let you access multiple apps and tools through one MCP server.
|
|
|
119
119
|
|
|
120
120
|
Explore art collections, museums, and cultural heritage with AI-friendly tools.
|
|
121
121
|
|
|
122
|
-
- [❌ @modelcontextprotocol/server-everart](https://github.com/modelcontextprotocol/servers/blob/main/src/everart): MCP server for EverArt API integration
|
|
123
|
-
- [✅ 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. (13 tools)
|
|
122
|
+
- [❌ @modelcontextprotocol/server-everart](https://github.com/modelcontextprotocol/servers/blob/main/src/everart): MCP server for EverArt API integration (node)
|
|
123
|
+
- [✅ 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. (13 tools) (node)
|
|
124
124
|
|
|
125
125
|
|
|
126
126
|
<a id="browser-automation"></a>
|
|
@@ -128,12 +128,12 @@ Explore art collections, museums, and cultural heritage with AI-friendly tools.
|
|
|
128
128
|
|
|
129
129
|
Tools for browsing, scraping, and automating web content in AI-compatible formats.
|
|
130
130
|
|
|
131
|
-
- [✅ 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 (10 tools)
|
|
132
|
-
- [✅ tavily-mcp](https://github.com/tavily-ai/tavily-mcp/tree/main): Providing seamless integration with Tavily's search and extract tools for real-time web search and intelligent data extraction. (4 tools)
|
|
133
|
-
- [❌ 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
|
|
134
|
-
- [✅ @modelcontextprotocol/server-puppeteer](https://github.com/modelcontextprotocol/servers/blob/main/src/puppeteer): MCP server for browser automation using Puppeteer (7 tools)
|
|
135
|
-
- [✅ @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. (31 tools)
|
|
136
|
-
- [✅ @automatalabs/mcp-server-playwright](https://github.com/Automata-Labs-team/MCP-Server-Playwright/tree/main): MCP server for browser automation using Playwright (10 tools)
|
|
131
|
+
- [✅ 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 (10 tools) (node)
|
|
132
|
+
- [✅ tavily-mcp](https://github.com/tavily-ai/tavily-mcp/tree/main): Providing seamless integration with Tavily's search and extract tools for real-time web search and intelligent data extraction. (4 tools) (node)
|
|
133
|
+
- [❌ 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 (python)
|
|
134
|
+
- [✅ @modelcontextprotocol/server-puppeteer](https://github.com/modelcontextprotocol/servers/blob/main/src/puppeteer): MCP server for browser automation using Puppeteer (7 tools) (node)
|
|
135
|
+
- [✅ @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. (31 tools) (node)
|
|
136
|
+
- [✅ @automatalabs/mcp-server-playwright](https://github.com/Automata-Labs-team/MCP-Server-Playwright/tree/main): MCP server for browser automation using Playwright (10 tools) (node)
|
|
137
137
|
|
|
138
138
|
|
|
139
139
|
<a id="cloud-platforms"></a>
|
|
@@ -141,10 +141,10 @@ Tools for browsing, scraping, and automating web content in AI-compatible format
|
|
|
141
141
|
|
|
142
142
|
Integrate with cloud services to manage and interact with cloud infrastructure.
|
|
143
143
|
|
|
144
|
-
- [✅ 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. (20 tools)
|
|
145
|
-
- [✅ @strowk/mcp-k8s](https://github.com/strowk/mcp-k8s-go): MCP server connecting to Kubernetes (8 tools)
|
|
146
|
-
- [❌ 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.
|
|
147
|
-
- [❌ @cloudflare/mcp-server-cloudflare](https://github.com/cloudflare/mcp-server-cloudflare): MCP server for interacting with Cloudflare API
|
|
144
|
+
- [✅ 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. (20 tools) (node)
|
|
145
|
+
- [✅ @strowk/mcp-k8s](https://github.com/strowk/mcp-k8s-go): MCP server connecting to Kubernetes (8 tools) (node)
|
|
146
|
+
- [❌ 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. (go)
|
|
147
|
+
- [❌ @cloudflare/mcp-server-cloudflare](https://github.com/cloudflare/mcp-server-cloudflare): MCP server for interacting with Cloudflare API (node)
|
|
148
148
|
|
|
149
149
|
|
|
150
150
|
<a id="code-execution"></a>
|
|
@@ -152,7 +152,7 @@ Integrate with cloud services to manage and interact with cloud infrastructure.
|
|
|
152
152
|
|
|
153
153
|
Run code securely, perfect for coding agents and AI-driven programming tasks.
|
|
154
154
|
|
|
155
|
-
- [❌ 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.
|
|
155
|
+
- [❌ 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. (python)
|
|
156
156
|
|
|
157
157
|
|
|
158
158
|
<a id="command-line"></a>
|
|
@@ -160,8 +160,8 @@ Run code securely, perfect for coding agents and AI-driven programming tasks.
|
|
|
160
160
|
|
|
161
161
|
Run shell commands and interact with command-line tools easily.
|
|
162
162
|
|
|
163
|
-
- [✅ 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. (1 tools)
|
|
164
|
-
- [✅ mcp-shell](https://github.com/hdresearch/mcp-shell): An MCP server for your shell (1 tools)
|
|
163
|
+
- [✅ 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. (1 tools) (node)
|
|
164
|
+
- [✅ mcp-shell](https://github.com/hdresearch/mcp-shell): An MCP server for your shell (1 tools) (node)
|
|
165
165
|
|
|
166
166
|
|
|
167
167
|
<a id="communication"></a>
|
|
@@ -169,9 +169,9 @@ Run shell commands and interact with command-line tools easily.
|
|
|
169
169
|
|
|
170
170
|
Connect with messaging platforms to manage chats and interact with team tools.
|
|
171
171
|
|
|
172
|
-
- [❌ @gongrzhe/server-gmail-autoauth-mcp](https://github.com/gongrzhe/server-gmail-autoauth-mcp): Gmail MCP server with auto authentication support
|
|
173
|
-
- [✅ @enescinar/twitter-mcp](https://github.com/EnesCinr/twitter-mcp): This MCP server allows Clients to interact with Twitter, enabling posting tweets and searching Twitter. (2 tools)
|
|
174
|
-
- [✅ @modelcontextprotocol/server-slack](https://github.com/modelcontextprotocol/servers/blob/main/src/slack): MCP server for interacting with Slack (8 tools)
|
|
172
|
+
- [❌ @gongrzhe/server-gmail-autoauth-mcp](https://github.com/gongrzhe/server-gmail-autoauth-mcp): Gmail MCP server with auto authentication support (node)
|
|
173
|
+
- [✅ @enescinar/twitter-mcp](https://github.com/EnesCinr/twitter-mcp): This MCP server allows Clients to interact with Twitter, enabling posting tweets and searching Twitter. (2 tools) (node)
|
|
174
|
+
- [✅ @modelcontextprotocol/server-slack](https://github.com/modelcontextprotocol/servers/blob/main/src/slack): MCP server for interacting with Slack (8 tools) (node)
|
|
175
175
|
|
|
176
176
|
|
|
177
177
|
<a id="databases"></a>
|
|
@@ -179,12 +179,12 @@ Connect with messaging platforms to manage chats and interact with team tools.
|
|
|
179
179
|
|
|
180
180
|
Securely access and query databases with options for read-only permissions.
|
|
181
181
|
|
|
182
|
-
- [✅ @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 (11 tools)
|
|
183
|
-
- [❌ @benborla29/mcp-server-mysql](https://github.com/benborla/mcp-server-mysql): An MCP server for interacting with MySQL databases
|
|
184
|
-
- [❌ mcp-server-sqlite](https://github.com/modelcontextprotocol/servers/blob/main/src/sqlite): A simple SQLite MCP server
|
|
185
|
-
- [❌ @modelcontextprotocol/server-postgres](https://github.com/modelcontextprotocol/servers/blob/main/src/postgres): MCP server for interacting with PostgreSQL databases
|
|
186
|
-
- [❌ mcp-mongo-server](https://github.com/kiliczsh/mcp-mongo-server): A Model Context Protocol Server for MongoDB
|
|
187
|
-
- [✅ airtable-mcp-server](https://github.com/domdomegg/airtable-mcp-server): Airtable database integration with schema inspection, read and write capabilities (13 tools)
|
|
182
|
+
- [✅ @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 (11 tools) (node)
|
|
183
|
+
- [❌ @benborla29/mcp-server-mysql](https://github.com/benborla/mcp-server-mysql): An MCP server for interacting with MySQL databases (node)
|
|
184
|
+
- [❌ mcp-server-sqlite](https://github.com/modelcontextprotocol/servers/blob/main/src/sqlite): A simple SQLite MCP server (python)
|
|
185
|
+
- [❌ @modelcontextprotocol/server-postgres](https://github.com/modelcontextprotocol/servers/blob/main/src/postgres): MCP server for interacting with PostgreSQL databases (node)
|
|
186
|
+
- [❌ mcp-mongo-server](https://github.com/kiliczsh/mcp-mongo-server): A Model Context Protocol Server for MongoDB (node)
|
|
187
|
+
- [✅ airtable-mcp-server](https://github.com/domdomegg/airtable-mcp-server): Airtable database integration with schema inspection, read and write capabilities (13 tools) (node)
|
|
188
188
|
|
|
189
189
|
|
|
190
190
|
<a id="data-platforms"></a>
|
|
@@ -192,7 +192,7 @@ Securely access and query databases with options for read-only permissions.
|
|
|
192
192
|
|
|
193
193
|
Tools for integrating, transforming, and managing data pipelines.
|
|
194
194
|
|
|
195
|
-
- [❌ 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.
|
|
195
|
+
- [❌ 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. (python)
|
|
196
196
|
|
|
197
197
|
|
|
198
198
|
<a id="developer-tools"></a>
|
|
@@ -200,15 +200,15 @@ Tools for integrating, transforming, and managing data pipelines.
|
|
|
200
200
|
|
|
201
201
|
Enhance your development workflow with tools for coding and environment management.
|
|
202
202
|
|
|
203
|
-
- [❌ 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.
|
|
204
|
-
- [❌ 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.
|
|
205
|
-
- [✅ @mcp-get-community/server-macos](https://github.com/mcp-get/community-servers/blob/main/src/server-macos): MCP server for macOS system operations (2 tools)
|
|
206
|
-
- [✅ @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 (3 tools)
|
|
207
|
-
- [❌ 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.
|
|
208
|
-
- [❌ 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.
|
|
209
|
-
- [✅ @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. (3 tools)
|
|
210
|
-
- [❌ hackmd-mcp](https://github.com/yuna0x0/hackmd-mcp): A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants
|
|
211
|
-
- [❌ 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
|
|
203
|
+
- [❌ 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. (python)
|
|
204
|
+
- [❌ 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. (python)
|
|
205
|
+
- [✅ @mcp-get-community/server-macos](https://github.com/mcp-get/community-servers/blob/main/src/server-macos): MCP server for macOS system operations (2 tools) (node)
|
|
206
|
+
- [✅ @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 (3 tools) (node)
|
|
207
|
+
- [❌ 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. (node)
|
|
208
|
+
- [❌ 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. (python)
|
|
209
|
+
- [✅ @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. (3 tools) (node)
|
|
210
|
+
- [❌ hackmd-mcp](https://github.com/yuna0x0/hackmd-mcp): A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants (node)
|
|
211
|
+
- [❌ 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 (python)
|
|
212
212
|
|
|
213
213
|
|
|
214
214
|
<a id="data-science-tools"></a>
|
|
@@ -216,7 +216,7 @@ Enhance your development workflow with tools for coding and environment manageme
|
|
|
216
216
|
|
|
217
217
|
Simplify data analysis and exploration with tools for data science workflows.
|
|
218
218
|
|
|
219
|
-
- [❌ mcp-solver](https://github.com/szeider/mcp-solver): MCP server for Constraint Solving and Optimization
|
|
219
|
+
- [❌ mcp-solver](https://github.com/szeider/mcp-solver): MCP server for Constraint Solving and Optimization (python)
|
|
220
220
|
|
|
221
221
|
|
|
222
222
|
<a id="file-systems"></a>
|
|
@@ -224,8 +224,8 @@ Simplify data analysis and exploration with tools for data science workflows.
|
|
|
224
224
|
|
|
225
225
|
Manage files and directories with tools for reading, writing, and organizing files.
|
|
226
226
|
|
|
227
|
-
- [❌ @modelcontextprotocol/server-filesystem](https://github.com/modelcontextprotocol/servers): MCP server for filesystem access
|
|
228
|
-
- [❌ @modelcontextprotocol/server-gdrive](https://github.com/modelcontextprotocol/servers/blob/main/src/gdrive): MCP server for interacting with Google Drive
|
|
227
|
+
- [❌ @modelcontextprotocol/server-filesystem](https://github.com/modelcontextprotocol/servers): MCP server for filesystem access (node)
|
|
228
|
+
- [❌ @modelcontextprotocol/server-gdrive](https://github.com/modelcontextprotocol/servers/blob/main/src/gdrive): MCP server for interacting with Google Drive (node)
|
|
229
229
|
|
|
230
230
|
|
|
231
231
|
<a id="knowledge-memory"></a>
|
|
@@ -233,9 +233,9 @@ Manage files and directories with tools for reading, writing, and organizing fil
|
|
|
233
233
|
|
|
234
234
|
Store and query structured information for AI models to use across sessions.
|
|
235
235
|
|
|
236
|
-
- [❌ 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.
|
|
237
|
-
- [✅ @modelcontextprotocol/server-memory](https://github.com/modelcontextprotocol/servers/blob/main/src/memory): MCP server for enabling memory for Claude through a knowledge graph (9 tools)
|
|
238
|
-
- [❌ mcp-rememberizer-vectordb](https://github.com/skydeckai/mcp-rememberizer-vectordb): A Model Context Protocol server for LLMs to interact with Rememberizer Vector Store.
|
|
236
|
+
- [❌ 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. (python)
|
|
237
|
+
- [✅ @modelcontextprotocol/server-memory](https://github.com/modelcontextprotocol/servers/blob/main/src/memory): MCP server for enabling memory for Claude through a knowledge graph (9 tools) (node)
|
|
238
|
+
- [❌ mcp-rememberizer-vectordb](https://github.com/skydeckai/mcp-rememberizer-vectordb): A Model Context Protocol server for LLMs to interact with Rememberizer Vector Store. (python)
|
|
239
239
|
|
|
240
240
|
|
|
241
241
|
<a id="location-services"></a>
|
|
@@ -243,7 +243,7 @@ Store and query structured information for AI models to use across sessions.
|
|
|
243
243
|
|
|
244
244
|
Work with maps, weather, and location-based data for analytics and insights.
|
|
245
245
|
|
|
246
|
-
- [✅ @modelcontextprotocol/server-google-maps](https://github.com/modelcontextprotocol/servers/blob/main/src/google-maps): MCP server for using the Google Maps API (7 tools)
|
|
246
|
+
- [✅ @modelcontextprotocol/server-google-maps](https://github.com/modelcontextprotocol/servers/blob/main/src/google-maps): MCP server for using the Google Maps API (7 tools) (node)
|
|
247
247
|
|
|
248
248
|
|
|
249
249
|
<a id="monitoring"></a>
|
|
@@ -251,8 +251,8 @@ Work with maps, weather, and location-based data for analytics and insights.
|
|
|
251
251
|
|
|
252
252
|
Analyze app performance and error reports with monitoring tools.
|
|
253
253
|
|
|
254
|
-
- [✅ @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 (32 tools)
|
|
255
|
-
- [❌ mcp-server-sentry](https://github.com/modelcontextprotocol/servers/blob/main/src/sentry): MCP server for retrieving issues from sentry.io
|
|
254
|
+
- [✅ @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 (32 tools) (node)
|
|
255
|
+
- [❌ mcp-server-sentry](https://github.com/modelcontextprotocol/servers/blob/main/src/sentry): MCP server for retrieving issues from sentry.io (python)
|
|
256
256
|
|
|
257
257
|
|
|
258
258
|
<a id="search-data-extraction"></a>
|
|
@@ -260,17 +260,17 @@ Analyze app performance and error reports with monitoring tools.
|
|
|
260
260
|
|
|
261
261
|
Find and extract data from various sources quickly and efficiently.
|
|
262
262
|
|
|
263
|
-
- [✅ @anaisbetts/mcp-youtube](https://github.com/anaisbetts/mcp-youtube): MCP server for fetching YouTube subtitles (1 tools)
|
|
264
|
-
- [✅ 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 (44 tools)
|
|
265
|
-
- [❌ mcp-server-perplexity](https://github.com/tanigami/mcp-server-perplexity): MCP Server for the Perplexity API
|
|
266
|
-
- [✅ @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 (1 tools)
|
|
267
|
-
- [✅ graphlit-mcp-server](https://github.com/graphlit/graphlit-mcp-server): Graphlit MCP Server for AI, RAG, OpenAI, PDF parsing and preprocessing (64 tools)
|
|
268
|
-
- [✅ @modelcontextprotocol/server-brave-search](https://github.com/modelcontextprotocol/servers/blob/main/src/brave-search): MCP server for Brave Search API integration (2 tools)
|
|
269
|
-
- [✅ @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. (1 tools)
|
|
270
|
-
- [✅ @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 (1 tools)
|
|
271
|
-
- [✅ @chanmeng666/google-news-server](https://github.com/ChanMeng666/server-google-news): MCP server for Google News search via SerpAPI (1 tools)
|
|
272
|
-
- [❌ qanon_mcp](https://github.com/jkingsman/qanon-mcp-server): Enables search, exploration, and analysis of all QAnon posts/drops for sociological study
|
|
273
|
-
- [❌ 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
|
|
263
|
+
- [✅ @anaisbetts/mcp-youtube](https://github.com/anaisbetts/mcp-youtube): MCP server for fetching YouTube subtitles (1 tools) (node)
|
|
264
|
+
- [✅ 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 (44 tools) (node)
|
|
265
|
+
- [❌ mcp-server-perplexity](https://github.com/tanigami/mcp-server-perplexity): MCP Server for the Perplexity API (python)
|
|
266
|
+
- [✅ @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 (1 tools) (node)
|
|
267
|
+
- [✅ graphlit-mcp-server](https://github.com/graphlit/graphlit-mcp-server): Graphlit MCP Server for AI, RAG, OpenAI, PDF parsing and preprocessing (64 tools) (node)
|
|
268
|
+
- [✅ @modelcontextprotocol/server-brave-search](https://github.com/modelcontextprotocol/servers/blob/main/src/brave-search): MCP server for Brave Search API integration (2 tools) (node)
|
|
269
|
+
- [✅ @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. (1 tools) (node)
|
|
270
|
+
- [✅ @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 (1 tools) (node)
|
|
271
|
+
- [✅ @chanmeng666/google-news-server](https://github.com/ChanMeng666/server-google-news): MCP server for Google News search via SerpAPI (1 tools) (node)
|
|
272
|
+
- [❌ qanon_mcp](https://github.com/jkingsman/qanon-mcp-server): Enables search, exploration, and analysis of all QAnon posts/drops for sociological study (python)
|
|
273
|
+
- [❌ 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 (node)
|
|
274
274
|
|
|
275
275
|
|
|
276
276
|
<a id="version-control"></a>
|
|
@@ -278,9 +278,9 @@ Find and extract data from various sources quickly and efficiently.
|
|
|
278
278
|
|
|
279
279
|
Manage Git repositories, pull requests, and issues with version control tools.
|
|
280
280
|
|
|
281
|
-
- [✅ @modelcontextprotocol/server-github](https://github.com/modelcontextprotocol/servers/blob/main/src/github): MCP server for using the GitHub API (26 tools)
|
|
282
|
-
- [❌ 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
|
|
283
|
-
- [✅ @modelcontextprotocol/server-gitlab](https://github.com/modelcontextprotocol/servers/blob/main/src/gitlab): MCP server for using the GitLab API (9 tools)
|
|
281
|
+
- [✅ @modelcontextprotocol/server-github](https://github.com/modelcontextprotocol/servers/blob/main/src/github): MCP server for using the GitHub API (26 tools) (node)
|
|
282
|
+
- [❌ 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 (python)
|
|
283
|
+
- [✅ @modelcontextprotocol/server-gitlab](https://github.com/modelcontextprotocol/servers/blob/main/src/gitlab): MCP server for using the GitLab API (9 tools) (node)
|
|
284
284
|
|
|
285
285
|
|
|
286
286
|
<a id="other-tools-and-integrations"></a>
|
|
@@ -288,9 +288,9 @@ Manage Git repositories, pull requests, and issues with version control tools.
|
|
|
288
288
|
|
|
289
289
|
Miscellaneous tools and integrations that don’t fit into other categories.
|
|
290
290
|
|
|
291
|
-
- [✅ @chargebee/mcp](https://github.com/chargebee/agentkit/tree/main/modelcontextprotocol): MCP Server that connects AI agents to Chargebee platform. (2 tools)
|
|
292
|
-
- [✅ @modelcontextprotocol/server-sequential-thinking](https://github.com/modelcontextprotocol/servers/blob/main/src/sequentialthinking): MCP server for sequential thinking and problem solving (1 tools)
|
|
293
|
-
- [✅ mcp-server-flomo](https://github.com/xianminx/mcp-server-flomo): A MCP server for Flomo (1 tools)
|
|
294
|
-
- [❌ @llmindset/mcp-miro](https://github.com/evalstate/mcp-miro): A Model Context Protocol server to connect to the MIRO Whiteboard Application
|
|
295
|
-
- [❌ 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
|
|
291
|
+
- [✅ @chargebee/mcp](https://github.com/chargebee/agentkit/tree/main/modelcontextprotocol): MCP Server that connects AI agents to Chargebee platform. (2 tools) (node)
|
|
292
|
+
- [✅ @modelcontextprotocol/server-sequential-thinking](https://github.com/modelcontextprotocol/servers/blob/main/src/sequentialthinking): MCP server for sequential thinking and problem solving (1 tools) (node)
|
|
293
|
+
- [✅ mcp-server-flomo](https://github.com/xianminx/mcp-server-flomo): A MCP server for Flomo (1 tools) (node)
|
|
294
|
+
- [❌ @llmindset/mcp-miro](https://github.com/evalstate/mcp-miro): A Model Context Protocol server to connect to the MIRO Whiteboard Application (node)
|
|
295
|
+
- [❌ 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 (python)
|
|
296
296
|
|
package/package.json
CHANGED
package/schema.ts
CHANGED
package/types.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
import { z } from 'zod'
|
|
3
|
-
import type { CategoryConfigSchema, PackageConfigSchema, MCPServerPackageConfigSchema } from './schema';
|
|
3
|
+
import type { CategoryConfigSchema, PackageConfigSchema, MCPServerPackageConfigSchema, PackagesListSchema } from './schema';
|
|
4
4
|
|
|
5
5
|
export type MCPServerPackageConfig= z.infer<typeof MCPServerPackageConfigSchema>;
|
|
6
6
|
export type PackageConfig = z.infer<typeof PackageConfigSchema>;
|
|
7
|
-
export type CategoryConfig = z.infer<typeof CategoryConfigSchema>;
|
|
7
|
+
export type CategoryConfig = z.infer<typeof CategoryConfigSchema>;
|
|
8
|
+
export type PackagesList = z.infer<typeof PackagesListSchema>;
|