Back to MCP Servers
Fetch
An MCP server to flexibly fetch JSON, text, and HTML data
developer-tools
By zcaceres
Installation
npx -y fetch-mcpConfiguration
{
"mcpServers": {
"fetch-mcp": {
"command": "npx",
"args": ["-y", "fetch-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes