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
- Host: GitHub
- URL: https://github.com/brainrot-creations/hive
- Owner: Brainrot-Creations
- Created: 2026-04-07T03:01:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-07T04:01:53.000Z (3 months ago)
- Last Synced: 2026-04-07T05:24:19.224Z (3 months ago)
- Topics: agent, agentic-workflow, agents, ai-agents, browser-automation, claude, claude-code, claude-code-plugin, collective-intelligence, hive, mcp, model-context-protocol
- Language: TypeScript
- Homepage: https://hive.brainrotcreations.com
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hive
Give Claude collective browser automation intelligence.
---
## 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)