Odel
spa reader mcp

spa reader mcp

Local
@xxo47oxx1TypeScriptMITUpdated 5mo ago

MCP Server that renders JavaScript SPA pages and extracts LLM-ready Markdown content

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

npmspa-reader-mcpv1.0.2

Run

npx -y spa-reader-mcp

MCP client config

{
  "mcpServers": {
    "spa-reader-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "spa-reader-mcp"
      ]
    }
  }
}