Productivity|Development|AI / ML|UtilitiesTypeScript
page-agent
JavaScript in-page GUI agent that controls web interfaces with natural language.
N/A rating (0 reviews)0 installs16,320 GitHub stars
JavaScriptGUINatural Language Processing
Page Agent allows for easy integration into web pages without the need for browser extensions or special permissions. It enables text-based DOM manipulation and supports the use of custom LLMs for enhanced functionality.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"page-agent": {
"args": [
"-y",
"page-agent"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.