Add HTTP Fetch connector (npx mcp-fetch-server, no auth)

This commit is contained in:
2026-07-18 21:54:03 +01:00
parent 36a026ff71
commit d02b5ce1df
4 changed files with 63 additions and 0 deletions
+22
View File
@@ -174,6 +174,28 @@
]
},
{
{
"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",
"files": [
{"path": "connector.json", "sha256": "f8aeb07f8485d39d47b5ccf6852197e8299feea6e7add0c6aaf446185df7a2cc", "size": 1122},
{"path": "icon_sm.svg", "sha256": "fa32e634744d8cba369f6d8ba45746166124f7d3507cefd9a1f96180c787e1a8", "size": 380},
{"path": "icon_lg.svg", "sha256": "3e5496d949062678ae44cd74430b29232bbfe28a7600038deb3159c4b26adee1", "size": 382}
]
},
"id": "ssh",
"name": "SSH Remote Access",
"type": "mcp_local",