iReader MCP
by zlatanpham
iReader MCP is a Model Context Protocol (MCP) server designed to read and extract content from the internet. It provides tools for fetching and processing data from webpages, YouTube videos, tweets, and PDF files.
Last updated: N/A
What is iReader MCP?
iReader MCP is a server that implements the Model Context Protocol, providing tools to extract content from various online sources like webpages, YouTube videos, Twitter threads, and PDF files. It acts as a bridge between large language models and online data, allowing them to access and process information from the web.
How to use iReader MCP?
To use iReader MCP, first clone the repository and install the dependencies using pnpm install
. You can then test the server using pnpm test
with mcp-cli
or inspect it with a Web UI using pnpm inspect
. To integrate with Claude Desktop, follow the provided guide and add the server configuration, specifying the command and arguments to start the server.
Key features of iReader MCP
Fetches webpage content as Markdown
Extracts YouTube video transcripts
Retrieves Twitter thread content
Extracts text from PDF files
Supports Model Context Protocol
Use cases of iReader MCP
Providing context to language models
Summarizing web content
Analyzing social media trends
Extracting data from online documents
Building knowledge bases
FAQ from iReader MCP
How to use with Claude Desktop?
How to use with Claude Desktop?
Follow the guide https://modelcontextprotocol.io/quickstart/user and add the server configuration, specifying the command and arguments to start the server.
How do I test the server?
How do I test the server?
You can test the server using pnpm test
with mcp-cli
or inspect it with a Web UI using pnpm inspect
.
What tools are available?
What tools are available?
The available tools include get_webpage_markdown
, get_youtube_transcript
, get_tweet_thread
, and get_pdf
.
What parameters does get_webpage_markdown
require?
What parameters does get_webpage_markdown
require?
It requires the url
parameter, which is the URL of the webpage to fetch.
What license is iReader MCP released under?
What license is iReader MCP released under?
iReader MCP is released under the MIT license.