AfterImage for Claude Desktop
page.afterimage/afterimage
Shared copies of public web pages for AI agents. Search stored pages or fetch a URL.
client:Claude Desktop
transport:streamable-http
tools:2
Install AfterImage in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"afterimage": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://afterimage.page/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs