zcaceres/fetch-mcp
An MCP server to flexibly fetch JSON, text, and HTML data
Quick Start
Clone the repository:
git clone https://github.com/zcaceres/fetch-mcpClaude Desktop configuration example:
{
"mcpServers": {
"fetch-mcp": {
"command": "npx",
"args": [
"-y",
"zcaceres/fetch-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.