AgentHubAgentHub

webfetch

MCP ServerMCP Registry官方收录

io.github.ashlrai/webfetch · v0.1.5

License-first federated image search with attribution, dimensions, and download tooling.

概览

webfetch 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "webfetch": {
      "command": "npx",
      "args": [
        "-y",
        "getwebfetch-mcp"
      ]
    }
  }
}

环境变量

UNSPLASH_ACCESS_KEY可选secret

Optional Unsplash API key for Unsplash provider results.

PEXELS_API_KEY可选secret

Optional Pexels API key for Pexels provider results.

PIXABAY_API_KEY可选secret

Optional Pixabay API key for Pixabay provider results.

BRAVE_API_KEY可选secret

Optional Brave Search API key for Brave image search results.

SERPAPI_KEY可选secret

Optional SerpApi key for Google Images results.

相关资源

统一 Manifest

{
  "id": "io.github.ashlrai/webfetch",
  "type": "mcp-server",
  "version": "0.1.5",
  "displayName": "webfetch",
  "description": "License-first federated image search with attribution, dimensions, and download tooling.",
  "repository": {
    "url": "https://github.com/ashlrai/webfetch",
    "source": "github",
    "subfolder": "packages/mcp"
  },
  "homepage": "https://getwebfetch.com",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "getwebfetch-mcp",
        "version": "0.1.5",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "UNSPLASH_ACCESS_KEY",
            "description": "Optional Unsplash API key for Unsplash provider results.",
            "isSecret": true
          },
          {
            "name": "PEXELS_API_KEY",
            "description": "Optional Pexels API key for Pexels provider results.",
            "isSecret": true
          },
          {
            "name": "PIXABAY_API_KEY",
            "description": "Optional Pixabay API key for Pixabay provider results.",
            "isSecret": true
          },
          {
            "name": "BRAVE_API_KEY",
            "description": "Optional Brave Search API key for Brave image search results.",
            "isSecret": true
          },
          {
            "name": "SERPAPI_KEY",
            "description": "Optional SerpApi key for Google Images results.",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.ashlrai/webfetch",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.ashlrai%2Fwebfetch/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
webfetch — MCP Server 安装与配置 · AgentHub