Npx Fetch
Freeby MCP Community
A CLI tool for fetching and processing content using the Model Context Protocol
v1.0.0Added Apr 12, 2026
mcpmodel-context-protocolclifetchcontent-processing
Npx Fetch MCP Server
A CLI tool for fetching and processing content using the Model Context Protocol
Installation
Reviews
Installation
Quick install
npx -y @tokenizin/mcp-npx-fetch
Add to claude_desktop_config.json
{
"mcpServers": {
"npx-fetch": {
"command": "npx",
"args": ["-y", "@tokenizin/mcp-npx-fetch"]
}
}
}