About
Floorp — Model Context Protocol server
README
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"]
}
}
}
Installing Floorp
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Floorp-Projects/floorp-mcp-serverFAQ
Is Floorp MCP free?
Yes, Floorp MCP is free — one-click install via Unyly at no cost.
Does Floorp need an API key?
No, Floorp runs without API keys or environment variables.
Is Floorp hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Floorp in Claude Desktop, Claude Code or Cursor?
Open Floorp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Floorp with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
