What is the Smart Reader MCP MCP server?
Sniff format and delegate to Sylphx Reader siblings for unified media read.
How to install Smart Reader MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"smart-reader-mcp": {
"command": "npx",
"args": [
"-y",
"@sylphx/smart-reader-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"smart-reader-mcp": {
"command": "npx",
"args": [
"-y",
"@sylphx/smart-reader-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"smart-reader-mcp": {
"command": "npx",
"args": [
"-y",
"@sylphx/smart-reader-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"smart-reader-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sylphx/smart-reader-mcp"
]
}
}
}Claude Code
claude mcp add smart-reader-mcp -- npx -y @sylphx/smart-reader-mcpRelated MCP servers
PDF Reader MCP
Active
Evidence-first PDF MCP. Agent Document Twin with citeable page+bbox evidence.
895
View repository →TypeScript
MIT
Image Reader MCP
Active
Evidence-first image MCP. Agent Media Twin with metadata and citeable OCR evidence.
2
View repository →TypeScript
MIT
Video Reader MCP
Active
Evidence-first video MCP. Timeline document with ffprobe streams and subtitle cues.
2
View repository →TypeScript
MIT