mcpbeat Sign in
I

Lookout MCP Server

local only

Lookout runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 24 Sep 2026.

Lookout — web answers with source-level proof. Search and fetch citeable excerpts, no API key.

Installs / week
npm · @sylphx/lookout
1
Stars
0 open issues
24 Sep 2026
Last commit
no recent releases
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Lookout every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add lookout -- npx -y @sylphx/lookout
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lookout": {
      "args": [
        "-y",
        "@sylphx/lookout"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.lookout]
command = "npx"
args = ["-y", "@sylphx/lookout"]
.cursor/mcp.json
{
  "mcpServers": {
    "lookout": {
      "args": [
        "-y",
        "@sylphx/lookout"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "lookout": {
      "args": [
        "-y",
        "@sylphx/lookout"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Lookout

same job, measured the same way
MIAPI — Grounded Web Answers
by miapi

Web search and AI answers with real source citations and a confidence score.

257 installs/wk local only
Citra
by sylphxai

Citra — PDF answers with page-level proof: structure, tables, OCR, and page citations.

848 installs/wk local only
Linkup
by mcparmory

Search the web and fetch pages with sourced results, optimized for AI agents

223 installs/wk local only
Free Search
by sweetcornna

No-API-key web search, page fetching and document reading across many engines. Local-first.

local only
Iconserve
by asr-aditya

Icons for agentic development: search & fetch 366,000+ open-source icons as SVG/PNG. No API key.

3 tools answering
MCP Lyricscom
by smeet666

Search song lyrics on lyrics.com by word or by title, and fetch full lyrics. No API key required.

50 installs/wk local only
Web Search
by hec-ovi

Keyless multi-engine web search, fetch, and clean-Markdown read for AI agents. No API keys.

198 installs/wk local only
Sofya
by sofya

Web search, fetch, extract, and research for AI agents. Markdown output + AI-synthesized answers.

4 tools answering

Lookout — questions

Answers built from our own checks of this server.

Why is there no uptime for Lookout?
Lookout runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @sylphx/lookout.
How do I connect Lookout?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @sylphx/lookout straight from npm; nothing to host, nothing to sign up for.
Is Lookout open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.