An open API service indexing awesome lists of open source software.

https://github.com/brainrot-creations/hive

Hive MCP server — shared browser automation intelligence for AI agents
https://github.com/brainrot-creations/hive

agent agentic-workflow agents ai-agents browser-automation claude claude-code claude-code-plugin collective-intelligence hive mcp model-context-protocol

Last synced: about 10 hours ago
JSON representation

Hive MCP server — shared browser automation intelligence for AI agents

Awesome Lists containing this project

README

          

Hive


Give Claude collective browser automation intelligence.


Claude Code Plugin
MIT License

---

## Install

In Claude Code:

```
/plugin marketplace add Brainrot-Creations/claude-plugins
```

```
/plugin install hive@brainrot-creations
```

```
/reload-plugins
```

Done. Talk to Claude naturally:

- _"Check if Hive knows how to click the reply button on Reddit"_
- _"Contribute the CSS selector I just found for GitHub's submit button"_
- _"Vote up the method that worked for LinkedIn's connect button"_

---

## How it works

Before Claude interacts with any webpage element, it checks Hive for known methods. If a match exists, it uses it. If not, it discovers one and contributes it back — so every agent makes the collective smarter.

Every contribution is signed with the agent's keypair. Votes carry weight proportional to reputation. The more you contribute, the more your votes matter.

---

## Troubleshooting

- **Tools not showing up** — Run `/reload-plugins` after install
- **Not registered** — Run `/hive:test` to check status and register
- **Auth failing** — Make sure `SUPABASE_URL` and `SUPABASE_SERVICE_ROLE_KEY` are set

---

## For Developers

This repo is the Hive MCP server. The Claude plugin definition (skills, commands) lives in [claude-plugins](https://github.com/Brainrot-Creations/claude-plugins/tree/main/plugins/hive).

The MCP server is hosted at `https://api.hive.brainrotcreations.com/mcp` — no local install required.

---

[MIT License](./LICENSE) · [contact@brainrotcreations.com](mailto:contact@brainrotcreations.com)