ymw0407/auth-fetch-mcp
MCP server that lets AI assistants fetch content from authenticated web pages.
Platform-specific configuration:
{
"mcpServers": {
"auth-fetch-mcp": {
"command": "npx",
"args": [
"-y",
"auth-fetch-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/auth-fetch-mcp) [](https://www.npmjs.com/package/auth-fetch-mcp) [](https://opensource.org/licenses/MIT) [](https://glama.ai/mcp/servers/ymw0407/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 as cleaned HTML. Sessions are saved locally, so you only log in once per service.
claude mcp add --scope user auth-fetch -- npx auth-fetch-mcp@latest{
"mcpServers": {
"auth-fetch": {
"command": "npx",
"args": ["auth-fetch-mcp@latest"]
}
}
}Chromium is auto-installed on first run if not already present.
auth_fetchThe primary tool. Fetches page content using a real browser, opening a window for login if needed. Returns cleaned HTML with noise elements (nav, footer, scripts, etc.) stripped and media tags (`, <video>, <iframe>`) preserved.
| Parameter | Type | Required | Description | |-----------|-------
Loading reviews...