Agent Plugins Marketplace
← All plugins

fetch

v1.2.0

Fetch web content in multiple formats - HTML, JSON, plain text, Markdown, readable articles, and YouTube transcripts

CodexClaude Code1 Skill1 MCP serverstdio

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

Installs for the current user
codex plugin marketplace add pleaseai/claude-code-plugins
codex plugin marketplace upgrade pleaseai
codex plugin add fetch@pleaseai

Paste 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-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/fetch/.

Plugin files

plugins/fetch/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/fetch/SKILL.md
└── .mcp.json

Included Skills1

fetchskills/fetch/SKILL.md

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

fetchstdio
command
npx
args
-y mcp-fetch-server

Plugin manifests2

plugins/fetch/.codex-plugin/plugin.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"
  },
  "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"
}
plugins/fetch/.claude-plugin/plugin.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"
      ]
    }
  }
}

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)