
Research
/Security News
Trivy Under Attack Again: Widespread GitHub Actions Tag Compromise Exposes CI/CD Secrets
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.
@smithery/mcp-fetch
Advanced tools
A Model Context Protocol server that provides web content fetching capabilities
Model Context Protocol server for fetching web content and processing images. This allows Claude Desktop (or any MCP client) to fetch web content and handle images appropriately.
To use this tool with Claude Desktop, simply add the following to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"tools": {
"fetch": {
"command": "npx",
"args": ["-y", "@kazuph/mcp-fetch"]
}
}
}
This will automatically download and run the latest version of the tool when needed.
This accessibility setting is required for automated clipboard operations (Cmd+V) to work properly.
The following sections are for those who want to develop or modify the tool.
npm install -g tsx)To install MCP Fetch for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @kazuph/mcp-fetch --client claude
git clone https://github.com/kazuph/mcp-fetch.git
cd mcp-fetch
npm install
npm run build
When processing images from web content, the following limits are applied:
If content exceeds these limits, images will be automatically split into multiple groups, and you'll need to paste (Cmd+V) multiple times.
Make sure Claude Desktop is installed and running.
Install tsx globally if you haven't:
npm install -g tsx
# or
pnpm add -g tsx
~/Library/Application Support/Claude/claude_desktop_config.jsonYou can easily find this through the Claude Desktop menu:
Add the following to your MCP client's configuration:
{
"tools": {
"fetch": {
"args": ["tsx", "/path/to/mcp-fetch/index.ts"]
}
}
}
fetch: Retrieves URLs from the Internet and extracts their content as markdown. Images are automatically processed and prepared for clipboard operations.FAQs
A Model Context Protocol server that provides web content fetching capabilities
The npm package @smithery/mcp-fetch receives a total of 7 weekly downloads. As such, @smithery/mcp-fetch popularity was classified as not popular.
We found that @smithery/mcp-fetch demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.

Security News
ENISA’s new package manager advisory outlines the dependency security practices companies will need to demonstrate as the EU’s Cyber Resilience Act begins enforcing software supply chain requirements.

Research
/Security News
We identified over 20 additional malicious extensions, along with over 20 related sleeper extensions, some of which have already been weaponized.