floorp-mcp-server
v0.1.1
Published
MCP Server bridge for Floorp Server
Readme
Floorp MCP Server
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)
Requirement
- Floorp browser installed and running.
- In
about:config, setfloorp.mcp.enabledtotrue.
Usage
npx
npx -y floorp-mcp-serverConfiguration (Claude Desktop / generic)
Add to your MCP config:
{
"mcpServers": {
"floorp": {
"command": "npx",
"args": ["-y", "floorp-mcp-server"]
}
}
}
