@vakra-dev/reader-mcp on npm. Works with any tool that supports the Model Context Protocol.
Setup
You need a Reader API key. Get one at console.reader.dev.Claude Code
Claude Desktop
Add to yourclaude_desktop_config.json:
Cursor
Add to your Cursor MCP settings (Settings > Features > MCP Servers):VS Code
Add to your.vscode/mcp.json or user settings:
Windsurf
Add to your~/.codeium/windsurf/mcp_config.json:
Codex
Add to your~/.codex/config.toml:
OpenCode
Add to youropencode.jsonc:
Available tools
Once connected, your AI assistant has access to these tools:Example prompts
Once the MCP server is connected, you can ask your AI assistant things like:- “Scrape https://example.com/docs and summarize the key points”
- “Crawl https://docs.example.com up to depth 3 and find all pages about authentication”
- “Discover all URLs on https://example.com and list the ones about pricing”
- “Extract the product name, price, and features from https://example.com/product”
- “Check my Reader credit balance”
Self-hosted
If you’re running a self-hosted Reader instance, set theREADER_API_URL environment variable alongside your API key:
Pricing
MCP tools use the same credit system as the API:Next
- Reader as an agent tool: Build your own tool calling integration
- Structured extraction: Extract structured data from pages
- RAG pipeline: Build retrieval-augmented generation with Reader

