PluginBench
MCP Server

io.github.n24q02m/wet-mcp MCP Server

io.github.n24q02m/wet-mcp

What is the io.github.n24q02m/wet-mcp MCP server?

MCP server for web search, content extraction, academic research, and library docs.

How to install io.github.n24q02m/wet-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • API_KEYS
    secret

    API keys for cloud embedding and media analysis (format: ENV_VAR:key). Example: GOOGLE_API_KEY:AIza...

  • GITHUB_TOKEN
    secret

    GitHub personal access token for higher rate limits on library discovery

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wet-mcp": {
      "command": "uvx",
      "args": [
        "wet-mcp"
      ],
      "env": {
        "API_KEYS": "<YOUR_API_KEYS>",
        "GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "wet-mcp": {
      "command": "uvx",
      "args": [
        "wet-mcp"
      ],
      "env": {
        "API_KEYS": "<YOUR_API_KEYS>",
        "GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "wet-mcp": {
      "command": "uvx",
      "args": [
        "wet-mcp"
      ],
      "env": {
        "API_KEYS": "<YOUR_API_KEYS>",
        "GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "wet-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "wet-mcp"
      ],
      "env": {
        "API_KEYS": "<YOUR_API_KEYS>",
        "GITHUB_TOKEN": "<YOUR_GITHUB_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add wet-mcp --env API_KEYS=<YOUR_API_KEYS> --env GITHUB_TOKEN=<YOUR_GITHUB_TOKEN> -- uvx wet-mcp

Related MCP servers

Knowledge graph for token-efficient code reviews with fixed search and configurable embeddings

View repository →

IMAP/SMTP MCP server for Email with composite tools. Multi-account, auto-discovery.

View repository →

MCP server for Godot Engine 4.x with 17 tools for scenes, scripts, and shaders.

View repository →

Markdown-first MCP server for Notion API with 9 composite tools and 39+ actions.

View repository →

Telegram MCP server — dual-mode Bot API + MTProto, 6 composite tools.

View repository →

MCP server for image/video understanding & generation (Gemini/OpenAI/Grok)

View repository →