mcpbeat Sign in

Smart Reader MCP Server

local only

Smart Reader MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 58 installs a week from npm. Last commit 8 Aug 2026.

Sniff format and delegate to Sylphx Reader siblings for unified media read.

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 33 · avg 11 · +195% w/w
a month agotoday
58
Installs / week
npm · @sylphx/smart-reader-mcp
0
Stars
0 open issues
8 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const probe = spawnSync(binary, [], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 smart-reader-mcp -- npx -y @sylphx/smart-reader-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "smart-reader-mcp": {
      "args": [
        "-y",
        "@sylphx/smart-reader-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.smart-reader-mcp]
command = "npx"
args = ["-y", "@sylphx/smart-reader-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "smart-reader-mcp": {
      "args": [
        "-y",
        "@sylphx/smart-reader-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "smart-reader-mcp": {
      "args": [
        "-y",
        "@sylphx/smart-reader-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Smart Reader MCP

same job, measured the same way
Diff
by ryudi84

MCP server for computing text diffs, comparing strings, and generating unified diff output.

local only
Mailbox
by psyb0t

Self-hosted MCP server for unified IMAP/SMTP mailbox access: read, list, and send email.

local only
UniFi Protect MCP
by sirkirby

Manage UniFi Protect cameras, events, recordings, and smart detections via MCP.

5 684 installs/wk local only
AutoRender MCP
by autorender

AutoRender's MCP server for media assets, transformations, delivery, and workflow automation.

answering
Slack
by pulsemcp

MCP server for Slack — read/write messages, manage threads, and react to messages.

884 installs/wk local only
MCP Document Reader
by xt765

An MCP enabled multi-format document reader supporting DOCX, PDF, TXT, and Excel files

174 installs/wk local only
Dialogbrain
by saloprj

Unified inbox MCP for WhatsApp, Telegram, Email, voice — read/send messages, search, AI agents.

answering
Overseerr MCP
by tootie

MCP server for Overseerr media requests and discovery.

52 installs/wk local only

Smart Reader MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Smart Reader MCP?
Smart Reader MCP 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/smart-reader-mcp was installed 58 times last week.
Is Smart Reader MCP still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Smart Reader MCP?
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/smart-reader-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Smart Reader MCP?
The npm package @sylphx/smart-reader-mcp was installed 58 times in the last week. Week over week that is +195%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Smart Reader MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.