MCP server that enables AI tools to control local browser sessions for ChatGPT, Claude, and other AI services, supporting querying, navigation, file uploads, and artifact management.
{
"mcpServers": {
"agentify-desktop": {
"command": "npx",
"args": [
"-y",
"@agentify/desktop"
]
}
}
}