@runehand/mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@runehand/mcp-serverWhat bots do I have?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@runehand/mcp-server
MCP server that wraps the Runehand public API v1 as tools, so an MCP client (Claude Desktop, Claude Code, etc.) can operate Runehand bots directly: list bots and flows, read and reply to conversations, manage leads, and check analytics.
Setup
Generate an API key at
https://app.runehand.co/settings/api-keys(requires a Pro or Enterprise plan, and theowneroradminrole in the workspace). The plaintext key is shown once — copy it.Add this to your MCP client's config (example: Claude Desktop's
claude_desktop_config.json):
{
"mcpServers": {
"runehand": {
"command": "npx",
"args": ["-y", "@runehand/mcp-server"],
"env": { "RUNEHAND_API_KEY": "rh_live_..." }
}
}
}Restart your MCP client. It should now list 9 Runehand tools.
Related MCP server: eduframe-mcp
Configuration
Env var | Required | Default | Purpose |
| Yes | — | Bearer token from |
| No |
| Override for local/staging testing only. |
Tools
Tool | Description |
| List the bots that belong to the workspace that owns the API key. |
| List the flows that belong to a bot, given the bot's UUID. |
| Get a single flow, including its nodes in executable format. |
| List conversations, optionally filtered by |
| Get a single conversation, including its messages. |
| Send a message as the agent in an existing conversation. |
| List leads, optionally filtered by |
| Create a lead directly, without an associated conversation. |
| Get workspace KPIs and quick stats for a date range. |
Errors from the Runehand API surface as tool errors in the form "{code}: {message}" (e.g.
not_found: Not found.) — see the error codes table
in the API docs.
Development
npm install
npm run dev # run directly with tsx, no build step
npm test # vitest, mocks all HTTP via msw
npm run lint
npm run typecheck
npm run build # compiles to dist/License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
FlicenseNot gradedqualityDmaintenanceMCP server that provides tools for interacting with the Fluidattacks API- AlicenseCqualityCmaintenanceAn MCP server that exposes Eduframe resources as tools, allowing users to manage lead records through the Eduframe API. It enables listing, creating, updating, and deleting leads using natural language commands.100MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for the Runn API, enabling resource management and reporting through natural language.
- AlicenseNot gradedqualityBmaintenanceA production-ready MCP server that gives an LLM agent standalone-equivalent control over a Mineflayer Minecraft bot — movement, mining, crafting, inventory, combat, containers, chat, and much more — exposed as 110 strongly-typed tools across 23 groups, with full bot lifecycle management and dual (poll + push) event streaming.572MIT
Related MCP Connectors
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
A basic MCP server to operate on the Postman API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/echelonlabs-sf/runehand-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server