Open-source MCP server for AI agents: web search, content extraction, and library docs.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx wet-mcp
MCP client config
{
"mcpServers": {
"wet-mcp": {
"command": "uvx",
"args": [
"wet-mcp"
]
}
}
}