This is an MCP (Model Context Protocol) server bridge for the Floorp browser.
It allows AI assistants to interact with Floorp to:
- List and create tabs
- Get browser history and downloads
- Get page content (HTML/Text)
- Perform automation (Click, Navigate, Fill Forms)
- Floorp browser installed and running.
- In
about:config, setfloorp.mcp.enabledtotrue.
npx -y floorp-mcp-serverAdd to your MCP config:
{
"mcpServers": {
"floorp": {
"command": "npx",
"args": ["-y", "floorp-mcp-server"]
}
}
}