iReader MCP
@zlatanpham
About iReader MCP
A MCP server that provides tools for reading and extracting content from internet.
Basic information
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
5Fetches 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.
More Other MCP servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Comments