Skip to content

Floorp-Projects/floorp-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published