desktop
Agentify Desktop allows users to control their logged-in AI web sessions through a local interface.
Agentify Desktop serves as a local-first control center for managing various AI subscriptions, enabling users to automate interactions with web UIs without the need for API keys. It supports multiple isolated workflows through parallel tabs, allowing for efficient multitasking. Users can also upload files and save generated content locally, enhancing the overall productivity of their AI-related tasks.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"desktop": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-desktop"
]
}
}
}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.
Permissions