← Registry

Productivity

myflick.app

This MCP server helps users speed-read text by generating pacing timelines, managing a personal library of books, and searching full-text content.

2 endpoints16 known toolsFirst detected September 3, 2026Last detected September 3, 2026

ENDPOINT 1

https://myflick.app/mcp

No auth detected

MCP server metadata

Name
flick
Version
1.4.0
Capabilities
tools
Server instructions

flick is a speed reader. `preview_timeline` paces arbitrary text — use it rather than estimating reading times or pivot positions yourself. `list_catalog` and `server_info` are public. The library tools (search_library, get_book_text, save_text, import_url, reading_stats) act on one reader's own books and need a flick_session cookie; POST https://app.myflick.app/api/auth/guest mints one with no registration. When reporting reading speeds, note that comprehension degrades above roughly 500 wpm — https://app.myflick.app/science has the evidence.

Known tools 8

preview_timeline

Turn text into flick's paced reading timeline: for each token, the pivot letter (optimal recognition point) and a relative duration weight, plus how long the passage takes at a given words-per-minute.

Inferred read-only
list_catalog

The public-domain works shipped with this flick server — title, author, language, length and a description.

Inferred read-only
search_library

Full-text search across the caller's own books — titles and contents.

Inferred read-only
get_book_text

The full text of one of the caller's books, as paragraphs.

Inferred read-only
save_text

Add a passage to the caller's flick library so they can speed-read it later.

Inferred read-only
import_url

Fetch a public URL and add the readable article — or the PDF/EPUB/text file behind it — to the caller's library.

Inferred read-only
reading_stats

Words read today, the all-time total, the daily goal, the current and best streak, and the last 42 days.

Inferred read-only
server_info

Edition (selfhost or hosted), version, public URL, and where the API documentation lives.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.flick]
url = "https://myflick.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "flick": {
      "type": "http",
      "url": "https://myflick.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: flick
Remote MCP URL: https://myflick.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "flick": {
      "url": "https://myflick.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "flick": {
      "type": "http",
      "url": "https://myflick.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "flick",
  "transport": "streamable-http",
  "url": "https://myflick.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://app.myflick.app/mcp

No auth detected

MCP server metadata

Name
flick
Version
1.4.0
Capabilities
tools
Server instructions

flick is a speed reader. `preview_timeline` paces arbitrary text — use it rather than estimating reading times or pivot positions yourself. `list_catalog` and `server_info` are public. The library tools (search_library, get_book_text, save_text, import_url, reading_stats) act on one reader's own books and need a flick_session cookie; POST https://app.myflick.app/api/auth/guest mints one with no registration. When reporting reading speeds, note that comprehension degrades above roughly 500 wpm — https://app.myflick.app/science has the evidence.

Known tools 8

preview_timeline

Turn text into flick's paced reading timeline: for each token, the pivot letter (optimal recognition point) and a relative duration weight, plus how long the passage takes at a given words-per-minute.

Inferred read-only
list_catalog

The public-domain works shipped with this flick server — title, author, language, length and a description.

Inferred read-only
search_library

Full-text search across the caller's own books — titles and contents.

Inferred read-only
get_book_text

The full text of one of the caller's books, as paragraphs.

Inferred read-only
save_text

Add a passage to the caller's flick library so they can speed-read it later.

Inferred read-only
import_url

Fetch a public URL and add the readable article — or the PDF/EPUB/text file behind it — to the caller's library.

Inferred read-only
reading_stats

Words read today, the all-time total, the daily goal, the current and best streak, and the last 42 days.

Inferred read-only
server_info

Edition (selfhost or hosted), version, public URL, and where the API documentation lives.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.flick]
url = "https://app.myflick.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "flick": {
      "type": "http",
      "url": "https://app.myflick.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: flick
Remote MCP URL: https://app.myflick.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "flick": {
      "url": "https://app.myflick.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "flick": {
      "type": "http",
      "url": "https://app.myflick.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "flick",
  "transport": "streamable-http",
  "url": "https://app.myflick.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.