Hedera MCP Server
@mateuszm-arianelabs
关于 Hedera MCP Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Hedera MCP Server?
It integrates a Langchain wrapper to interact with the Hedera network, allowing users to perform Hedera operations through natural language commands. Designed for developers building LLM-powered applications that need to create tokens, transfer HBAR, or interact with smart contracts.
How to use Hedera MCP Server?
Clone the repository, set environment variables in packages/langchain-proxy and packages/mcp-server, then run pnpm install. Start the Langchain proxy service with pnpm run dev:lc, then start the MCP server with pnpm run dev:mcp. Configure the client to connect via SSE at the server’s URL, providing the X-MCP-AUTH-TOKEN header with a token listed in MCP_AUTH_TOKEN.
Key features of Hedera MCP Server
- Perform Hedera operations via natural language commands
- SSE transport with token-based authentication
- Supports token creation, HBAR transfers, smart contract interaction
- Two-service architecture: Langchain proxy and MCP server
- Configurable via environment variables
Use cases of Hedera MCP Server
- Build LLM apps that manage Hedera accounts and tokens
- Automate Hedera operations through conversational interfaces
- Integrate Hedera functionality into AI assistants
- Prototype decentralized applications with natural language queries
FAQ from Hedera MCP Server
What is the architecture of Hedera MCP Server?
It consists of two services: a Langchain proxy that interprets natural language requests, and an MCP server that provides the MCP interface and routes to the proxy.
How does authentication work?
The MCP server requires an X-MCP-AUTH-TOKEN header with a value matching one of the tokens listed in the MCP_AUTH_TOKEN environment variable.
What transport protocol does the MCP server use?
It uses Server-Sent Events (SSE) as the transport (endpoint: /sse).
What are the runtime requirements?
Node.js version 20 or later, the pnpm package manager, and Git. Environment variables must be configured in two package directories.
Are there any known limitations with client IDEs?
Custom HTTP headers (such as X-MCP-AUTH-TOKEN) are not currently supported in Cursor IDE, though support is expected in future versions.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
评论