Skip to content
Cursor

wet mcp for Cursor

io.github.n24q02m/wet-mcp

Open-source MCP server for AI agents: web search, content extraction, and library docs.

client:Cursor transport:stdio runtime:pypi

Install wet mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "wet-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "wet-mcp"
      ],
      "env": {
        "API_KEYS": "<API_KEYS>",
        "GITHUB_TOKEN": "<GITHUB_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

wet mcp in other clients