Hive MCP Server
@MCP-Mirror
About Hive MCP Server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"gluneau_hive-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"npx",
"@gluneau/hive-mcp-server"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Hive MCP Server?
Hive MCP Server is a bridge between AI assistants (like Claude) and the Hive blockchain, enabling AI models to fetch account and content data, vote, create posts, send tokens, and manage encrypted messages on Hive. It is built for developers and users who want to combine AI capabilities with the Hive blockchain ecosystem.
How to use Hive MCP Server?
Install via npx -y @gluneau/hive-mcp-server and configure environment variables (HIVE_USERNAME, HIVE_POSTING_KEY, HIVE_ACTIVE_KEY, HIVE_MEMO_KEY) to enable authenticated operations. Add the server to your MCP client’s configuration file (e.g., claude_desktop_config.json, windsurf_config.json, or ~/.cursor/mcp.json) using the JSON format shown in the README. For single‑line setups use: env HIVE_USERNAME=... env HIVE_POSTING_KEY=... npx -y @gluneau/hive-mcp-server.
Key features of Hive MCP Server
- Prompts for guided post creation and account analysis
- Read account info, posts, history, chain properties, and delegations
- Authenticated tools for voting, posting, commenting, and sending tokens
- Cryptographic tools to sign and verify messages with Hive keys
- Encrypted messaging via token transfers
- Built on @hiveio/dhive, @modelcontextprotocol/sdk, and Zod
Use cases of Hive MCP Server
- Fetch trending posts by tag to curate content for an audience
- Retrieve a user’s account balance and transaction history
- Create and publish a blog post on Hive through an AI assistant
- Send HIVE or HBD tokens to another account with an optional memo
- Encrypt and send a private message to another Hive user
FAQ from Hive MCP Server
What authentication is needed for blockchain interactions?
Content operations (voting, posting, commenting) require the posting key; token transfers require the active key; encrypted messaging requires the memo key. Set these as environment variables.
How do I configure the server with Claude Desktop?
Add a JSON entry to your claude_desktop_config.json with command: "npx", args: ["-y", "@gluneau/hive-mcp-server"], and env containing your Hive keys.
Can I send encrypted messages with this server?
Yes. Use the send_encrypted_message tool to encrypt a message and send it via a token transfer of at least 0.001 HIVE.
What runtime dependencies does the server have?
Node.js is required. The server uses @hiveio/dhive for blockchain interaction, @modelcontextprotocol/sdk for the MCP protocol, and Zod for schema validation.
How can I contribute to the project?
Contributions are welcome via Pull Requests. See the CONTRIBUTING.md file for more detailed guidelines.
Frequently asked questions
What authentication is needed for blockchain interactions?
Content operations (voting, posting, commenting) require the posting key; token transfers require the active key; encrypted messaging requires the memo key. Set these as environment variables.
How do I configure the server with Claude Desktop?
Add a JSON entry to your `claude_desktop_config.json` with `command: "npx"`, `args: ["-y", "@gluneau/hive-mcp-server"]`, and `env` containing your Hive keys.
Can I send encrypted messages with this server?
Yes. Use the `send_encrypted_message` tool to encrypt a message and send it via a token transfer of at least 0.001 HIVE.
What runtime dependencies does the server have?
Node.js is required. The server uses @hiveio/dhive for blockchain interaction, @modelcontextprotocol/sdk for the MCP protocol, and Zod for schema validation.
How can I contribute to the project?
Contributions are welcome via Pull Requests. See the CONTRIBUTING.md file for more detailed guidelines.
Basic information
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments