new

PRO

macOS

iOS

Android

Hedy MCP Server (experimental)

We now have an MCP server up and running that allows you to access your sessions, to-dos, and highlights from your other AI tools.
Here is the config specifically for Claude:
{
"mcpServers": {
"Hedy MCP": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://rapid-mcp.com/mcp/cma6yb911005na201awuwa6r0/sse",
"--header",
"api-key: Bearer ${AUTH_HEADER}"
],
"env": {
"AUTH_HEADER": "Add your API key here"
}
}
}
}