Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions registry/mcps/airtable/entry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"$schema": "../../../schemas/mcp.schema.json",
"id": "airtable",
"type": "mcp",
"name": "Airtable",
"tagline": "Manage data in Airtable bases",
"description": "Official Airtable MCP server for Manage data in Airtable bases. Transport: HTTPS remote MCP. Authentication: Airtable personal access token.",
"author": {
"name": "Airtable"
},
"icon": "./icon.svg",
"tags": [
"data",
"databases"
],
"verified": false,
"featured": false,
"install": {
"args": [
"airtable",
"--transport",
"http",
"https://mcp.airtable.com/mcp"
],
"env": [
{
"name": "AIRTABLE_TOKEN",
"required": true,
"description": "Airtable credential used by the MCP server."
}
]
},
"homepage": "https://github.com/Airtable/airtable-mcp-cli",
"repo": "https://github.com/Airtable/airtable-mcp-cli"
}
1 change: 1 addition & 0 deletions registry/mcps/airtable/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions registry/mcps/amazon-s3/entry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"$schema": "../../../schemas/mcp.schema.json",
"id": "amazon-s3",
"type": "mcp",
"name": "Amazon S3",
"tagline": "Store files in S3 buckets",
"description": "Official AWS MCP server for Store files in S3 buckets. Transport: stdio via uvx/docker; remote AWS Knowledge MCP also listed. Authentication: AWS credentials/IAM; server-specific env vars.",
"author": {
"name": "AWS"
},
"icon": "./icon.svg",
"tags": [
"data"
],
"verified": false,
"featured": false,
"install": {
"args": [
"amazon-s3",
"--",
"uvx",
"awslabs.aws-api-mcp-server@latest"
],
"env": [
{
"name": "AWS_ACCESS_KEY_ID",
"required": true,
"description": "Amazon S3 credential used by the MCP server."
},
{
"name": "AWS_REGION",
"required": true,
"description": "Amazon S3 credential used by the MCP server."
},
{
"name": "AWS_SECRET_ACCESS_KEY",
"required": true,
"description": "Amazon S3 credential used by the MCP server."
},
{
"name": "AWS_SESSION_TOKEN",
"required": true,
"description": "Amazon S3 credential used by the MCP server."
}
]
},
"homepage": "https://github.com/awslabs/mcp",
"repo": "https://github.com/awslabs/mcp"
}
1 change: 1 addition & 0 deletions registry/mcps/amazon-s3/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions registry/mcps/apify/entry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"$schema": "../../../schemas/mcp.schema.json",
"id": "apify",
"type": "mcp",
"name": "Apify",
"tagline": "Run Apify web scraping tasks",
"description": "Official Apify MCP server for Run Apify web scraping tasks. Transport: Streamable HTTP; local stdio. Authentication: OAuth or Apify API token; x402/Skyfire payment options.",
"author": {
"name": "Apify"
},
"icon": "./icon.svg",
"tags": [
"productivity"
],
"verified": false,
"featured": false,
"install": {
"args": [
"apify",
"--transport",
"streamable-http",
"https://mcp.apify.com"
],
"env": [
{
"name": "APIFY_TOKEN",
"required": true,
"description": "Apify credential used by the MCP server."
}
]
},
"homepage": "https://github.com/apify/apify-mcp-server",
"repo": "https://github.com/apify/apify-mcp-server"
}
1 change: 1 addition & 0 deletions registry/mcps/apify/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions registry/mcps/asana/entry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "../../../schemas/mcp.schema.json",
"id": "asana",
"type": "mcp",
"name": "Asana",
"tagline": "Interact with Asana",
"description": "Official Asana MCP server for Interact with Asana. Transport: Streamable HTTP. Authentication: OAuth with Asana account; client ID/secret may be needed for some clients.",
"author": {
"name": "Asana"
},
"icon": "./icon.svg",
"tags": [
"productivity"
],
"verified": false,
"featured": false,
"install": {
"args": [
"asana",
"--transport",
"streamable-http",
"https://mcp.asana.com/v2/mcp"
]
},
"homepage": "https://developers.asana.com/docs/using-asanas-mcp-server"
}
1 change: 1 addition & 0 deletions registry/mcps/asana/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions registry/mcps/browserbase/entry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"$schema": "../../../schemas/mcp.schema.json",
"id": "browserbase",
"type": "mcp",
"name": "BrowserBase",
"tagline": "Browser automation and testing",
"description": "Official Browserbase MCP server for Browser automation and testing. Transport: Streamable HTTP; local stdio via npx. Authentication: Browserbase API key and project ID for local; hosted auth via remote endpoint.",
"author": {
"name": "Browserbase"
},
"icon": "./icon.svg",
"tags": [
"productivity"
],
"verified": false,
"featured": false,
"install": {
"args": [
"browserbase",
"--transport",
"streamable-http",
"https://mcp.browserbase.com/mcp"
],
"env": [
{
"name": "BROWSERBASE_API_KEY",
"required": true,
"description": "BrowserBase credential used by the MCP server."
},
{
"name": "BROWSERBASE_PROJECT_ID",
"required": true,
"description": "BrowserBase credential used by the MCP server."
}
]
},
"homepage": "https://github.com/browserbase/mcp-server-browserbase",
"repo": "https://github.com/browserbase/mcp-server-browserbase"
}
1 change: 1 addition & 0 deletions registry/mcps/browserbase/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions registry/mcps/clickhouse/entry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"$schema": "../../../schemas/mcp.schema.json",
"id": "clickhouse",
"type": "mcp",
"name": "ClickHouse",
"tagline": "Query and manage ClickHouse Cloud services",
"description": "Official ClickHouse MCP server for Query and manage ClickHouse Cloud services. Transport: stdio by default; HTTP/SSE supported. Authentication: ClickHouse credentials; HTTP/SSE requires bearer token/OAuth unless disabled locally.",
"author": {
"name": "ClickHouse"
},
"icon": "./icon.svg",
"tags": [
"data",
"databases"
],
"verified": false,
"featured": false,
"install": {
"args": [
"clickhouse",
"--",
"uv",
"run",
"--with",
"mcp-clickhouse",
"--python",
"3.10",
"mcp-clickhouse"
],
"env": [
{
"name": "CLICKHOUSE_MCP_AUTH_TOKEN",
"required": true,
"description": "ClickHouse credential used by the MCP server."
}
]
},
"homepage": "https://github.com/ClickHouse/mcp-clickhouse",
"repo": "https://github.com/ClickHouse/mcp-clickhouse"
}
1 change: 1 addition & 0 deletions registry/mcps/clickhouse/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions registry/mcps/confluence/entry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "../../../schemas/mcp.schema.json",
"id": "confluence",
"type": "mcp",
"name": "Confluence",
"tagline": "Interact with Confluence projects",
"description": "Official Atlassian MCP server for Interact with Confluence projects. Transport: Streamable HTTP. Authentication: OAuth 2.1; optional API token.",
"author": {
"name": "Atlassian"
},
"icon": "./icon.svg",
"tags": [
"research",
"productivity"
],
"verified": false,
"featured": false,
"install": {
"args": [
"confluence",
"--transport",
"streamable-http",
"https://mcp.atlassian.com/v1/mcp/authv2"
]
},
"homepage": "https://support.atlassian.com/atlassian-rovo-mcp-server/docs/getting-started-with-the-atlassian-remote-mcp-server/"
}
1 change: 1 addition & 0 deletions registry/mcps/confluence/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions registry/mcps/databricks/entry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "../../../schemas/mcp.schema.json",
"id": "databricks",
"type": "mcp",
"name": "Databricks",
"tagline": "Interact with Databricks",
"description": "Official Databricks MCP server for Interact with Databricks. Transport: HTTP. Authentication: OAuth or PAT.",
"author": {
"name": "Databricks"
},
"icon": "./icon.svg",
"tags": [
"data",
"databases"
],
"verified": false,
"featured": false,
"install": {
"args": [
"databricks",
"--transport",
"http",
"https://<workspace-hostname>/api/2.0/mcp/{genie|genie/{genie_space_id}|ai-search/{catalog}/{schema}/{index_name}|sql|functions/{catalog}/{schema}/{function_name}}"
]
},
"homepage": "https://docs.databricks.com/aws/en/generative-ai/mcp/"
}
1 change: 1 addition & 0 deletions registry/mcps/databricks/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions registry/mcps/discourse/entry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"$schema": "../../../schemas/mcp.schema.json",
"id": "discourse",
"type": "mcp",
"name": "Discourse",
"tagline": "Interact with Discourse",
"description": "Official Discourse MCP server for Interact with Discourse. Transport: stdio; optional HTTP. Authentication: None by default; Discourse API keys for writes/private access.",
"author": {
"name": "Discourse"
},
"icon": "./icon.svg",
"tags": [
"research",
"productivity"
],
"verified": false,
"featured": false,
"install": {
"args": [
"discourse",
"--",
"npx",
"-y",
"@discourse/mcp@latest"
],
"env": [
{
"name": "DISCOURSE_API_KEY",
"required": true,
"description": "Discourse credential used by the MCP server."
}
]
},
"homepage": "https://github.com/discourse/discourse-mcp",
"repo": "https://github.com/discourse/discourse-mcp"
}
1 change: 1 addition & 0 deletions registry/mcps/discourse/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions registry/mcps/exa/entry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"$schema": "../../../schemas/mcp.schema.json",
"id": "exa",
"type": "mcp",
"name": "Exa",
"tagline": "Interact with Exa",
"description": "Official Exa MCP server for Interact with Exa. Transport: Streamable HTTP / remote MCP; local stdio wrapper. Authentication: Optional Exa API key / hosted connector.",
"author": {
"name": "Exa"
},
"icon": "./icon.svg",
"tags": [
"research"
],
"verified": false,
"featured": false,
"install": {
"args": [
"exa",
"--transport",
"streamable-http",
"https://mcp.exa.ai/mcp"
],
"env": [
{
"name": "YOUR_EXA_API_KEY",
"required": true,
"description": "Exa credential used by the MCP server."
}
]
},
"homepage": "https://exa.ai/docs/reference/exa-mcp"
}
1 change: 1 addition & 0 deletions registry/mcps/exa/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading