@toolsdk.ai/registry 1.0.100 → 1.0.102
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 +3770 -3751
- package/dist/helper.d.ts +23 -0
- package/dist/helper.js +34 -14
- package/indexes/categories-list.json +3761 -3742
- package/indexes/packages-list.json +3773 -122
- package/package.json +17 -6
- package/packages/browser-automation/agentdeskai-browser-tools-mcp.json +10 -0
- package/packages/browser-automation/mcp-playwright.json +10 -0
- package/packages/browser-automation/playwright-mcp-server.json +10 -0
- package/packages/cloud-platforms/vercel-mcp-handler.json +10 -0
- package/packages/communication/discord-bot.json +18 -1
- package/packages/communication/discord-mcp-server.json +15 -0
- package/packages/communication/discord-mcp.json +19 -0
- package/packages/communication/slack-conversations.json +17 -4
- package/packages/data-platforms/google-analytics-mcp.json +13 -4
- package/packages/data-platforms/mcp-google-analytics.json +27 -0
- package/packages/databases/benborla29-mcp-server-mysql.json +43 -2
- package/packages/databases/mcp-postgres-server.json +1 -1
- package/packages/developer-tools/azure-mcp-win32-x64.json +23 -0
- package/packages/developer-tools/azure-mcp.json +23 -0
- package/packages/developer-tools/heilgar-shadcn-ui-mcp-server.json +1 -1
- package/packages/developer-tools/jpisnice-shadcn-ui-mcp-server.json +2 -2
- package/packages/developer-tools/mcp-framework.json +10 -0
- package/packages/developer-tools/mcp-proxy.json +10 -0
- package/packages/developer-tools/oneuptime-mcp-server.json +19 -0
- package/packages/developer-tools/orval-mcp.json +10 -0
- package/packages/marketing/google-analytics-mcp-server.json +16 -0
- package/packages/other-tools-and-integrations/fastmcp.json +10 -0
- package/packages/other-tools-and-integrations/mcp-remote.json +15 -0
- package/packages/other-tools-and-integrations/wenbopan-things-mcp.json +1 -1
- package/packages/search-data-extraction/apify-actors-mcp-server.json +15 -0
- package/packages/search-data-extraction/google-search-mcp-server.json +10 -0
- package/packages/search-data-extraction/google-search-mcp.json +10 -1
- package/packages/travel-transportation/py-train-12306.json +1 -1
- package/packages/uncategorized/mixpanel-analytics-toolsdk.json +15 -0
- package/packages/uncategorized/mixpanel-analytics.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toolsdk.ai/registry",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.102",
|
|
4
4
|
"description": "An Open, Structured, and Standard Registry for MCP Servers and Packages.",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./config/*": "./config/*",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"@hono/node-server": "1.15.0",
|
|
35
35
|
"@hono/swagger-ui": "^0.5.2",
|
|
36
36
|
"@hono/zod-openapi": "^0.16.4",
|
|
37
|
+
"@iarna/toml": "^2.2.5",
|
|
37
38
|
"lodash": "^4.17.21",
|
|
38
|
-
"toml": "^3.0.0",
|
|
39
39
|
"zod": "^3.23.30",
|
|
40
40
|
"axios": "^1.9.0",
|
|
41
41
|
"hono": "4.8.3",
|
|
@@ -56,6 +56,7 @@
|
|
|
56
56
|
"mcp-server-commands": "0.5.0",
|
|
57
57
|
"@enescinar/twitter-mcp": "0.2.0",
|
|
58
58
|
"@modelcontextprotocol/server-slack": "2025.4.25",
|
|
59
|
+
"@benborla29/mcp-server-mysql": "2.0.5",
|
|
59
60
|
"@niledatabase/nile-mcp-server": "1.4.0",
|
|
60
61
|
"@mcp-get-community/server-macos": "0.1.0",
|
|
61
62
|
"@mcp-get-community/server-llm-txt": "0.6.2",
|
|
@@ -624,20 +625,30 @@
|
|
|
624
625
|
"pulsemcp-server": "0.1.2",
|
|
625
626
|
"mcp-chain-of-draft-server": "1.1.0",
|
|
626
627
|
"a11y-mcp-server": "1.0.14",
|
|
628
|
+
"mcp-postgres-server": "0.1.3",
|
|
627
629
|
"@kwp-lab/mcp-fetch": "0.9.5",
|
|
628
630
|
"@mem0/mcp-server": "0.0.1",
|
|
629
|
-
"inner-monologue-mcp": "1.0.2"
|
|
631
|
+
"inner-monologue-mcp": "1.0.2",
|
|
632
|
+
"mixpanel-mcp-server": "2.0.2",
|
|
633
|
+
"discord-mcp": "2.4.0",
|
|
634
|
+
"@toolsdk.ai/mixpanel-mcp-server": "2.0.6",
|
|
635
|
+
"@executeautomation/playwright-mcp-server": "1.0.6",
|
|
636
|
+
"@mcp-server/google-search-mcp": "1.0.3",
|
|
637
|
+
"@playwright/mcp": "0.0.35",
|
|
638
|
+
"@agentdeskai/browser-tools-mcp": "1.2.1",
|
|
639
|
+
"@jpisnice/shadcn-ui-mcp-server": "1.1.0",
|
|
640
|
+
"@oneuptime/mcp-server": "7.0.5068"
|
|
630
641
|
},
|
|
631
642
|
"devDependencies": {
|
|
643
|
+
"@biomejs/biome": "2.2.2",
|
|
632
644
|
"@types/lodash": "^4.17.17",
|
|
633
645
|
"@types/node": "^22.15.21",
|
|
634
646
|
"@types/semver": "^7.5.8",
|
|
635
647
|
"dotenv": "^17.2.1",
|
|
636
648
|
"globals": "^16.2.0",
|
|
649
|
+
"lefthook": "1.7.14",
|
|
637
650
|
"tsx": "^4.20.3",
|
|
638
651
|
"typescript": "^5.8.3",
|
|
639
|
-
"vitest": "^3.2.4"
|
|
640
|
-
"@biomejs/biome": "2.2.2",
|
|
641
|
-
"lefthook": "1.7.14"
|
|
652
|
+
"vitest": "^3.2.4"
|
|
642
653
|
}
|
|
643
654
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "@agentdeskai/browser-tools-mcp",
|
|
4
|
+
"description": "A Model Context Protocol (MCP) server that provides AI-powered browser tools integration. This server works in conjunction with the Browser Tools Server to provide AI capabilities for browser debugging and analysis.",
|
|
5
|
+
"url": "https://github.com/AgentDeskAI/browser-tools-mcp",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "mit",
|
|
8
|
+
"env": {},
|
|
9
|
+
"name": "Browser Tools MCP Server"
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "@playwright/mcp",
|
|
4
|
+
"description": "A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright. This server enables LLMs to interact with web pages through structured accessibility snapshots, bypassing the need for screenshots or visually-tuned models.",
|
|
5
|
+
"url": "https://github.com/microsoft/playwright-mcp",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "apache-2.0",
|
|
8
|
+
"env": {},
|
|
9
|
+
"name": "Playwright MCP"
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "@executeautomation/playwright-mcp-server",
|
|
4
|
+
"description": "A Model Context Protocol server that provides browser automation capabilities using Playwright. This server enables LLMs to interact with web pages, take screenshots, generate test code, web scraps the page and execute JavaScript in a real browser environment.",
|
|
5
|
+
"url": "https://github.com/executeautomation/mcp-playwright",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "mit",
|
|
8
|
+
"env": {},
|
|
9
|
+
"name": "Playwright MCP Server"
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "mcp-handler",
|
|
4
|
+
"description": "A Vercel adapter for the Model Context Protocol (MCP), enabling real-time communication between your applications and AI models. Currently supports Next.js with more framework adapters coming soon.",
|
|
5
|
+
"url": "https://github.com/vercel/mcp-adapter",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "apache-2.0",
|
|
8
|
+
"env": {},
|
|
9
|
+
"name": "Vercel MCP Handler"
|
|
10
|
+
}
|
|
@@ -5,6 +5,23 @@
|
|
|
5
5
|
"url": "https://github.com/mastra-ai/discord-mcp-server",
|
|
6
6
|
"runtime": "node",
|
|
7
7
|
"license": "unknown",
|
|
8
|
-
"env": {
|
|
8
|
+
"env": {
|
|
9
|
+
"DISCORD_BOT_TOKEN": {
|
|
10
|
+
"description": "Discord bot token for authentication with Discord API",
|
|
11
|
+
"required": true
|
|
12
|
+
},
|
|
13
|
+
"DISCORD_CLIENT_ID": {
|
|
14
|
+
"description": "Discord client ID for the bot application",
|
|
15
|
+
"required": true
|
|
16
|
+
},
|
|
17
|
+
"DISCORD_PUBLIC_KEY": {
|
|
18
|
+
"description": "Discord public key for verifying interactions",
|
|
19
|
+
"required": true
|
|
20
|
+
},
|
|
21
|
+
"MASTRA_URL": {
|
|
22
|
+
"description": "URL of the Mastra backend service",
|
|
23
|
+
"required": true
|
|
24
|
+
}
|
|
25
|
+
},
|
|
9
26
|
"name": "Discord MCP Server"
|
|
10
27
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "discord-mcp-server",
|
|
4
|
+
"description": "A Model Context Protocol (MCP) server that enables LLMs to interact with Discord channels, allowing them to send and read messages through Discord's API. Using this server, LLMs like Claude can directly interact with Discord channels while maintaining user control and security.",
|
|
5
|
+
"url": "https://github.com/mastra-ai/discord-mcp-server",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {
|
|
9
|
+
"DISCORD_TOKEN": {
|
|
10
|
+
"description": "Your Discord bot token",
|
|
11
|
+
"required": true
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"name": "Discord MCP Server"
|
|
15
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "discord-mcp",
|
|
4
|
+
"description": "A Model Context Protocol (MCP) server that provides Discord integration capabilities, including full file attachment support, rate limiting, and comprehensive Discord API features. Built with the official @modelcontextprotocol/sdk for maximum compatibility with Claude Code and other MCP clients.",
|
|
5
|
+
"url": "https://github.com/mastra-ai/discord-mcp-server",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {
|
|
9
|
+
"NODE_ENV": {
|
|
10
|
+
"description": "eg: production",
|
|
11
|
+
"required": true
|
|
12
|
+
},
|
|
13
|
+
"DISCORD_BOT_TOKEN": {
|
|
14
|
+
"description": "Your Discord bot token",
|
|
15
|
+
"required": true
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"name": "Discord MCP"
|
|
19
|
+
}
|
|
@@ -1,10 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "mcp-server",
|
|
3
|
-
"packageName": "slack-
|
|
4
|
-
"description": "
|
|
3
|
+
"packageName": "slack-mcp-server",
|
|
4
|
+
"description": "The most powerful MCP Slack server — supports Stdio and SSE transports, proxy settings, DMs, Group DMs, Smart History fetch (by date or count), may work via OAuth or in complete stealth mode with no permissions and scopes in Workspace. ",
|
|
5
5
|
"url": "https://github.com/korotovsky/slack-mcp-server",
|
|
6
|
-
"runtime": "
|
|
6
|
+
"runtime": "node",
|
|
7
7
|
"license": "mit",
|
|
8
|
-
"env": {
|
|
8
|
+
"env": {
|
|
9
|
+
"SLACK_MCP_XOXC_TOKEN": {
|
|
10
|
+
"description": "your XOXC token",
|
|
11
|
+
"required": true
|
|
12
|
+
},
|
|
13
|
+
"SLACK_MCP_XOXD_TOKEN": {
|
|
14
|
+
"description": "your XOXD token",
|
|
15
|
+
"required": true
|
|
16
|
+
},
|
|
17
|
+
"SLACK_MCP_XOXP_TOKEN": {
|
|
18
|
+
"description": "your XOXP token",
|
|
19
|
+
"required": true
|
|
20
|
+
}
|
|
21
|
+
},
|
|
9
22
|
"name": "Slack MCP Server"
|
|
10
23
|
}
|
|
@@ -1,10 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "mcp-server",
|
|
3
|
+
"name": "Google Analytics MCP",
|
|
3
4
|
"packageName": "google-analytics-mcp",
|
|
4
|
-
"description": "
|
|
5
|
+
"description": "Connect Google Analytics 4 data to Claude, Cursor and other MCP clients. Query your website traffic, user behavior, and analytics data in natural language with access to 200+ GA4 dimensions and metrics.",
|
|
5
6
|
"url": "https://github.com/surendranb/google-analytics-mcp",
|
|
6
7
|
"runtime": "python",
|
|
7
|
-
"license": "
|
|
8
|
-
"env": {
|
|
9
|
-
|
|
8
|
+
"license": "mit",
|
|
9
|
+
"env": {
|
|
10
|
+
"GOOGLE_APPLICATION_CREDENTIALS": {
|
|
11
|
+
"description": "PATH_TO_CREDENTIALS_JSON",
|
|
12
|
+
"required": true
|
|
13
|
+
},
|
|
14
|
+
"GA4_PROPERTY_ID": {
|
|
15
|
+
"description": "YOUR_PROJECT_ID",
|
|
16
|
+
"required": true
|
|
17
|
+
}
|
|
18
|
+
}
|
|
10
19
|
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "MCP Google Analytics",
|
|
4
|
+
"packageName": "mcp-google-analytics",
|
|
5
|
+
"description": "A Model Context Protocol (MCP) server for Google Analytics integration. This server provides tools for interacting with Google Analytics, including running reports, querying accounts and properties, and accessing metadata.",
|
|
6
|
+
"url": "https://github.com/surendranb/google-analytics-mcp",
|
|
7
|
+
"runtime": "python",
|
|
8
|
+
"license": "unknown",
|
|
9
|
+
"env": {
|
|
10
|
+
"GOOGLE_ANALYTICS_CLIENT_ID": {
|
|
11
|
+
"description": "your_client_id",
|
|
12
|
+
"required": true
|
|
13
|
+
},
|
|
14
|
+
"GOOGLE_ANALYTICS_CLIENT_SECRET": {
|
|
15
|
+
"description": "your_client_secret",
|
|
16
|
+
"required": true
|
|
17
|
+
},
|
|
18
|
+
"GOOGLE_ANALYTICS_REFRESH_TOKEN": {
|
|
19
|
+
"description": "your_refresh_token",
|
|
20
|
+
"required": true
|
|
21
|
+
},
|
|
22
|
+
"GOOGLE_ANALYTICS_PROPERTY_ID": {
|
|
23
|
+
"description": "your_property_id",
|
|
24
|
+
"required": true
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -4,7 +4,48 @@
|
|
|
4
4
|
"description": "Secure read-only MySQL database access to execute queries and analyze data patterns.",
|
|
5
5
|
"url": "https://github.com/benborla/mcp-server-mysql",
|
|
6
6
|
"runtime": "node",
|
|
7
|
-
"license": "
|
|
8
|
-
"env": {
|
|
7
|
+
"license": "mit",
|
|
8
|
+
"env": {
|
|
9
|
+
"MYSQL_HOST": {
|
|
10
|
+
"description": "MySQL Host",
|
|
11
|
+
"required": true
|
|
12
|
+
},
|
|
13
|
+
"MYSQL_PORT": {
|
|
14
|
+
"description": "MySQL Port",
|
|
15
|
+
"required": true
|
|
16
|
+
},
|
|
17
|
+
"MYSQL_USER": {
|
|
18
|
+
"description": "MySQL User",
|
|
19
|
+
"required": true
|
|
20
|
+
},
|
|
21
|
+
"MYSQL_PASS": {
|
|
22
|
+
"description": "MySQL Password",
|
|
23
|
+
"required": true
|
|
24
|
+
},
|
|
25
|
+
"MYSQL_DB": {
|
|
26
|
+
"description": "MySQL Database",
|
|
27
|
+
"required": true
|
|
28
|
+
},
|
|
29
|
+
"ALLOW_INSERT_OPERATION": {
|
|
30
|
+
"description": "Allow insert operation",
|
|
31
|
+
"required": false
|
|
32
|
+
},
|
|
33
|
+
"ALLOW_UPDATE_OPERATION": {
|
|
34
|
+
"description": "Allow update operation",
|
|
35
|
+
"required": false
|
|
36
|
+
},
|
|
37
|
+
"ALLOW_DELETE_OPERATION": {
|
|
38
|
+
"description": "Allow delete operation",
|
|
39
|
+
"required": false
|
|
40
|
+
},
|
|
41
|
+
"PATH": {
|
|
42
|
+
"description": "Path to node",
|
|
43
|
+
"required": true
|
|
44
|
+
},
|
|
45
|
+
"NODE_PATH": {
|
|
46
|
+
"description": "Node Path",
|
|
47
|
+
"required": true
|
|
48
|
+
}
|
|
49
|
+
},
|
|
9
50
|
"name": "MySQL MCP Server"
|
|
10
51
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "mcp-server",
|
|
3
3
|
"logo": "https://www.postgresql.org/media/img/about/press/elephant.png",
|
|
4
|
-
"packageName": "
|
|
4
|
+
"packageName": "mcp-postgres-server",
|
|
5
5
|
"description": "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
6
|
"url": "https://github.com/antonorlov/mcp-postgres-server/tree/main/src",
|
|
7
7
|
"runtime": "node",
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "@azure/mcp-win32-x64",
|
|
4
|
+
"description": "The Azure MCP Server implements the MCP specification to create a seamless connection between AI agents and Azure services. Azure MCP Server can be used alone or with the GitHub Copilot for Azure extension in VS Code. This project is in Public Preview and implementation may significantly change prior to our General Availability.",
|
|
5
|
+
"url": "https://github.com/microsoft/mcp",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "mit",
|
|
8
|
+
"env": {
|
|
9
|
+
"AZURE_TENANT_ID": {
|
|
10
|
+
"description": "Azure Tenant ID",
|
|
11
|
+
"required": false
|
|
12
|
+
},
|
|
13
|
+
"AZURE_CLIENT_ID": {
|
|
14
|
+
"description": "Azure Client ID",
|
|
15
|
+
"required": false
|
|
16
|
+
},
|
|
17
|
+
"AZURE_CLIENT_SECRET": {
|
|
18
|
+
"description": "Azure Client Secret",
|
|
19
|
+
"required": false
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"name": "Azure MCP Server"
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "@azure/mcp",
|
|
4
|
+
"description": "The Azure MCP Server implements the MCP specification to create a seamless connection between AI agents and Azure services. Azure MCP Server can be used alone or with the GitHub Copilot for Azure extension in VS Code. ",
|
|
5
|
+
"url": "https://github.com/microsoft/mcp",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "mit",
|
|
8
|
+
"env": {
|
|
9
|
+
"AZURE_TENANT_ID": {
|
|
10
|
+
"description": "Azure Tenant ID",
|
|
11
|
+
"required": false
|
|
12
|
+
},
|
|
13
|
+
"AZURE_CLIENT_ID": {
|
|
14
|
+
"description": "Azure Client ID",
|
|
15
|
+
"required": false
|
|
16
|
+
},
|
|
17
|
+
"AZURE_CLIENT_SECRET": {
|
|
18
|
+
"description": "Azure Client Secret",
|
|
19
|
+
"required": false
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"name": "Azure MCP Server"
|
|
23
|
+
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"description": "Provides tools for managing and installing shadcn/ui components directly through assistants, enabling efficient component discovery, documentation retrieval, and installation command generation with multiple package manager support.",
|
|
5
5
|
"url": "https://github.com/heilgar/shadcn-ui-mcp-server",
|
|
6
6
|
"runtime": "node",
|
|
7
|
-
"license": "
|
|
7
|
+
"license": "mit",
|
|
8
8
|
"env": {},
|
|
9
9
|
"name": "Shadcn UI MCP Server"
|
|
10
10
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "mcp-server",
|
|
3
|
-
"packageName": "jpisnice
|
|
3
|
+
"packageName": "@jpisnice/shadcn-ui-mcp-server",
|
|
4
4
|
"description": "A mcp server to allow LLMS gain context about shadcn ui component structure,usage and installation",
|
|
5
5
|
"url": "https://github.com/Jpisnice/shadcn-ui-mcp-server",
|
|
6
6
|
"runtime": "node",
|
|
@@ -11,5 +11,5 @@
|
|
|
11
11
|
"required": true
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
|
-
"name": "Shadcn UI MCP Server"
|
|
14
|
+
"name": "Shadcn UI v4 MCP Server"
|
|
15
15
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "mcp-framework",
|
|
4
|
+
"description": "MCP-Framework gives you architecture out of the box, with automatic directory-based discovery for tools, resources, and prompts. Use our powerful MCP abstractions to define tools, resources, or prompts in an elegant way. Our cli makes getting started with your own MCP server a breeze",
|
|
5
|
+
"url": "https://github.com/QuantGeekDev/mcp-framework",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "mit",
|
|
8
|
+
"env": {},
|
|
9
|
+
"name": "MCP Framework"
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "mcp-proxy",
|
|
4
|
+
"description": "A TypeScript streamable HTTP and SSE proxy for MCP servers that use stdio transport.",
|
|
5
|
+
"url": "https://github.com/punkpeye/mcp-proxy",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "mit",
|
|
8
|
+
"env": {},
|
|
9
|
+
"name": "MCP Proxy"
|
|
10
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "@oneuptime/mcp-server",
|
|
4
|
+
"description": "A production-ready Model Context Protocol (MCP) server for OneUptime that provides dynamic tools for all OneUptime models and operations.",
|
|
5
|
+
"url": "https://github.com/OneUptime/oneuptime",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "apache-2.0",
|
|
8
|
+
"env": {
|
|
9
|
+
"ONEUPTIME_API_KEY": {
|
|
10
|
+
"description": "your_oneuptime_api_key_here",
|
|
11
|
+
"required": true
|
|
12
|
+
},
|
|
13
|
+
"ONEUPTIME_URL": {
|
|
14
|
+
"description": "OneUptime Instance URL (Optional - defaults to https://oneuptime.com)",
|
|
15
|
+
"required": false
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"name": "OneUptime MCP Server"
|
|
19
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "@orval/mcp",
|
|
4
|
+
"description": "orval is able to generate client with appropriate type-signatures (TypeScript) from any valid OpenAPI v3 or Swagger v2 specification, either in yaml or json formats.Generate, valid, cache and mock in your React, Vue, Svelte and Angular applications all with your OpenAPI specification.",
|
|
5
|
+
"url": "https://github.com/orval-labs/orval",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "mit",
|
|
8
|
+
"env": {},
|
|
9
|
+
"name": "Orval MCP"
|
|
10
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "Google-Analytics",
|
|
4
|
+
"logo": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/GAnalytics.svg/1024px-GAnalytics.svg.png",
|
|
5
|
+
"packageName": "@toolsdk.ai/google-analytics-mcp",
|
|
6
|
+
"description": "MCP server for Google Analytics Data API",
|
|
7
|
+
"url": "https://github.com/alfie-max/mcp-google-analytics",
|
|
8
|
+
"runtime": "node",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"env": {
|
|
11
|
+
"GOOGLE_CREDENTIALS": {
|
|
12
|
+
"description": "YOUR-GOOGLE_CREDENTIALS. eg: \"{\\\"type\\\":\\\"service_account\\\",\\\"project_id\\\":\\\"your-project-id\\\",\\\"private_key_id\\\":\\\"key-id\\\",\\\"private_key\\\":\\\"-----BEGIN PRIVATE KEY-----\\\\n...\\\\n-----END PRIVATE KEY-----\\\\n\\\",\\\"client_email\\\":\\\"your-service-account@your-project-id.iam.gserviceaccount.com\\\",\\\"client_id\\\":\\\"client-id\\\",\\\"auth_uri\\\":\\\"https://accounts.google.com/o/oauth2/auth\\\",\\\"token_uri\\\":\\\"https://oauth2.googleapis.com/token\\\"}\"",
|
|
13
|
+
"required": true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "fastmcp",
|
|
4
|
+
"description": "A TypeScript framework for building MCP servers capable of handling client sessions.",
|
|
5
|
+
"url": "https://github.com/punkpeye/fastmcp",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "mit",
|
|
8
|
+
"env": {},
|
|
9
|
+
"name": "Fast MCP"
|
|
10
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "mcp-remote",
|
|
4
|
+
"description": "Connect an MCP Client that only supports local (stdio) servers to a Remote MCP Server, with auth support",
|
|
5
|
+
"url": "https://github.com/geelen/mcp-remote",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "mit",
|
|
8
|
+
"env": {
|
|
9
|
+
"AUTH_HEADER": {
|
|
10
|
+
"description": "Bearer <auth-token>",
|
|
11
|
+
"required": false
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"name": "MCP Remote"
|
|
15
|
+
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"type": "mcp-server",
|
|
3
3
|
"packageName": "@wenbopan/things-mcp",
|
|
4
4
|
"description": "Integrates with Things.app task management for macOS, enabling task and project creation with full metadata support, update operations including completion status, database export functionality, and summary generation through URL scheme and direct database access.",
|
|
5
|
-
"url": "https://github.com/
|
|
5
|
+
"url": "https://github.com/wbopan/things-mcp",
|
|
6
6
|
"runtime": "node",
|
|
7
7
|
"license": "unknown",
|
|
8
8
|
"env": {
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "@apify/actors-mcp-server",
|
|
4
|
+
"description": "The Apify Model Context Protocol (MCP) Server at mcp.apify.com instantly connects AI applications and agents to thousands of ready‑built tools. It allows your AI assistant to use any Apify Actor for web scraping, data extraction, and automation tasks in real time.",
|
|
5
|
+
"url": "https://github.com/apify/apify-mcp-server",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "apache-2.0",
|
|
8
|
+
"env": {
|
|
9
|
+
"APIFY_TOKEN": {
|
|
10
|
+
"description": "Your Apify API token",
|
|
11
|
+
"required": true
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"name": "Actors MCP Server"
|
|
15
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "@mcp-server/google-search-mcp",
|
|
4
|
+
"description": "Model Context Protocol server for google search. A Playwright-based Model Context Protocol (MCP) tool that bypasses search engine anti-bot mechanisms, performs Google searches, and extracts results, providing real-time search capabilities for AI assistants like Claude and Cursor.",
|
|
5
|
+
"url": "https://github.com/modelcontextprotocol-servers/google-search-mcp",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "mit",
|
|
8
|
+
"env": {},
|
|
9
|
+
"name": "Google Search MCP"
|
|
10
|
+
}
|
|
@@ -5,6 +5,15 @@
|
|
|
5
5
|
"url": "https://github.com/mixelpixx/google-search-mcp-server",
|
|
6
6
|
"runtime": "node",
|
|
7
7
|
"license": "unknown",
|
|
8
|
-
"env": {
|
|
8
|
+
"env": {
|
|
9
|
+
"GOOGLE_API_KEY": {
|
|
10
|
+
"description": "your-google-api-key",
|
|
11
|
+
"required": true
|
|
12
|
+
},
|
|
13
|
+
"GOOGLE_SEARCH_ENGINE_ID": {
|
|
14
|
+
"description": "your-custom-search-engine-id",
|
|
15
|
+
"required": true
|
|
16
|
+
}
|
|
17
|
+
},
|
|
9
18
|
"name": "Google Search MCP"
|
|
10
19
|
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"packageName": "@toolsdk.ai/mixpanel-mcp-server",
|
|
4
|
+
"description": "A Model Context Protocol (MCP) server for integrating Mixpanel analytics into AI workflows. This server allows AI assistants like Claude to track events, page views, user signups, and update user profiles in Mixpanel.",
|
|
5
|
+
"url": "https://github.com/moonbirdai/mixpanel-mcp-server",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "mit",
|
|
8
|
+
"env": {
|
|
9
|
+
"MIXPANEL_TOKEN": {
|
|
10
|
+
"description": "Your Mixpanel token",
|
|
11
|
+
"required": true
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"name": "Mixpanel MCP Server"
|
|
15
|
+
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "mcp-server",
|
|
3
|
-
"packageName": "mixpanel-
|
|
4
|
-
"description": "
|
|
3
|
+
"packageName": "mixpanel-mcp-server",
|
|
4
|
+
"description": "A Model Context Protocol (MCP) server for integrating Mixpanel analytics into AI workflows. This server allows AI assistants like Claude to track events, page views, user signups, and update user profiles in Mixpanel.",
|
|
5
5
|
"url": "https://github.com/moonbirdai/mixpanel-mcp-server",
|
|
6
6
|
"runtime": "node",
|
|
7
7
|
"license": "mit",
|
|
8
|
+
"binArgs": ["--token", "YOUR_MIXPANEL_TOKEN"],
|
|
8
9
|
"env": {},
|
|
9
10
|
"name": "Mixpanel MCP Server"
|
|
10
11
|
}
|