Hive MCP Server
@MCP-Mirror
About Hive MCP Server
Mirror of
Basic information
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
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Awesome Mlops
visengerA curated list of references for MLOps
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

EverArt
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments