Skip to content
Cursor

my websearch for Cursor

io.github.wtznicy/my-websearch

MyWebSearch - multi-engine web search MCP server, CLI and local daemon. No API keys required.

client:Cursor transport:stdio runtime:npm

Install my websearch 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": {
    "my-websearch": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "my-websearch"
      ],
      "env": {
        "EXA_API_KEY": "<EXA_API_KEY>"
      }
    }
  }
}

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

my websearch in other clients