@toolsdk.ai/registry 1.0.86 → 1.0.88
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 +47 -19
- package/config/featured.mjs +46 -18
- package/indexes/categories-list.json +36 -8
- package/indexes/packages-list.json +564 -301
- package/package.json +6 -7
- package/packages/aggregators/n8n-workflow-builder-mcp.json +56 -0
- package/packages/aggregators/pinkpixel-mindbridge.json +2 -1
- package/packages/art-and-culture/huggingface-mcp-server.json +16 -0
- package/packages/communication/cal-com-calendar.json +9 -3
- package/packages/communication/cristip73-mcp-server-asana.json +2 -1
- package/packages/communication/enescinar-twitter-mcp.json +3 -2
- package/packages/communication/floriscornel-teams-mcp.json +2 -1
- package/packages/communication/google-calendar-mcp.json +16 -0
- package/packages/communication/instagram-engagement-mcp.json +20 -0
- package/packages/communication/kazuph-mcp-gmail-gas.json +2 -1
- package/packages/communication/kevinwatt-mcp-webhook.json +2 -1
- package/packages/communication/mcp-discord.json +24 -0
- package/packages/communication/mcp-outlook.json +28 -0
- package/packages/communication/modelcontextprotocol-server-slack.json +2 -1
- package/packages/communication/shinzolabs-gmail-mcp.json +2 -1
- package/packages/communication/taazkareem-clickup-mcp-server.json +2 -1
- package/packages/communication/telegram-mcp.json +20 -0
- package/packages/communication/v4lheru-trello-mcp-server.json +20 -0
- package/packages/communication/wweb-mcp.json +12 -6
- package/packages/customer-data-platforms/hubspot-mcp-api.json +16 -0
- package/packages/customer-data-platforms/hubspot-mcp.json +16 -0
- package/packages/customer-data-platforms/tsmztech-mcp-server-salesforce.json +20 -2
- package/packages/customer-data-platforms/zd-mcp-sever.json +24 -0
- package/packages/data-platforms/gsheets.json +20 -0
- package/packages/data-platforms/mcp-graphql-forge.json +28 -0
- package/packages/databases/airtable-mcp-server.json +3 -2
- package/packages/databases/kevinwatt-mysql-mcp.json +3 -2
- package/packages/databases/mcp-mongodb-atlas.json +4 -3
- package/packages/databases/mcp-postgres-server.json +5 -4
- package/packages/databases/redis-mcp.json +4 -3
- package/packages/developer-tools/klaviyo-api.json +16 -0
- package/packages/developer-tools/shopify-mcp.json +20 -0
- package/packages/file-systems/dbx-mcp-server.json +76 -0
- package/packages/file-systems/isaacphi-mcp-gdrive.json +2 -1
- package/packages/file-systems/pipedrive.json +16 -0
- package/packages/finance-fintech/paypal-mcp-server.json +20 -0
- package/packages/finance-fintech/qbconduceor.json +28 -0
- package/packages/finance-fintech/stripe-mcp.json +20 -0
- package/packages/knowledge-memory/notion-mcp.json +16 -0
- package/packages/marketing/facebook.json +28 -0
- package/packages/marketing/linkedin-mcp-server.json +20 -0
- package/packages/marketing/mailchimp-mcp.json +20 -0
- package/packages/other-tools-and-integrations/google-docs-mcp-server.json +32 -0
- package/packages/other-tools-and-integrations/google-forms.json +18 -5
- package/packages/other-tools-and-integrations/mcp-connect.json +28 -0
- package/packages/other-tools-and-integrations/mcp-google-forms.json +24 -0
- package/packages/support-service-management/cosmix-jira-mcp.json +28 -0
- package/packages/uncategorized/mzxrai-mcp-openai.json +1 -0
- package/packages/version-control/mcp-gitlab-server.json +20 -0
- package/packages/version-control/modelcontextprotocol-server-github.json +2 -1
- package/packages/data-science-tools/cablate-mcp-doc-forge.json +0 -10
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "mcp-server",
|
|
3
|
+
"logo": "hhttps://pbs.twimg.com/profile_images/1255113654049128448/J5Yt92WW_400x400.png",
|
|
3
4
|
"packageName": "@kevinwatt/mysql-mcp",
|
|
4
5
|
"description": "Provides secure MySQL database access for LLMs, enabling read/write operations with transaction support and security features for AI-assisted data management tasks.",
|
|
5
6
|
"url": "https://github.com/kevinwatt/mysql-mcp",
|
|
6
7
|
"runtime": "node",
|
|
7
|
-
"license": "
|
|
8
|
+
"license": "MIT",
|
|
8
9
|
"env": {
|
|
9
10
|
"MYSQL_HOST": {
|
|
10
11
|
"description": "127.0.0.1",
|
|
@@ -27,5 +28,5 @@
|
|
|
27
28
|
"required": true
|
|
28
29
|
}
|
|
29
30
|
},
|
|
30
|
-
"name": "MySQL MCP"
|
|
31
|
+
"name": "MySQL MCP Server"
|
|
31
32
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "mcp-server",
|
|
3
|
-
"
|
|
3
|
+
"logo": "https://pbs.twimg.com/profile_images/1452637606559326217/GFz_P-5e_400x400.png",
|
|
4
|
+
"packageName": "@mcp-mongodb-atlas",
|
|
4
5
|
"description": "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.",
|
|
5
6
|
"url": "https://github.com/mongodb-developer/mcp-mongodb-atlas",
|
|
6
7
|
"runtime": "node",
|
|
7
|
-
"license": "
|
|
8
|
+
"license": "MIT",
|
|
8
9
|
"env": {
|
|
9
10
|
"ATLAS_PUBLIC_KEY": {
|
|
10
11
|
"description": "your-public-key",
|
|
@@ -15,5 +16,5 @@
|
|
|
15
16
|
"required": true
|
|
16
17
|
}
|
|
17
18
|
},
|
|
18
|
-
"name": "MongoDB Atlas MCP"
|
|
19
|
+
"name": "MongoDB Atlas MCP Server"
|
|
19
20
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "mcp-server",
|
|
3
|
-
"
|
|
3
|
+
"logo": "https://www.postgresql.org/media/img/about/press/elephant.png",
|
|
4
|
+
"packageName": "@mcp-postgres-server",
|
|
4
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",
|
|
5
|
-
"url": "https://github.com/antonorlov/mcp-postgres-server",
|
|
6
|
+
"url": "https://github.com/antonorlov/mcp-postgres-server/tree/main/src",
|
|
6
7
|
"runtime": "node",
|
|
7
|
-
"license": "
|
|
8
|
+
"license": "MIT",
|
|
8
9
|
"env": {
|
|
9
10
|
"PG_HOST": {
|
|
10
11
|
"description": "your_host",
|
|
@@ -27,5 +28,5 @@
|
|
|
27
28
|
"required": true
|
|
28
29
|
}
|
|
29
30
|
},
|
|
30
|
-
"name": "MCP
|
|
31
|
+
"name": "MCP PostgreSQL Server"
|
|
31
32
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "mcp-server",
|
|
3
|
-
"
|
|
3
|
+
"logo": "https://pbs.twimg.com/profile_images/1777412927425060864/kxNqq_Gc_400x400.jpg",
|
|
4
|
+
"packageName": "@farhankaz/redis-mcp",
|
|
4
5
|
"description": "Bridge to Redis databases, enabling fast in-memory data operations for AI workflows.",
|
|
5
6
|
"url": "https://github.com/farhankaz/redis-mcp",
|
|
6
7
|
"runtime": "node",
|
|
7
|
-
"license": "
|
|
8
|
+
"license": "MIT",
|
|
8
9
|
"env": {},
|
|
9
|
-
"name": "Redis MCP"
|
|
10
|
+
"name": "Redis MCP Server"
|
|
10
11
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"logo": "https://pbs.twimg.com/profile_images/1875237615609200640/BHsfXzo-_400x400.jpg",
|
|
4
|
+
"packageName": "@mattcoatsworth/Klaviyo-MCP-Server-4-15",
|
|
5
|
+
"description": "A comprehensive Model Context Protocol (MCP) server for interacting with Klaviyo's API. This server provides tools and resources for managing profiles, lists, events, campaigns, flows, templates, segments, metrics, catalogs, and data privacy in Klaviyo.",
|
|
6
|
+
"url": "https://github.com/mattcoatsworth/Klaviyo-MCP-Server-4-15",
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"env": {
|
|
10
|
+
"KLAVIYO_API_KEY": {
|
|
11
|
+
"description": "your_private_api_key_here",
|
|
12
|
+
"required": true
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"name": "Klaviyo API MCP Server"
|
|
16
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"logo": "https://pbs.twimg.com/profile_images/1915449242979885059/d8IWgY7S_400x400.jpg",
|
|
4
|
+
"packageName": "@amir-bengherbi/shopify-mcp-server",
|
|
5
|
+
"description": "MCP Server for Shopify API, enabling interaction with store data through GraphQL API. This server provides tools for managing products, customers, orders, and more.",
|
|
6
|
+
"url": "https://github.com/amir-bengherbi/shopify-mcp-server",
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"env": {
|
|
10
|
+
"SHOPIFY_ACCESS_TOKEN": {
|
|
11
|
+
"description": "<YOUR_ACCESS_TOKEN>",
|
|
12
|
+
"required": true
|
|
13
|
+
},
|
|
14
|
+
"MYSHOPIFY_DOMAIN": {
|
|
15
|
+
"description": "<YOUR_SHOP>.myshopify.com",
|
|
16
|
+
"required": true
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"name": "Shopify MCP Server"
|
|
20
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"logo": "https://pbs.twimg.com/profile_images/1412502625350676480/VEKgUKGn_400x400.png",
|
|
4
|
+
"packageName": "@amgadabdelhafez/dbx-mcp-server",
|
|
5
|
+
"description": "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.",
|
|
6
|
+
"url": "https://github.com/amgadabdelhafez/dbx-mcp-server/tree/main/src",
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"env": {
|
|
10
|
+
"DROPBOX_APP_KEY": {
|
|
11
|
+
"description": "Your app key from the Dropbox App Console",
|
|
12
|
+
"required": true
|
|
13
|
+
},
|
|
14
|
+
"DROPBOX_APP_SECRET": {
|
|
15
|
+
"description": "Your app secret from the Dropbox App Console",
|
|
16
|
+
"required": true
|
|
17
|
+
},
|
|
18
|
+
"DROPBOX_REDIRECT_URI": {
|
|
19
|
+
"description": "OAuth redirect URI (e.g., http://localhost:3000/callback)",
|
|
20
|
+
"required": true
|
|
21
|
+
},
|
|
22
|
+
"DROPBOX_ACCESS_TOKEN": {
|
|
23
|
+
"description": "(Optional) Direct access token if not using OAuth flow",
|
|
24
|
+
"required": true
|
|
25
|
+
},
|
|
26
|
+
"TOKEN_ENCRYPTION_KEY": {
|
|
27
|
+
"description": "32+ character encryption key for token storage",
|
|
28
|
+
"required": true
|
|
29
|
+
},
|
|
30
|
+
"CORS_ALLOWED_ORIGINS": {
|
|
31
|
+
"description": "Comma-separated list of allowed CORS origins (e.g., http://localhost:3000)",
|
|
32
|
+
"required": true
|
|
33
|
+
},
|
|
34
|
+
"TOKEN_REFRESH_THRESHOLD_MINUTES": {
|
|
35
|
+
"description": "5",
|
|
36
|
+
"required": true
|
|
37
|
+
},
|
|
38
|
+
"MAX_TOKEN_REFRESH_RETRIES": {
|
|
39
|
+
"description": "3",
|
|
40
|
+
"required": true
|
|
41
|
+
},
|
|
42
|
+
"TOKEN_REFRESH_RETRY_DELAY_MS": {
|
|
43
|
+
"description": "1000",
|
|
44
|
+
"required": true
|
|
45
|
+
},
|
|
46
|
+
"LOG_LEVEL": {
|
|
47
|
+
"description": "info",
|
|
48
|
+
"required": true
|
|
49
|
+
},
|
|
50
|
+
"NODE_ENV=": {
|
|
51
|
+
"description": "development",
|
|
52
|
+
"required": true
|
|
53
|
+
},
|
|
54
|
+
"DBX_RECYCLE_BIN_PATH": {
|
|
55
|
+
"description": "/.recycle_bin",
|
|
56
|
+
"required": true
|
|
57
|
+
},
|
|
58
|
+
"DBX_MAX_DELETES_PER_DAY": {
|
|
59
|
+
"description": "100",
|
|
60
|
+
"required": true
|
|
61
|
+
},
|
|
62
|
+
"DBX_RETENTION_DAYS": {
|
|
63
|
+
"description": "30",
|
|
64
|
+
"required": true
|
|
65
|
+
},
|
|
66
|
+
"DBX_ALLOWED_PATHS": {
|
|
67
|
+
"description": "/",
|
|
68
|
+
"required": true
|
|
69
|
+
},
|
|
70
|
+
"DBX_BLOCKED_PATHS": {
|
|
71
|
+
"description": "/.recycle_bin,/.system",
|
|
72
|
+
"required": true
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"name": "Dropbox MCP Server"
|
|
76
|
+
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "mcp-server",
|
|
3
|
+
"logo": "https://pbs.twimg.com/profile_images/1313395771304103947/g_ETxUbR_400x400.jpg",
|
|
3
4
|
"packageName": "@isaacphi/mcp-gdrive",
|
|
4
5
|
"description": "Integrates Google Drive and Sheets functionality for file operations and spreadsheet data manipulation.",
|
|
5
6
|
"url": "https://github.com/isaacphi/mcp-gdrive",
|
|
6
7
|
"runtime": "node",
|
|
7
|
-
"license": "
|
|
8
|
+
"license": "MIT",
|
|
8
9
|
"env": {
|
|
9
10
|
"CLIENT_ID": {
|
|
10
11
|
"description": "<CLIENT_ID>",
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"logo": "https://pbs.twimg.com/profile_images/1567800176021995521/IytS-L9i_400x400.jpg",
|
|
4
|
+
"packageName": "@WillDent/pipedrive-mcp-server",
|
|
5
|
+
"description": "This is a Model Context Protocol (MCP) server that connects to the Pipedrive API v2. It allows you to expose Pipedrive data and functionality to LLM applications like Claude. ",
|
|
6
|
+
"url": "https://github.com/WillDent/pipedrive-mcp-server",
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"env": {
|
|
10
|
+
"PIPEDRIVE_API_TOKEN": {
|
|
11
|
+
"description": "your_api_token_here",
|
|
12
|
+
"required": true
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"name": "Pipedrive MCP Server"
|
|
16
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"logo":"https://pbs.twimg.com/profile_images/1831523218831634432/dtvuvsNM_400x400.jpg",
|
|
4
|
+
"packageName": "@paypal/agent-toolkit",
|
|
5
|
+
"description": "The PayPal Model Context Protocol server allows you to integrate with PayPal APIs through function calling.",
|
|
6
|
+
"url": "https://github.com/paypal/agent-toolkit/tree/main/modelcontextprotocol",
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"license": "Apache-2.0",
|
|
9
|
+
"env": {
|
|
10
|
+
"PAYPAL_ACCESS_TOKEN": {
|
|
11
|
+
"description": "YOUR_PAYPAL_ACCESS_TOKEN",
|
|
12
|
+
"required": true
|
|
13
|
+
},
|
|
14
|
+
"PAYPAL_ENVIRONMENT": {
|
|
15
|
+
"description": "SANDBOX",
|
|
16
|
+
"required": true
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"name": "PayPal MCP"
|
|
20
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"logo": "https://pbs.twimg.com/profile_images/1605268968268144641/mDZ-0Y08_400x400.png",
|
|
4
|
+
"packageName": "@alfork/qbconductor-mcp-server",
|
|
5
|
+
"description": "A comprehensive Model Context Protocol (MCP) server that provides Claude with direct access to QuickBooks Desktop operations through the Conductor API. ",
|
|
6
|
+
"url": "https://github.com/alfork/qbconductor-mcp-server",
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"env": {
|
|
10
|
+
"CONDUCTOR_SECRET_KEY": {
|
|
11
|
+
"description": "sk_prod_your_secret_key",
|
|
12
|
+
"required": true
|
|
13
|
+
},
|
|
14
|
+
"CONDUCTOR_API_KEY": {
|
|
15
|
+
"description": "pk_prod_your_publishable_key",
|
|
16
|
+
"required": true
|
|
17
|
+
},
|
|
18
|
+
"CONDUCTOR_END_USER_ID": {
|
|
19
|
+
"description": "end_usr_your_default_user",
|
|
20
|
+
"required": true
|
|
21
|
+
},
|
|
22
|
+
"CONDUCTOR_API_BASE_URL": {
|
|
23
|
+
"description": "https://api.conductor.is/v1",
|
|
24
|
+
"required": true
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"name": "QuickBooks Desktop MCP Server"
|
|
28
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"logo": "https://pbs.twimg.com/profile_images/1618575477781807105/iDuRlqTe_400x400.jpg",
|
|
4
|
+
"packageName": "@stripe/agent-toolkit/tree/main/modelcontextprotocol",
|
|
5
|
+
"description": "The Stripe Model Context Protocol server allows you to integrate with Stripe APIs through function calling.",
|
|
6
|
+
"url": "https://github.com/stripe/agent-toolkit/tree/main/modelcontextprotocol",
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"env": {
|
|
10
|
+
"YOUR_STRIPE_SECRET_KEY": {
|
|
11
|
+
"description": "your actual Stripe secret key",
|
|
12
|
+
"required": true
|
|
13
|
+
},
|
|
14
|
+
"CONNECTED_ACCOUNT_ID": {
|
|
15
|
+
"description": "Stripe connected account",
|
|
16
|
+
"required": true
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"name": "Stripe MCP"
|
|
20
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"logo": "https://pbs.twimg.com/profile_images/1903224093476077568/OCclsw4c_400x400.jpg",
|
|
4
|
+
"packageName": "@makenotion/notion-mcp-server",
|
|
5
|
+
"description": "This project implements an MCP server for the Notion API. ",
|
|
6
|
+
"url": "https://github.com/makenotion/notion-mcp-server",
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"env": {
|
|
10
|
+
"OPENAPI_MCP_HEADERS": {
|
|
11
|
+
"description": "\"Authorization\": \"Bearer ntn_****\", \"Notion-Version\": \"2022-06-28\"",
|
|
12
|
+
"required": true
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"name": "Notion MCP Server"
|
|
16
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"logo": "https://pbs.twimg.com/profile_images/1704525466651033600/lSj99dbT_400x400.jpg",
|
|
4
|
+
"packageName": "@Tisik79/MCP-Facebook",
|
|
5
|
+
"description": "This project provides a Model Context Protocol (MCP) server designed to interact with the Facebook Marketing API, allowing AI assistants like Claude to manage and analyze Facebook ad campaigns, ad sets, audiences, and more.",
|
|
6
|
+
"url": "https://github.com/Tisik79/MCP-Facebook/tree/main/src",
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"env": {
|
|
10
|
+
"FACEBOOK_APP_ID": {
|
|
11
|
+
"description": "your_app_id",
|
|
12
|
+
"required": true
|
|
13
|
+
},
|
|
14
|
+
"FACEBOOK_APP_SECRET": {
|
|
15
|
+
"description": "your_app_secret",
|
|
16
|
+
"required": true
|
|
17
|
+
},
|
|
18
|
+
"FACEBOOK_ACCESS_TOKEN": {
|
|
19
|
+
"description": "your_access_token",
|
|
20
|
+
"required": true
|
|
21
|
+
},
|
|
22
|
+
"FACEBOOK_ACCOUNT_ID": {
|
|
23
|
+
"description": "your_ad_account_id",
|
|
24
|
+
"required": true
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"name": "Facebook Ads MCP"
|
|
28
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"logo": "https://pbs.twimg.com/profile_images/1661161645857710081/6WtDIesg_400x400.png",
|
|
4
|
+
"packageName": "@Dishant27/linkedin-mcp-server",
|
|
5
|
+
"description": "Revolutionizing LinkedIn API Interactions.",
|
|
6
|
+
"url": "https://github.com/Dishant27/linkedin-mcp-server/tree/main/src",
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"env": {
|
|
10
|
+
"LINKEDIN_CLIENT_ID": {
|
|
11
|
+
"description": "your_client_id",
|
|
12
|
+
"required": true
|
|
13
|
+
},
|
|
14
|
+
"LINKEDIN_CLIENT_SECRET": {
|
|
15
|
+
"description": "your_client_secret",
|
|
16
|
+
"required": true
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"name": "LinkedIn MCP"
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"logo": "https://pbs.twimg.com/profile_images/1625201824209797121/6Hm11ZED_400x400.jpg",
|
|
4
|
+
"packageName": "@mattcoatsworth/mailchip-mcp-server",
|
|
5
|
+
"description": "A Model Context Protocol (MCP) server for interacting with the Mailchimp API. ",
|
|
6
|
+
"url": "https://github.com/mattcoatsworth/mailchip-mcp-server/tree/main/src",
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"env": {
|
|
10
|
+
"MAILCHIMP_API_KEY": {
|
|
11
|
+
"description": "your_api_key_here",
|
|
12
|
+
"required": true
|
|
13
|
+
},
|
|
14
|
+
"MAILCHIMP_SERVER_PREFIX": {
|
|
15
|
+
"description": "us1",
|
|
16
|
+
"required": true
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"name": "Mailchimp MCP Server"
|
|
20
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"logo": "https://www.gstatic.com/marketing-cms/assets/images/43/09/e8c725b745a6a588b1f27e51a4a1/google-docs.webp",
|
|
4
|
+
"packageName": "@lkm1developer/google-docs-mcp-server",
|
|
5
|
+
"description": "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.",
|
|
6
|
+
"url": "https://github.com/lkm1developer/google-docs-mcp-server/tree/master/src",
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"env": {
|
|
10
|
+
"GOOGLE_CLOUD_PROJECT_ID": {
|
|
11
|
+
"description": "your-project-id",
|
|
12
|
+
"required": true
|
|
13
|
+
},
|
|
14
|
+
"GOOGLE_API_KEY": {
|
|
15
|
+
"description": "your-api-key",
|
|
16
|
+
"required": true
|
|
17
|
+
},
|
|
18
|
+
"CLIENT_ID": {
|
|
19
|
+
"description": "your-oauth-client-id",
|
|
20
|
+
"required": true
|
|
21
|
+
},
|
|
22
|
+
"CLIENT_SECRET": {
|
|
23
|
+
"description": "your-oauth-client-secret",
|
|
24
|
+
"required": true
|
|
25
|
+
},
|
|
26
|
+
"REFRESH_TOKEN": {
|
|
27
|
+
"description": "your-oauth-refresh-token",
|
|
28
|
+
"required": true
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"name": "Google Docs MCP Server"
|
|
32
|
+
}
|
|
@@ -1,10 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "mcp-server",
|
|
3
|
-
"packageName": "google-forms",
|
|
4
|
-
"description": "
|
|
5
|
-
"url": "https://github.com/
|
|
3
|
+
"packageName": "@matteoantoci/google-forms-mcp",
|
|
4
|
+
"description": "This MCP server uses the Google Forms API to provide functions such as creating, editing, and retrieving responses for forms.",
|
|
5
|
+
"url": "https://github.com/matteoantoci/google-forms-mcp/tree/main/src",
|
|
6
6
|
"runtime": "node",
|
|
7
|
-
"license": "
|
|
8
|
-
"env": {
|
|
7
|
+
"license": "GNU",
|
|
8
|
+
"env": {
|
|
9
|
+
"GOOGLE_CLIENT_ID": {
|
|
10
|
+
"description": "YOUR_CLIENT_ID",
|
|
11
|
+
"required": true
|
|
12
|
+
},
|
|
13
|
+
"GOOGLE_CLIENT_SECRET": {
|
|
14
|
+
"description": "YOUR_CLIENT_SECRET",
|
|
15
|
+
"required": true
|
|
16
|
+
},
|
|
17
|
+
"GOOGLE_REFRESH_TOKEN": {
|
|
18
|
+
"description": "YOUR_REFRESH_TOKEN",
|
|
19
|
+
"required": true
|
|
20
|
+
}
|
|
21
|
+
},
|
|
9
22
|
"name": "Google Forms MCP"
|
|
10
23
|
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"logo":"https://avatars.githubusercontent.com/u/157576929?s=480&v=4",
|
|
4
|
+
"packageName": "@EvalsOne/mcp-connect",
|
|
5
|
+
"description": "Enables cloud-based AI services to access local Stdio based MCP servers via HTTP requests",
|
|
6
|
+
"url": "https://github.com/EvalsOne/MCP-connect/tree/main/src",
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"env": {
|
|
10
|
+
"AUTH_TOKEN": {
|
|
11
|
+
"description": "Authentication token for the bridge API (Optional)",
|
|
12
|
+
"required": true
|
|
13
|
+
},
|
|
14
|
+
"PORT": {
|
|
15
|
+
"description": "3000",
|
|
16
|
+
"required": true
|
|
17
|
+
},
|
|
18
|
+
"LOG_LEVEL": {
|
|
19
|
+
"description": "info",
|
|
20
|
+
"required": true
|
|
21
|
+
},
|
|
22
|
+
"NGROK_AUTH_TOKEN": {
|
|
23
|
+
"description": " Ngrok auth token (Optional)",
|
|
24
|
+
"required": true
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"name": "MCP Connect"
|
|
28
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"logo": "https://www.gstatic.com/marketing-cms/assets/images/50/7a/8c35784d4710bcf02c439413c7e2/google-forms.webp",
|
|
4
|
+
"packageName": "@masatoshi118/mcp_google_froms",
|
|
5
|
+
"description": "This MCP server uses the Google Forms API to provide functions such as form creation, editing, and response retrieval.",
|
|
6
|
+
"url": "https://github.com/masatoshi118/mcp_google_froms/tree/main/src",
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"license": "unknown",
|
|
9
|
+
"env": {
|
|
10
|
+
"GOOGLE_CLIENT_ID": {
|
|
11
|
+
"description": "YOUR_CLIENT_ID",
|
|
12
|
+
"required": true
|
|
13
|
+
},
|
|
14
|
+
"GOOGLE_CLIENT_SECRET": {
|
|
15
|
+
"description": "YOUR_CLIENT_SECRET",
|
|
16
|
+
"required": true
|
|
17
|
+
},
|
|
18
|
+
"GOOGLE_REFRESH_TOKEN": {
|
|
19
|
+
"description": "YOUR_REFRESH_TOKEN",
|
|
20
|
+
"required": true
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"name": "Google Forms MCP Server"
|
|
24
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"logo": "https://pbs.twimg.com/profile_images/1785701767357120512/d0vRt0Gk_400x400.png",
|
|
4
|
+
"packageName": "@cosmix/jira-mcp",
|
|
5
|
+
"description": "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.",
|
|
6
|
+
"url": "https://github.com/cosmix/jira-mcp/tree/main/src",
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"env": {
|
|
10
|
+
"JIRA_API_TOKEN": {
|
|
11
|
+
"description": "your_api_token",
|
|
12
|
+
"required": true
|
|
13
|
+
},
|
|
14
|
+
"JIRA_BASE_URL": {
|
|
15
|
+
"description": "your_jira_instance_url",
|
|
16
|
+
"required": true
|
|
17
|
+
},
|
|
18
|
+
"JIRA_USER_EMAIL": {
|
|
19
|
+
"description": "your_email",
|
|
20
|
+
"required": true
|
|
21
|
+
},
|
|
22
|
+
"JIRA_TYPE": {
|
|
23
|
+
"description": "cloud",
|
|
24
|
+
"required": true
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"name": "JIRA MCP Server"
|
|
28
|
+
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "mcp-server",
|
|
3
|
+
"logo": "https://pbs.twimg.com/profile_images/1885410181409820672/ztsaR0JW_400x400.jpg",
|
|
3
4
|
"packageName": "@mzxrai/mcp-openai",
|
|
4
5
|
"description": "Generate text using OpenAI's language models.",
|
|
5
6
|
"url": "https://github.com/mzxrai/mcp-openai",
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"logo": "https://github.com/yoda-digital/mcp-gitlab-server/raw/main/assets/repo-logo.png",
|
|
4
|
+
"packageName": "@yoda-digital/mcp-gitlab-server",
|
|
5
|
+
"description": "A powerful Model Context Protocol (MCP) server for GitLab integration, enabling AI assistants to interact with your GitLab resources.",
|
|
6
|
+
"url": "https://github.com/yoda-digital/mcp-gitlab-server/tree/main/src",
|
|
7
|
+
"runtime": "node",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"env": {
|
|
10
|
+
"GITLAB_PERSONAL_ACCESS_TOKEN": {
|
|
11
|
+
"description": "your_token_here",
|
|
12
|
+
"required": true
|
|
13
|
+
},
|
|
14
|
+
"GITLAB_API_URL": {
|
|
15
|
+
"description": "https://gitlab.com/api/v4",
|
|
16
|
+
"required": true
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"name": "GitLab MCP Server"
|
|
20
|
+
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "mcp-server",
|
|
3
|
+
"logo": "https://pbs.twimg.com/profile_images/1633247750010830848/8zfRrYjA_400x400.png",
|
|
3
4
|
"packageName": "@modelcontextprotocol/server-github",
|
|
4
5
|
"description": "Manage repositories, issues, and search code via GitHub API.",
|
|
5
6
|
"url": "https://github.com/modelcontextprotocol/servers-archived/tree/HEAD/src/github",
|
|
6
7
|
"runtime": "node",
|
|
7
|
-
"license": "
|
|
8
|
+
"license": "MIT",
|
|
8
9
|
"env": {
|
|
9
10
|
"GITHUB_PERSONAL_ACCESS_TOKEN": {
|
|
10
11
|
"description": "<YOUR_TOKEN>",
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"type": "mcp-server",
|
|
3
|
-
"packageName": "@cablate/mcp-doc-forge",
|
|
4
|
-
"description": "Integrates document processing libraries to enable extraction, conversion, and manipulation across multiple file formats including PDF, DOCX, HTML, CSV, and EPUB.",
|
|
5
|
-
"url": "https://github.com/cablate/mcp-doc-forge",
|
|
6
|
-
"runtime": "node",
|
|
7
|
-
"license": "unknown",
|
|
8
|
-
"env": {},
|
|
9
|
-
"name": "MCP Doc Forge"
|
|
10
|
-
}
|