Skip to main content
Developer ToolsTypeScript

zcaceres/fetch-mcp

An MCP server to flexibly fetch JSON, text, and HTML data

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/zcaceres/fetch-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "fetch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zcaceres/fetch-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
zcaceres