PluginBench
MCP Server

Speed Reader MCP Server

com.archerionlabs/speedread

What is the Speed Reader MCP server?

Turn any article, document, or chat reply into a one-word-at-a-time RSVP reading session.

How to install Speed Reader

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "speedread": {
      "url": "https://archerionlabs.com/mcp/speedread"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "speedread": {
      "serverUrl": "https://archerionlabs.com/mcp/speedread"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "speedread": {
      "type": "http",
      "url": "https://archerionlabs.com/mcp/speedread"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "speedread": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://archerionlabs.com/mcp/speedread"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http speedread https://archerionlabs.com/mcp/speedread

Related MCP servers

Shared memory across AI dev tools: each session hands its context to the next, not starting cold.