HERO MCP Server
Enables AI tools to read and write HERO documents, projects, tables, and templates, with support for editing, clauses, and authentication.
README
@myhero/mcp-server
MCP server for HERO — lets AI tools like Claude Desktop, Cursor, Claude Code, and any stdio MCP client read and write your HERO documents, projects, and tables.
Quick start
Add it to your AI tool's MCP config:
{
"mcpServers": {
"hero": {
"command": "npx",
"args": ["-y", "@myhero/mcp-server"],
"env": {
"HERO_API_KEY": "hero_at_your_token_here"
}
}
}
}
Generate the token at app.myhero.so → Settings → MCP Tokens.
For step-by-step setup with Claude Desktop, Cursor, Claude Code, and others, see the full guide at myhero.so/mcp-setup.
What it does
Documents
- Read any document — full content, plain text, metadata, or just the section titles
- Search across all your workspaces and projects
- Create new documents, rename, move, duplicate, or delete them
- Take snapshots, list every block in a document, jump to a section by its numbering
- Surgical edits: change a single paragraph, heading, list item, or table without rewriting the rest with full HERO block schema.
Clauses & legal structure
- Read, list, and edit clauses, sub-clauses, and definitions inside contracts and agreements
- Find every document that references a given clause or defined term
- Pull a definition's explanation directly from the document that owns it
Projects, folders, and workspaces
- List your workspaces, projects, folders, and the documents inside them
- Create projects, rename them, organize documents into folders
- Move or copy documents between projects in bulk
Tables
- Create tables, add or remove columns and rows, set dynamic values.
- Read whole tables, look up specific rows, columns, or cells by name
- Update cells one at a time or in batch
- Reference rows from inside documents so the document stays in sync with the table
Templates & placeholders
- Build reusable document templates with live placeholders that pull from your tables
- When the underlying table data changes, every document that references it updates automatically
Authentication
Two ways to authenticate:
- Personal access token (
HERO_API_KEYenv var) — recommended for headless setups. - OAuth login — omit the env var and the bridge opens your browser on first use. Tokens are saved to
~/.hero/credentials.json.
Manage and revoke tokens or sessions at app.myhero.so → Settings → MCP Tokens.
Environment variables
| Variable | Default | Purpose |
|---|---|---|
HERO_API_KEY |
(unset) | Skip OAuth — use a personal access token |
HERO_API_URL |
https://app.myhero.so |
Override the API base URL (for self-hosted / staging) |
HERO_APP_URL |
https://app.myhero.so |
Override the app base URL used during OAuth login |
Source
Source lives at github.com/Unwynd-io/hero-mcp. Issues and pull requests welcome.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.