auth-fetch-mcp MCP Server
ymw0407/auth-fetch-mcp
Are you the maintainer of ymw0407/auth-fetch-mcp? Claim this listing →
MCP server that lets AI assistants fetch content from authenticated web pages.
Add AgentRank to Claude Code Discover and compare tools like ymw0407/auth-fetch-mcp — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
ymw0407/auth-fetch-mcp is a TypeScript MCP server. MCP server that lets AI assistants fetch content from authenticated web pages.
Ranked #110 out of 116 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
Stars 15% 2
2 stars → early stage
Freshness 25% 1d ago
Last commit 1d ago → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 1
1 contributor → solo project
Dependents 25% 0
No dependents → no downstream usage
npm Downloads 13% 2/wk
2 weekly installs → early adoption
PyPI Downloads N/A
Forks 0
Description Good
License None
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
License low impact
Contributors medium impact
Matched Queries
From the README
# auth-fetch-mcp
MCP server that lets AI assistants fetch content from authenticated web pages.
When your AI tries to read a URL that requires login, this tool opens a real browser for you to sign in — then captures the page content. Sessions are saved locally, so you only log in once per service.
## Demo
> "Summarize this Notion page for me"
A browser opens with a **Capture** button. Log in if needed, then click it:
The AI receives the full page content and responds:
## Quick Start
### Claude Code
```bash
claude mcp add --scope user auth-fetch -- npx auth-fetch-mcp@latest
```
### .mcp.json (Cursor, Windsurf, etc.)
```json
{
"mcpServers": {
"auth-fetch": {
"command": "npx",
"args": ["auth-fetch-mcp@latest"]
}
}
}
```
Chromium is auto-installed on first run if not already present.
## How It Works
1. Ask your AI to read any authenticated page — just paste the URL.
2. A browser window opens automatically and navigates to the page.
3. Log in as you nor Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.