io.github.n24q02m/wet-mcp
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_KEYSsecret
API keys for cloud embedding and media analysis (format: ENV_VAR:key). Example: GOOGLE_API_KEY:AIza...
GITHUB_TOKENsecret
GitHub personal access token for higher rate limits on library discovery
API_KEYSsecret
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
ac.tandem/docs-mcp
ac.tandem/docs-mcp
Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
ai.adramp/google-ads
ai.adramp/google-ads
Google Ads MCP server — manage campaigns, keywords, and metrics.
AutEng MCP - Markdown Publishing & Document Share Links
ai.auteng/docs
Publish markdown documents as public share links with mermaid diagram support. Built by AutEng.ai