MCP.so
ログイン

iReader MCP

@zlatanpham

iReader MCP について

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

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

zlatanpham

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

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.

概要

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.

コメント

「その他」の他のコンテンツ