Odel
wet mcp

wet mcp

Local
@n24q02m17PythonApache-2.0Updated 2 days ago

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).

PyPIwet-mcpv3.11.0-beta.1

Run

uvx wet-mcp

MCP client config

{
  "mcpServers": {
    "wet-mcp": {
      "command": "uvx",
      "args": [
        "wet-mcp"
      ]
    }
  }
}