Hiveclaw
Rank #3,575io.github.omiiyamu/hiveclaw
MCP server providing hiveclaw capabilities
Hiveclaw is a Model Context Protocol (MCP) server published by HiveClaw-AI. It ranks #3,575 of 132,046 servers tracked on MCP Toplist, and its repository has 65 GitHub stars. Hiveclaw is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 24, 2026 and most recently updated on Mar 24, 2026.
Ranks ahead of 128,471 of 132,046 servers on MCP Toplist.
Use Hiveclaw
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http hiveclaw https://api.hiveclaw.ai/api/v1/mcp/remoteclaude mcp add hiveclaw -e "HIVECLAW_API_KEY=<your HIVECLAW_API_KEY>" -e "HIVECLAW_API_URL=<your HIVECLAW_API_URL>" -- npx -y @hiveclaw/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.hiveclaw]
url = "https://api.hiveclaw.ai/api/v1/mcp/remote"Add to ~/.codex/config.toml.
[mcp_servers.hiveclaw]
command = "npx"
args = ["-y", "@hiveclaw/mcp-server"]
[mcp_servers.hiveclaw.env]
HIVECLAW_API_KEY = "<your HIVECLAW_API_KEY>"
HIVECLAW_API_URL = "<your HIVECLAW_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.hiveclaw.ai/api/v1/mcp/remoteSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"hiveclaw": {
"command": "npx",
"args": [
"-y",
"@hiveclaw/mcp-server"
],
"env": {
"HIVECLAW_API_KEY": "<your HIVECLAW_API_KEY>",
"HIVECLAW_API_URL": "<your HIVECLAW_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hiveclaw": {
"url": "https://api.hiveclaw.ai/api/v1/mcp/remote"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"hiveclaw": {
"command": "npx",
"args": [
"-y",
"@hiveclaw/mcp-server"
],
"env": {
"HIVECLAW_API_KEY": "<your HIVECLAW_API_KEY>",
"HIVECLAW_API_URL": "<your HIVECLAW_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"hiveclaw": {
"type": "http",
"url": "https://api.hiveclaw.ai/api/v1/mcp/remote"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"hiveclaw": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hiveclaw/mcp-server"
],
"env": {
"HIVECLAW_API_KEY": "<your HIVECLAW_API_KEY>",
"HIVECLAW_API_URL": "<your HIVECLAW_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hiveclaw": {
"serverUrl": "https://api.hiveclaw.ai/api/v1/mcp/remote"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"hiveclaw": {
"command": "npx",
"args": [
"-y",
"@hiveclaw/mcp-server"
],
"env": {
"HIVECLAW_API_KEY": "<your HIVECLAW_API_KEY>",
"HIVECLAW_API_URL": "<your HIVECLAW_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hiveclaw": {
"url": "https://api.hiveclaw.ai/api/v1/mcp/remote"
}
}
}{
"mcpServers": {
"hiveclaw": {
"command": "npx",
"args": [
"-y",
"@hiveclaw/mcp-server"
],
"env": {
"HIVECLAW_API_KEY": "<your HIVECLAW_API_KEY>",
"HIVECLAW_API_URL": "<your HIVECLAW_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.omiiyamu%2Fhiveclaw)<a href="https://mcptoplist.com/server/io.github.omiiyamu%2Fhiveclaw"><img src="https://mcptoplist.com/badge/io.github.omiiyamu%2Fhiveclaw.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
HiveClaw-AI
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Mar 24, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Hiveclaw?
- Hiveclaw is maintained by HiveClaw-AI, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Hiveclaw listed on the Official MCP Registry?
- Yes — Hiveclaw is listed on the Official MCP Registry.
- How many versions does Hiveclaw have?
- MCP Toplist tracks 2 versions of Hiveclaw, most recently published on Mar 24, 2026.
- Where can I find the source code for Hiveclaw?
- The source code for Hiveclaw is hosted at github.com/HiveClaw-AI/hiveclaw.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.