iReader MCP
About
A MCP server that provides tools for reading and extracting content from internet.
Details
- Author
- zlatanpham
- GitHub stars
- 1
- Downloads
- 162
- Categories
- Web Scraping, Other
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
iReader MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"ireader mcp": {
"ireader": {
"command": "npx",
"args": [
"tsx",
"/PATH/TO/YOUR_PROJECT/src/index.ts"
]
}
}
}
}
McpServers
{
"ireader": {
"command": "npx",
"args": [
"tsx",
"/PATH/TO/YOUR_PROJECT/src/index.ts"
]
}
}
iReader MCP
A Model Context Protocol (MCP) server that provides tools for reading and extracting content from internet.
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




