Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Floorp

FreeNot checked

Floorp — Model Context Protocol server

GitHubEmbed

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, set floorp.mcp.enabled to true.

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"]
    }
  }
}

from github.com/Floorp-Projects/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-server

FAQ

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

Compare Floorp with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs