PluginBench
MCP Server

io.github.j0hanz/superfetch MCP Server

io.github.j0hanz/superfetch

What is the io.github.j0hanz/superfetch MCP server?

Intelligent web content fetcher MCP server that converts HTML to clean, AI-readable JSONL format

How to install io.github.j0hanz/superfetch

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "superfetch": {
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/superfetch"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "superfetch": {
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/superfetch"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "superfetch": {
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/superfetch"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "superfetch": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/superfetch"
      ]
    }
  }
}
Claude Code
claude mcp add superfetch -- npx -y @j0hanz/superfetch

Related MCP servers

Gemini-powered MCP server for code analysis.

View repository →

Gemini-powered MCP server for code analysis.

View repository →

Gemini-powered MCP server for code review analysis.

View repository →

Multi-level reasoning MCP server with configurable depth levels

View repository →

An MCP server that fetches web pages and converts them to clean, readable Markdown.

View repository →

🔍 Read-only MCP server for secure filesystem exploration, searching, and analysis

View repository →