← Index

io.github.n24q02m/wet-mcp

io.github.n24q02m/wet-mcp·v2.28.7·Documents & Spreadsheets
Quality Score
85
/100

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

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "wet-mcp": {
      "command": "uvx",
      "args": [
        "wet-mcp"
      ],
      "env": {
        "API_KEYS": "<your-api_keys>",
        "GITHUB_TOKEN": "<your-github_token>"
      }
    }
  }
}
Claude Desktop (Docker)
{
  "mcpServers": {
    "wet-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/n24q02m/wet-mcp:latest"
      ],
      "env": {
        "API_KEYS": "<your-api_keys>",
        "GITHUB_TOKEN": "<your-github_token>"
      }
    }
  }
}
§02  Environment variables
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

API_KEYS
secret

API keys for cloud embedding and media analysis (format: ENV_VAR:key)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets