📦
Floorp MCP Server
No description available
0 installs
Trust: 30 — Low
Devtools
Ask AI about Floorp MCP Server
Powered by Claude · Grounded in docs
I know everything about Floorp MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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-server
Configuration (Claude Desktop / generic)
Add to your MCP config:
{
"mcpServers": {
"floorp": {
"command": "npx",
"args": ["-y", "floorp-mcp-server"]
}
}
}
