Servers
iReader MCP
@zlatanpham
A MCP server that provides tools for reading and extracting content from internet.
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.