iReader MCP

by zlatanpham

1 stars
162 downloads
Not rated
GitHub

About

A MCP server that provides tools for reading and extracting content from internet.

Details

Author
zlatanpham
GitHub stars
1
Downloads
162
Categories
Web Scraping, Other

- Fetch webpage content as markdown using Jina reader
- Get YouTube video transcripts
- Retrieve tweet threads by URL or ID
- Extract text from PDF files
- Fetch public Google Doc content as markdown

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name iReader MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via git clone and pnpm install, or run with npx. Configure an MCP client by adding the server configuration to your client's settings JSON file. The server starts and listens via stdio.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "ireader mcp": {
            "ireader": {
                "command": "npx",
                "args": [
                    "tsx",
                    "/PATH/TO/YOUR_PROJECT/src/index.ts"
                ]
            }
        }
    }
}

McpServers

{
    "ireader": {
        "command": "npx",
        "args": [
            "tsx",
            "/PATH/TO/YOUR_PROJECT/src/index.ts"
        ]
    }
}

iReader MCP

A Model Context Protocol (MCP) server that provides tools for reading and extracting content from internet.

Installation

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.