← Back to Plugins
MCP Server MCP

webfetch

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "getwebfetch-mcp",
      "version": "0.1.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional Unsplash API key for Unsplash provider results.",
          "isSecret": true,
          "name": "UNSPLASH_ACCESS_KEY"
        },
        {
          "description": "Optional Pexels API key for Pexels provider results.",
          "isSecret": true,
          "name": "PEXELS_API_KEY"
        },
        {
          "description": "Optional Pixabay API key for Pixabay provider results.",
          "isSecret": true,
          "name": "PIXABAY_API_KEY"
        },
        {
          "description": "Optional Brave Search API key for Brave image search results.",
          "isSecret": true,
          "name": "BRAVE_API_KEY"
        },
        {
          "description": "Optional SerpApi key for Google Images results.",
          "isSecret": true,
          "name": "SERPAPI_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...