Odel
LastSearch

LastSearch

Local
@lastsearch-hq20TypeScriptApache-2.0Updated 1w ago

Evidence-backed web research for AI agents with citations and confidence scores.

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

npmlastsearchv1.0.3

Run

npx -y lastsearch

MCP client config

{
  "mcpServers": {
    "lastsearch": {
      "command": "npx",
      "args": [
        "-y",
        "lastsearch"
      ]
    }
  }
}