loading…
Search for a command to run...
loading…
Enable seamless interaction with the Hyperion blockchain through a standardized MCP interface. Manage wallets, send transactions, query blockchain data, and int
Enable seamless interaction with the Hyperion blockchain through a standardized MCP interface. Manage wallets, send transactions, query blockchain data, and interact with smart contracts effortlessly. Simplify building and integrating Hyperion-based applications with comprehensive developer tools and robust error handling.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"hyperion-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"cuongpo/hyperion-mcp-server"
]
}
}
}