MCP.so
Sign In

iReader MCP

@zlatanpham

About iReader MCP

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

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

zlatanpham

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

5

Fetches the content of a webpage using Jina reader.

Fetches the transcript of a YouTube video.

Fetches the thread of a tweet.

Extracts text content from a PDF file.

Fetches the markdown content of a public Google Doc by URL.

Overview

What is iReader MCP?

iReader MCP is a server that provides tools for reading and extracting content from the internet, including webpages, YouTube transcripts, tweets, PDFs, and public Google Docs. It is for developers using MCP-compatible clients like Claude Desktop.

How to use iReader MCP?

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.

Key features of iReader MCP

  • 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

Use cases of iReader MCP

  • Convert a webpage to markdown for analysis or summarization
  • Retrieve a YouTube video transcript for captioning or search
  • Extract a tweet thread for archival or sentiment analysis
  • Read the text content of an online PDF
  • Access the content of a public Google Doc programmatically

FAQ from iReader MCP

How to use iReader MCP with Claude Desktop or other MCP clients?

Add a server configuration to your MCP client settings, using either npx -y @x-mcp/ireader@latest or a local path to the server script. The server connects via stdio.

Comments

More Other MCP servers