981 lines
27 KiB
JSON
981 lines
27 KiB
JSON
{
|
|
"version": 1,
|
|
"connectors": [
|
|
{
|
|
"id": "gmail",
|
|
"name": "Gmail",
|
|
"type": "mcp_local",
|
|
"scope": "user",
|
|
"icon_small": "gmail/icon_sm.svg",
|
|
"icon_large": "gmail/icon_lg.svg",
|
|
"user_description": "Read, send, and manage Gmail emails via OAuth \u2014 full MCP integration with push notifications.",
|
|
"requires": [
|
|
"OAUTH",
|
|
"PYTHON"
|
|
],
|
|
"tags": [
|
|
"email",
|
|
"mcp",
|
|
"local",
|
|
"google"
|
|
],
|
|
"auth": {
|
|
"type": "oauth2",
|
|
"provider": "google",
|
|
"scopes": [
|
|
"https://www.googleapis.com/auth/gmail.modify",
|
|
"https://www.googleapis.com/auth/gmail.labels"
|
|
]
|
|
},
|
|
"folder": "gmail",
|
|
"version": 3,
|
|
"version_string": "1.0.2",
|
|
"version_release_date": "2026-07-22",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "ee52a0eb1953597cf02d3e502986f6e69bb127756a2209fc58150d3fee0e491b",
|
|
"size": 1637
|
|
},
|
|
{
|
|
"path": "gmail_mcp_server.py",
|
|
"sha256": "4607ec1fee8fcbdb81619286900e44e4c04a479156f8959f553dce28b69bba66",
|
|
"size": 47789
|
|
},
|
|
{
|
|
"path": "icon_lg.svg",
|
|
"sha256": "5d18b501187161841702fe843d83251b90c0333941ec2c4fe38cbc8a492ce047",
|
|
"size": 420
|
|
},
|
|
{
|
|
"path": "icon_sm.svg",
|
|
"sha256": "5d18b501187161841702fe843d83251b90c0333941ec2c4fe38cbc8a492ce047",
|
|
"size": 420
|
|
},
|
|
{
|
|
"path": "requirements.txt",
|
|
"sha256": "41a908f999095b052865efdcf793cfe7b032a3609c0cdd9f7711b2af5b3b7827",
|
|
"size": 54
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "gcal",
|
|
"name": "Google Calendar",
|
|
"type": "mcp_local",
|
|
"scope": "user",
|
|
"icon_small": "gcal/icon_sm.svg",
|
|
"icon_large": "gcal/icon_lg.svg",
|
|
"user_description": "Read, create, update, delete, and respond to Google Calendar events \u2014 full CRUD with push notifications.",
|
|
"requires": [
|
|
"OAUTH",
|
|
"PYTHON"
|
|
],
|
|
"tags": [
|
|
"calendar",
|
|
"mcp",
|
|
"local",
|
|
"google"
|
|
],
|
|
"auth": {
|
|
"type": "oauth2",
|
|
"provider": "google",
|
|
"scopes": [
|
|
"https://www.googleapis.com/auth/calendar"
|
|
]
|
|
},
|
|
"folder": "gcal",
|
|
"version": 2,
|
|
"version_string": "0.3.1",
|
|
"version_release_date": "2026-07-21",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "dac9841a84d117af8c6317a30998b4e1ecbe044ac0db321faeac1f50e6d7b755",
|
|
"size": 1480
|
|
},
|
|
{
|
|
"path": "gcal_mcp_server.py",
|
|
"sha256": "a4a58a04b1df28fc45ea3bcdc5837ba00d740a9bae972a67c6c690dcd2c21bbe",
|
|
"size": 38177
|
|
},
|
|
{
|
|
"path": "verify.py",
|
|
"sha256": "d994ae435d8a5a3d9cdc85c8f73805a877c1a8818637b2912f6c31c693fdded4",
|
|
"size": 3429
|
|
},
|
|
{
|
|
"path": "icon_sm.svg",
|
|
"sha256": "477ab05d24b40aaf4209c37e30558878fd0833dfbcfa8648b0ab9b903bd171d3",
|
|
"size": 473
|
|
},
|
|
{
|
|
"path": "icon_lg.svg",
|
|
"sha256": "b5daeeaaebba5b6d5ea31fd51bc63887225dee8aa1a42b571e49263f930895a9",
|
|
"size": 479
|
|
},
|
|
{
|
|
"path": "requirements.txt",
|
|
"sha256": "41a908f999095b052865efdcf793cfe7b032a3609c0cdd9f7711b2af5b3b7827",
|
|
"size": 54
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "drive",
|
|
"name": "Google Drive",
|
|
"type": "mcp_local",
|
|
"scope": "user",
|
|
"icon_small": "drive/icon_sm.png",
|
|
"icon_large": "drive/icon_lg.png",
|
|
"user_description": "List, search, upload, download, delete, and manage Google Drive files and folders. Full OAuth \u2014 same pattern as Gmail and Google Calendar.",
|
|
"requires": [
|
|
"OAUTH",
|
|
"PYTHON"
|
|
],
|
|
"tags": [
|
|
"cloud-storage",
|
|
"files",
|
|
"mcp",
|
|
"local",
|
|
"google",
|
|
"drive"
|
|
],
|
|
"auth": {
|
|
"type": "oauth2",
|
|
"provider": "google",
|
|
"scopes": [
|
|
"https://www.googleapis.com/auth/drive"
|
|
]
|
|
},
|
|
"folder": "drive",
|
|
"version": 4,
|
|
"version_string": "1.0.3",
|
|
"version_release_date": "2026-07-22",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "011e25441352ea90ecd5365664dcb91dd3a4b4566fd54119c8ca830cfe384cc7",
|
|
"size": 1744
|
|
},
|
|
{
|
|
"path": "drive_mcp_server.py",
|
|
"sha256": "422b63e55b5d33aba0650cccd29def007dd4fd8d25497a94b051b2ba7eec3e44",
|
|
"size": 19971
|
|
},
|
|
{
|
|
"path": "verify.py",
|
|
"sha256": "3f1da92f15e7f6898545bb170f7123610025088c7403edd2021ce8b3499713e2",
|
|
"size": 3304
|
|
},
|
|
{
|
|
"path": "requirements.txt",
|
|
"sha256": "3f659cc5e5f0543f132699b06ccf9016ffe9afb40f9df4d110e0445b8d20f63e",
|
|
"size": 82
|
|
},
|
|
{
|
|
"path": "icon_sm.png",
|
|
"sha256": "4b7e646e70138c5147ba9c6df15bb4a3f389e9f52625d0ec406931b5c77139c5",
|
|
"size": 1860
|
|
},
|
|
{
|
|
"path": "icon_lg.png",
|
|
"sha256": "723b1ec7c72309f75d2ea0ea38ff526502f6fd1cf4c849090bfb6b3a4e69efd3",
|
|
"size": 3997
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "email",
|
|
"name": "Email (IMAP/SMTP)",
|
|
"type": "mcp_local",
|
|
"scope": "user",
|
|
"icon_small": "email/icon_sm.svg",
|
|
"icon_large": "email/icon_lg.svg",
|
|
"user_description": "Read, search, organize, and send email over IMAP/SMTP \u2014 any provider, no OAuth. Real-time push notifications on new mail.",
|
|
"requires": [
|
|
"PYTHON"
|
|
],
|
|
"tags": [
|
|
"email",
|
|
"mcp",
|
|
"local",
|
|
"imap",
|
|
"smtp"
|
|
],
|
|
"auth": {
|
|
"type": "password"
|
|
},
|
|
"folder": "email",
|
|
"version": 2,
|
|
"version_string": "1.0.1",
|
|
"version_release_date": "2026-07-21",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "613289d91675fa8e946ca08c4c1c5290668bb618a9ed43917d4b9f92923eae08",
|
|
"size": 4652
|
|
},
|
|
{
|
|
"path": "email_mcp_server.py",
|
|
"sha256": "3018e44460f10f41e303bfd2fbca0eee4f1f0ad58a13c5c480e28e4d6be126c3",
|
|
"size": 54522
|
|
},
|
|
{
|
|
"path": "icon_lg.svg",
|
|
"sha256": "94128b8ab2a3e701d042b6294c46bf0581152a3fe066e2fb415433e964f6935b",
|
|
"size": 308
|
|
},
|
|
{
|
|
"path": "icon_sm.svg",
|
|
"sha256": "05b8d18f8233503bba4b6668dc6c83b2e5d65cb26cfc4901366e2fa43d90737a",
|
|
"size": 306
|
|
},
|
|
{
|
|
"path": "verify.py",
|
|
"sha256": "5bd16cf4c1e2fc8b5b58083d12be0999c06dcc48ab52c3db3a531025771f6ff7",
|
|
"size": 3395
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "exa",
|
|
"name": "Exa",
|
|
"type": "mcp_remote",
|
|
"scope": "global",
|
|
"icon_small": "exa/icon_sm.png",
|
|
"icon_large": "exa/icon_lg.png",
|
|
"user_description": "AI-powered web search, content extraction, and research via Exa's neural search engine. Works without an API key (free rate-limited tier).",
|
|
"tags": [
|
|
"search",
|
|
"mcp",
|
|
"remote",
|
|
"ai"
|
|
],
|
|
"auth": {
|
|
"type": "api_key"
|
|
},
|
|
"folder": "exa",
|
|
"version": 2,
|
|
"version_string": "1.0.1",
|
|
"version_release_date": "2026-07-21",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "8461c3a6886cddcbf12aa2df58d8cf0741afb1ba2b6ec0864b61214f18c92421",
|
|
"size": 1409
|
|
},
|
|
{
|
|
"path": "verify.py",
|
|
"sha256": "8e77da3ca3eca8f733296da134aaa964e5db8d01d4bfb89aa5832296e9dc45a6",
|
|
"size": 2125
|
|
},
|
|
{
|
|
"path": "icon_sm.png",
|
|
"sha256": "dd0a17d75ce36187f34c1fbfa459aee1665d94b2b8e1e300c2559631ffdcd1bd",
|
|
"size": 1728
|
|
},
|
|
{
|
|
"path": "icon_lg.png",
|
|
"sha256": "a1b698035af2cb146dccd57f992155359d55a48bc85802e2a02e8148dcec1558",
|
|
"size": 3730
|
|
}
|
|
],
|
|
"tools": [
|
|
{
|
|
"name": "web_search_exa",
|
|
"display_name": "Web Search"
|
|
},
|
|
{
|
|
"name": "web_fetch_exa",
|
|
"display_name": "Web Fetch"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "firecrawl",
|
|
"name": "Firecrawl",
|
|
"type": "mcp_local",
|
|
"scope": "global",
|
|
"icon_small": "firecrawl/icon_sm.png",
|
|
"icon_large": "firecrawl/icon_lg.png",
|
|
"user_description": "Web scraping, crawling, search, deep research, and autonomous browsing \u2014 extract content from any website.",
|
|
"requires": [
|
|
"NODE"
|
|
],
|
|
"tags": [
|
|
"scraping",
|
|
"crawling",
|
|
"search",
|
|
"mcp",
|
|
"local",
|
|
"browser",
|
|
"research"
|
|
],
|
|
"auth": {
|
|
"type": "api_key"
|
|
},
|
|
"folder": "firecrawl",
|
|
"version": 2,
|
|
"version_string": "1.0.1",
|
|
"version_release_date": "2026-07-21",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "6a43dc476f540367fe9a7e561d105ef5bb5f9a2db5d6f2df1488259392fa4c78",
|
|
"size": 2600
|
|
},
|
|
{
|
|
"path": "icon_sm.png",
|
|
"sha256": "3a4be30d4c16ce93a1d132e063dfdffb8bd27b6c97715c9f3b12414439aaeb01",
|
|
"size": 6858
|
|
},
|
|
{
|
|
"path": "icon_lg.png",
|
|
"sha256": "3a4be30d4c16ce93a1d132e063dfdffb8bd27b6c97715c9f3b12414439aaeb01",
|
|
"size": 6858
|
|
}
|
|
],
|
|
"tools": [
|
|
{
|
|
"name": "firecrawl_scrape",
|
|
"display_name": "Scrape URL"
|
|
},
|
|
{
|
|
"name": "firecrawl_map",
|
|
"display_name": "Map Site"
|
|
},
|
|
{
|
|
"name": "firecrawl_search",
|
|
"display_name": "Web Search"
|
|
},
|
|
{
|
|
"name": "firecrawl_search_feedback",
|
|
"display_name": "Search Feedback"
|
|
},
|
|
{
|
|
"name": "firecrawl_feedback",
|
|
"display_name": "Feedback"
|
|
},
|
|
{
|
|
"name": "firecrawl_crawl",
|
|
"display_name": "Crawl Site"
|
|
},
|
|
{
|
|
"name": "firecrawl_check_crawl_status",
|
|
"display_name": "Check Crawl Status"
|
|
},
|
|
{
|
|
"name": "firecrawl_extract",
|
|
"display_name": "Extract Data"
|
|
},
|
|
{
|
|
"name": "firecrawl_agent",
|
|
"display_name": "Research Agent"
|
|
},
|
|
{
|
|
"name": "firecrawl_agent_status",
|
|
"display_name": "Agent Status"
|
|
},
|
|
{
|
|
"name": "firecrawl_interact",
|
|
"display_name": "Interact with Page"
|
|
},
|
|
{
|
|
"name": "firecrawl_interact_stop",
|
|
"display_name": "Stop Interact"
|
|
},
|
|
{
|
|
"name": "firecrawl_parse",
|
|
"display_name": "Parse"
|
|
},
|
|
{
|
|
"name": "firecrawl_monitor_create",
|
|
"display_name": "Create Monitor"
|
|
},
|
|
{
|
|
"name": "firecrawl_monitor_list",
|
|
"display_name": "List Monitors"
|
|
},
|
|
{
|
|
"name": "firecrawl_monitor_get",
|
|
"display_name": "Get Monitor"
|
|
},
|
|
{
|
|
"name": "firecrawl_monitor_update",
|
|
"display_name": "Update Monitor"
|
|
},
|
|
{
|
|
"name": "firecrawl_monitor_delete",
|
|
"display_name": "Delete Monitor"
|
|
},
|
|
{
|
|
"name": "firecrawl_monitor_run",
|
|
"display_name": "Run Monitor"
|
|
},
|
|
{
|
|
"name": "firecrawl_monitor_checks",
|
|
"display_name": "List Checks"
|
|
},
|
|
{
|
|
"name": "firecrawl_monitor_check",
|
|
"display_name": "Get Check"
|
|
},
|
|
{
|
|
"name": "firecrawl_research_search_papers",
|
|
"display_name": "Search Papers"
|
|
},
|
|
{
|
|
"name": "firecrawl_research_inspect_paper",
|
|
"display_name": "Inspect Paper"
|
|
},
|
|
{
|
|
"name": "firecrawl_research_related_papers",
|
|
"display_name": "Related Papers"
|
|
},
|
|
{
|
|
"name": "firecrawl_research_read_paper",
|
|
"display_name": "Read Paper"
|
|
},
|
|
{
|
|
"name": "firecrawl_research_search_github",
|
|
"display_name": "Search GitHub"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "http-fetch",
|
|
"name": "HTTP Fetch",
|
|
"type": "mcp_local",
|
|
"scope": "global",
|
|
"icon_small": "http-fetch/icon_sm.svg",
|
|
"icon_large": "http-fetch/icon_lg.svg",
|
|
"user_description": "Fetch any URL as HTML, Markdown, text, JSON, or YouTube transcripts \u2014 free, no API key, no rate limits.",
|
|
"requires": [
|
|
"NODE"
|
|
],
|
|
"tags": [
|
|
"http",
|
|
"fetch",
|
|
"mcp",
|
|
"local",
|
|
"free",
|
|
"scraping",
|
|
"youtube"
|
|
],
|
|
"auth": {
|
|
"type": "none"
|
|
},
|
|
"folder": "http-fetch",
|
|
"version": 2,
|
|
"version_string": "1.0.1",
|
|
"version_release_date": "2026-07-21",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "1f3b9c4e90fee6442c86d810c7a8c37b0fedf3a9f2e8a662c162c27822296b40",
|
|
"size": 1259
|
|
},
|
|
{
|
|
"path": "icon_sm.svg",
|
|
"sha256": "fa32e634744d8cba369f6d8ba45746166124f7d3507cefd9a1f96180c787e1a8",
|
|
"size": 380
|
|
},
|
|
{
|
|
"path": "icon_lg.svg",
|
|
"sha256": "3e5496d949062678ae44cd74430b29232bbfe28a7600038deb3159c4b26adee1",
|
|
"size": 382
|
|
}
|
|
],
|
|
"tools": [
|
|
{
|
|
"name": "fetch_html",
|
|
"display_name": "Fetch as HTML"
|
|
},
|
|
{
|
|
"name": "fetch_markdown",
|
|
"display_name": "Fetch as Markdown"
|
|
},
|
|
{
|
|
"name": "fetch_txt",
|
|
"display_name": "Fetch as Text"
|
|
},
|
|
{
|
|
"name": "fetch_json",
|
|
"display_name": "Fetch as JSON"
|
|
},
|
|
{
|
|
"name": "fetch_readable",
|
|
"display_name": "Fetch Readable Content"
|
|
},
|
|
{
|
|
"name": "fetch_youtube_transcript",
|
|
"display_name": "Get YouTube Transcript"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "serpapi-flights",
|
|
"name": "SerpAPI Flights",
|
|
"type": "mcp_remote",
|
|
"scope": "global",
|
|
"icon_small": "serpapi-flights/icon_sm.svg",
|
|
"icon_large": "serpapi-flights/icon_lg.svg",
|
|
"user_description": "Search and compare flights, lookup airport codes, and explore routes via SerpAPI\u2019s Google Flights integration.",
|
|
"tags": [
|
|
"flights",
|
|
"travel",
|
|
"mcp",
|
|
"remote",
|
|
"search"
|
|
],
|
|
"auth": {
|
|
"type": "api_key"
|
|
},
|
|
"folder": "serpapi-flights",
|
|
"version": 2,
|
|
"version_string": "1.0.1",
|
|
"version_release_date": "2026-07-21",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "171f49e663b253fbb7e06807dd3f86410e4a7e266c119b2320a80cf2e0c1303a",
|
|
"size": 1352
|
|
},
|
|
{
|
|
"path": "verify.py",
|
|
"sha256": "eca6298a01cc1c8ce2aece9170a0b228efda7cb8a5c469d1ca3b62932fb7ea51",
|
|
"size": 2003
|
|
},
|
|
{
|
|
"path": "icon_sm.svg",
|
|
"sha256": "6dbd397e7e06d0431089b12e590c0a5dafa362dcb7117af122e240ea9231edc3",
|
|
"size": 570
|
|
},
|
|
{
|
|
"path": "icon_lg.svg",
|
|
"sha256": "5a2ffa7f2502fd27dc0027395db2c863bb544c8de1eef8131a5228d87402c8e6",
|
|
"size": 574
|
|
}
|
|
],
|
|
"tools": [
|
|
{
|
|
"name": "serpapi_search_flights",
|
|
"display_name": "Search Flights"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "ssh",
|
|
"name": "SSH Remote Access",
|
|
"type": "mcp_local",
|
|
"scope": "user",
|
|
"icon_small": "ssh/icon_sm.svg",
|
|
"icon_large": "ssh/icon_lg.svg",
|
|
"user_description": "Full SSH remote server access \u2014 files, commands, systemd, upload/download. Aliases manage host config; auth via key/agent or elicited password.",
|
|
"requires": [
|
|
"PYTHON"
|
|
],
|
|
"tags": [
|
|
"ssh",
|
|
"mcp",
|
|
"local",
|
|
"remote",
|
|
"server",
|
|
"sysadmin"
|
|
],
|
|
"auth": {
|
|
"type": "none"
|
|
},
|
|
"folder": "ssh",
|
|
"version": 2,
|
|
"version_string": "1.0.1",
|
|
"version_release_date": "2026-07-21",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "63bddd4aa095ae1804ae31d3f509ed93db4d43b0bf4972dbc970cd6df22a4f77",
|
|
"size": 4112
|
|
},
|
|
{
|
|
"path": "ssh_mcp_server.py",
|
|
"sha256": "68509094a35578ffaaf357e13b55e1bfcf397f16a3b993719c4c3b97ab2dc798",
|
|
"size": 49764
|
|
},
|
|
{
|
|
"path": "requirements.txt",
|
|
"sha256": "fa65d44e3d3219c79e5272ef7123352b5d71a35871ede721e66422c897b94e0e",
|
|
"size": 14
|
|
},
|
|
{
|
|
"path": "icon_sm.svg",
|
|
"sha256": "57e9e5de2ec56548a8a3821bb29c7f75c8a02f45ae236c8ae3388bb0be9b4a81",
|
|
"size": 254
|
|
},
|
|
{
|
|
"path": "icon_lg.svg",
|
|
"sha256": "84dc85685be0fff4cae1c2554b5fe958dd94455e182117c7470838b3cfca6ba1",
|
|
"size": 432
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "tavily",
|
|
"name": "Tavily",
|
|
"type": "mcp_remote",
|
|
"scope": "global",
|
|
"icon_small": "tavily/icon_sm.png",
|
|
"icon_large": "tavily/icon_lg.png",
|
|
"user_description": "Web search API for LLMs \u2014 real-time results, news, and content extraction.",
|
|
"tags": [
|
|
"search",
|
|
"mcp",
|
|
"remote"
|
|
],
|
|
"auth": {
|
|
"type": "api_key"
|
|
},
|
|
"folder": "tavily",
|
|
"version": 3,
|
|
"version_string": "1.0.2",
|
|
"version_release_date": "2026-07-22",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "0d0a4647e1b2a8866898bd0fb92d5f9e21d0a34e99ab09c15e63f396ab7dc97b",
|
|
"size": 1072
|
|
},
|
|
{
|
|
"path": "icon_lg.png",
|
|
"sha256": "55a00f6108c1ba0a7d75780c446494c3272733879748e18b0377b7f816f39c5d",
|
|
"size": 3803
|
|
},
|
|
{
|
|
"path": "icon_sm.png",
|
|
"sha256": "7cc2d70581dc4288b43b27c9e1f3e3946c5598a8f71c2916aa5c2b64b9273dfe",
|
|
"size": 1882
|
|
},
|
|
{
|
|
"path": "verify.py",
|
|
"sha256": "35a4f3b518c79363893c0438b1932b68e2dc5b4b61303037984488f6967b73a4",
|
|
"size": 2057
|
|
}
|
|
],
|
|
"tools": [
|
|
{
|
|
"name": "tavily_search",
|
|
"display_name": "Web Search"
|
|
},
|
|
{
|
|
"name": "tavily_extract",
|
|
"display_name": "Extract Content"
|
|
},
|
|
{
|
|
"name": "tavily_crawl",
|
|
"display_name": "Crawl Site"
|
|
},
|
|
{
|
|
"name": "tavily_map",
|
|
"display_name": "Map Site"
|
|
},
|
|
{
|
|
"name": "tavily_research",
|
|
"display_name": "Deep Research"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "weather",
|
|
"name": "Weather (Open-Meteo)",
|
|
"type": "mcp_local",
|
|
"scope": "global",
|
|
"icon_small": "weather/icon_sm.svg",
|
|
"icon_large": "weather/icon_lg.svg",
|
|
"user_description": "Global weather, forecast, and air quality via Open-Meteo \u2014 free, no API key required.",
|
|
"tags": [
|
|
"weather",
|
|
"mcp",
|
|
"local",
|
|
"free",
|
|
"forecast",
|
|
"air-quality"
|
|
],
|
|
"auth": {
|
|
"type": "none"
|
|
},
|
|
"folder": "weather",
|
|
"version": 4,
|
|
"version_string": "3.0.1",
|
|
"version_release_date": "2026-07-21",
|
|
"files": [
|
|
{
|
|
"path": "weather_mcp_server.py",
|
|
"sha256": "2b1c40f927d3095806504ae3c82ace156e6079294cf15c6c2c47df1422068185",
|
|
"size": 29865
|
|
},
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "92a52824ab12549e1f5f1e30fb9352a195e25eac90d73162bb5f20ced85695e3",
|
|
"size": 1403
|
|
},
|
|
{
|
|
"path": "requirements.txt",
|
|
"sha256": "bff057979879bf8d16acdc64317c6f2ac3dba4f1c4cd8df5ccd2a592fa804c95",
|
|
"size": 14
|
|
},
|
|
{
|
|
"path": "icon_sm.svg",
|
|
"sha256": "23ad1eaf8370e97bea7928ff4aebff8c09563092d00d05662df34b4661643b4c",
|
|
"size": 308
|
|
},
|
|
{
|
|
"path": "icon_lg.svg",
|
|
"sha256": "b1a16c5da95783d79e06388e5a18bc6c8291875335e8ac48665edeff5aeafca7",
|
|
"size": 372
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "whatsapp",
|
|
"name": "WhatsApp",
|
|
"type": "mcp_local",
|
|
"scope": "user",
|
|
"icon_small": "whatsapp/icon_sm.png",
|
|
"icon_large": "whatsapp/icon_lg.png",
|
|
"user_description": "Send and read WhatsApp messages from your own linked account. Link via QR code \u2014 no browser needed.",
|
|
"requires": [
|
|
"NODE"
|
|
],
|
|
"tags": [
|
|
"messaging",
|
|
"mcp",
|
|
"local",
|
|
"whatsapp",
|
|
"qr"
|
|
],
|
|
"auth": {
|
|
"type": "qr"
|
|
},
|
|
"folder": "whatsapp",
|
|
"version": 3,
|
|
"version_string": "2.0.3",
|
|
"version_release_date": "2026-07-21",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "a79f45462b8378472721a4afd02f752342488b01f2e0ba7b6e7383ab6815f858",
|
|
"size": 1286
|
|
},
|
|
{
|
|
"path": "index.js",
|
|
"sha256": "0bfaa3c5449f22a4e2c4c99c6e9402bb24651647eca9a36dbd7a639c95a6bfd6",
|
|
"size": 21668
|
|
},
|
|
{
|
|
"path": "package.json",
|
|
"sha256": "b99a9dccfd286b59e8482076129f2e40f7b339eba6c3db2a744887d65bd4964e",
|
|
"size": 302
|
|
},
|
|
{
|
|
"path": "icon_sm.png",
|
|
"sha256": "1128f198b2a07041f2e0c8c330fc998d29c310ec3225f866073b9e921aa59b5f",
|
|
"size": 74223
|
|
},
|
|
{
|
|
"path": "icon_lg.png",
|
|
"sha256": "1128f198b2a07041f2e0c8c330fc998d29c310ec3225f866073b9e921aa59b5f",
|
|
"size": 74223
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "wikipedia",
|
|
"name": "Wikipedia",
|
|
"type": "mcp_local",
|
|
"scope": "global",
|
|
"icon_small": "wikipedia/icon_sm.svg",
|
|
"icon_large": "wikipedia/icon_lg.svg",
|
|
"user_description": "Search and read Wikipedia articles \u2014 free, no API key required.",
|
|
"tags": [
|
|
"wikipedia",
|
|
"mcp",
|
|
"local",
|
|
"free",
|
|
"reference",
|
|
"research"
|
|
],
|
|
"auth": {
|
|
"type": "none"
|
|
},
|
|
"folder": "wikipedia",
|
|
"version": 4,
|
|
"version_string": "3.0.1",
|
|
"version_release_date": "2026-07-21",
|
|
"files": [
|
|
{
|
|
"path": "wikipedia_mcp_server.py",
|
|
"sha256": "ce9feed6a8b0a29ed405dbfe90743816d7f0714f1b580671bac722112bb54146",
|
|
"size": 12110
|
|
},
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "d5a411e5a4d33ce4b4a5fd148269f33e615c96791994ca75bd20cdb720035d55",
|
|
"size": 1295
|
|
},
|
|
{
|
|
"path": "requirements.txt",
|
|
"sha256": "bff057979879bf8d16acdc64317c6f2ac3dba4f1c4cd8df5ccd2a592fa804c95",
|
|
"size": 14
|
|
},
|
|
{
|
|
"path": "icon_sm.svg",
|
|
"sha256": "4110f6b49f5953f124099e99c1616aff63855215ceffa87d12800d2d413ddda2",
|
|
"size": 286
|
|
},
|
|
{
|
|
"path": "icon_lg.svg",
|
|
"sha256": "f9a8dde47baf3842331534ddc4333024b195c53b5f3bda40b0b99cea3daa9a96",
|
|
"size": 285
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "context7",
|
|
"name": "Context7",
|
|
"type": "mcp_remote",
|
|
"scope": "global",
|
|
"icon_small": "context7/icon_sm.svg",
|
|
"icon_large": "context7/icon_lg.svg",
|
|
"user_description": "Up-to-date documentation and code examples for any library, framework, SDK, API, CLI tool, or cloud service \u2014 fetched directly from the source. Free, no API key required.",
|
|
"tags": [
|
|
"documentation",
|
|
"search",
|
|
"mcp",
|
|
"remote",
|
|
"developer-tools"
|
|
],
|
|
"auth": {
|
|
"type": "none"
|
|
},
|
|
"folder": "context7",
|
|
"version": 1,
|
|
"version_string": "1.0.0",
|
|
"version_release_date": "2026-07-22",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "c7dfedad4e017c88420a78420f2ea2de35fc80d921b5da6bf628f8eceaf93584",
|
|
"size": 1321
|
|
},
|
|
{
|
|
"path": "verify.py",
|
|
"sha256": "8e46d562c028c4f5370c22c7df455886836267cf4bbb8ac605c79a2b509fb5f1",
|
|
"size": 2094
|
|
},
|
|
{
|
|
"path": "icon_sm.svg",
|
|
"sha256": "5407c6bf958a7d1c83a76440c8bb8e6508941cae9f9f319dfbb9c9250807f5e0",
|
|
"size": 724
|
|
},
|
|
{
|
|
"path": "icon_lg.svg",
|
|
"sha256": "1f9b3ec611c448eff1c4fb1844a948770f4c4aadf6b7e7a73d07fec738afe209",
|
|
"size": 739
|
|
}
|
|
],
|
|
"tools": [
|
|
{
|
|
"name": "resolve-library-id",
|
|
"display_name": "Resolve Library"
|
|
},
|
|
{
|
|
"name": "query-docs",
|
|
"display_name": "Query Docs"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "gmaps",
|
|
"name": "Google Maps",
|
|
"type": "mcp_local",
|
|
"scope": "global",
|
|
"icon_small": "gmaps/icon_sm.svg",
|
|
"icon_large": "gmaps/icon_lg.svg",
|
|
"user_description": "Get transit, driving, walking and cycling directions, geocode addresses, search nearby places, and compute distance matrices \u2014 powered by Google Maps Platform.",
|
|
"requires": [
|
|
"PYTHON",
|
|
"ENV"
|
|
],
|
|
"tags": [
|
|
"maps",
|
|
"mcp",
|
|
"local",
|
|
"google",
|
|
"navigation",
|
|
"transit"
|
|
],
|
|
"auth": {
|
|
"type": "api_key",
|
|
"delivery": "env",
|
|
"param": "GOOGLE_MAPS_API_KEY"
|
|
},
|
|
"folder": "gmaps",
|
|
"version": 2,
|
|
"version_string": "1.0.1",
|
|
"version_release_date": "2026-07-22",
|
|
"files": [
|
|
{
|
|
"path": "connector.json",
|
|
"sha256": "6c9bdcc3f3edae582e3355262f247f861e62bb9bd48d8221ea24af96281fd33e",
|
|
"size": 2311
|
|
},
|
|
{
|
|
"path": "gmaps_mcp_server.py",
|
|
"sha256": "98db82cc3f94d237c1675dbda97ec331d9b757f018c612b934a14c88143d9dd0",
|
|
"size": 30987
|
|
},
|
|
{
|
|
"path": "verify.py",
|
|
"sha256": "f566e0a0d297bf636d43e89c4b0085cdbd5322f6d353ea3552f37373e8612f55",
|
|
"size": 1903
|
|
},
|
|
{
|
|
"path": "icon_sm.svg",
|
|
"sha256": "796656d456681ef331ea9f3fa11419f37b8bb454ad7089de32f5583b2523abc4",
|
|
"size": 766
|
|
},
|
|
{
|
|
"path": "icon_lg.svg",
|
|
"sha256": "796656d456681ef331ea9f3fa11419f37b8bb454ad7089de32f5583b2523abc4",
|
|
"size": 766
|
|
}
|
|
],
|
|
"tools": [
|
|
{
|
|
"name": "status",
|
|
"display_name": "Status Check"
|
|
},
|
|
{
|
|
"name": "directions",
|
|
"display_name": "Directions"
|
|
},
|
|
{
|
|
"name": "geocode",
|
|
"display_name": "Geocode"
|
|
},
|
|
{
|
|
"name": "reverse_geocode",
|
|
"display_name": "Reverse Geocode"
|
|
},
|
|
{
|
|
"name": "search_places",
|
|
"display_name": "Search Places"
|
|
},
|
|
{
|
|
"name": "distance_matrix",
|
|
"display_name": "Distance Matrix"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |