fetch
v1.2.0Fetch web content in multiple formats - HTML, JSON, plain text, Markdown, readable articles, and YouTube transcripts
By fetch-mcp projectLicense: MIT15 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install fetch for Codex and Claude Code
codex plugin marketplace add pleaseai/claude-code-plugins
codex plugin marketplace upgrade pleaseai
codex plugin add fetch@pleaseaiPaste and run these commands in a terminal with Codex. They add and refresh the pleaseai catalog, then install this plugin.
Compatibility: the page URL and API slug “fetch” remain stable.
- Codex:
fetch@agent-plugin-marketplace→fetch@pleaseai
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/pleaseai/claude-code-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/fetch/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/fetch/SKILL.md└── .mcp.json
Included Skills1
Fetch web content in multiple formats using fetch MCP tools. Use when WebFetch fails with 403/access errors, when fetching HTML pages, JSON APIs, plain text, readable article content, or YouTube transcripts. Triggers on mentions of fetching URLs, web scraping, reading web pages, downloading content, or accessing online resources.
MCP servers1
- command
- npx
- args
- -y mcp-fetch-server
Plugin manifests2
{
"name": "fetch",
"version": "1.2.0",
"description": "Fetch web content in multiple formats - HTML, JSON, plain text, Markdown, readable articles, and YouTube transcripts",
"author": {
"name": "fetch-mcp project",
"url": "https://github.com/zcaceres/fetch-mcp"
},
"interface": {
"displayName": "Fetch",
"shortDescription": "Fetch web content in multiple formats - HTML, JSON, plain text, Markdown, readable articles, and YouTube transcripts",
"longDescription": "Fetch web content in multiple formats - HTML, JSON, plain text, Markdown, readable articles, and YouTube transcripts",
"developerName": "fetch-mcp project",
"category": "Tooling",
"capabilities": [
"Tool"
],
"defaultPrompt": [
"Use Fetch for my current task."
],
"websiteURL": "https://github.com/zcaceres/fetch-mcp"
},
"homepage": "https://github.com/zcaceres/fetch-mcp",
"license": "MIT",
"keywords": [
"fetch",
"web",
"html",
"markdown",
"youtube",
"mcp"
],
"mcpServers": "./.mcp.json"
}{
"name": "fetch",
"version": "1.2.0",
"description": "Fetch web content in multiple formats - HTML, JSON, plain text, Markdown, readable articles, and YouTube transcripts",
"author": {
"name": "fetch-mcp project",
"url": "https://github.com/zcaceres/fetch-mcp"
},
"homepage": "https://github.com/zcaceres/fetch-mcp",
"license": "MIT",
"keywords": [
"fetch",
"web",
"html",
"markdown",
"youtube",
"mcp"
],
"mcpServers": {
"fetch": {
"command": "npx",
"args": [
"-y",
"mcp-fetch-server"
]
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[fetch on Agent Plugins Marketplace](https://pluginsmp.com/plugins/fetch)