Skip to main content
HERO supports the Model Context Protocol (MCP) — an open standard that lets AI tools read and write your documents, projects, and tables.

Install for your client

Authentication methods

  • Personal access token — paste a token into the client’s config.
    See Personal access tokens.
  • OAuth login — for clients that support remote MCP OAuth discovery.
    See OAuth flow.

Manual config

If your MCP client isn’t listed above, paste this into its config file. Replace hero_at_... with a personal access token from here.
{
  "mcpServers": {
    "hero": {
      "command": "npx",
      "args": ["-y", "@myhero/mcp-server"],
      "env": { "HERO_API_KEY": "hero_at_..." }
    }
  }
}
For Claude Code (CLI):
claude mcp add hero -- npx -y @myhero/mcp-server
For any other stdio MCP client:
npx -y @myhero/mcp-server

Remote MCP endpoint

Clients that support remote MCP OAuth discovery can connect directly to:
  • Server: https://app.myhero.so/api/mcp/
  • OAuth metadata: https://app.myhero.so/.well-known/oauth-authorization-server