mcpbeat Sign in

Heyoden MCP Server

local only

Heyoden runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from npm.

Talk to your Oden AI todo and calendar account from Claude Code, Cursor, or any MCP client.

Installs per day peak 17 · avg 9 · +27% w/w
a month agotoday
55
Installs / week
npm · @heyoden/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Heyoden every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @heyoden/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@heyoden/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@heyoden/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@heyoden/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@heyoden/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ODEN_API_KEY (Oden API key (odn_live_*). Generate one in the Oden app at Settings → Developer → New key. Treat it like a password.), ODEN_API_URL (Override the Oden API base URL. Defaults to https://api.heyoden.com/v1. Most users do not need to set this.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Heyoden

same job, measured the same way
C
LLMnesia
by llmnesia

Search your AI chat history from Claude, Cursor, Codex, and other MCP clients.

214 installs/wk local only
Vibesharing
by erova

Deploy prototypes and collect team feedback from Claude Code, Cursor, or any MCP client.

108 installs/wk local only
ahel
by ahel

Your apps, skills, MCP servers and keys from ahel.ai, served to Claude, ChatGPT, Cursor and Codex.

answering
Cavuno MCP
by cavuno

Connect Claude, Cursor, Codex, and other MCP clients to manage your Cavuno job board.

answering
Warp Ozbridge
by sena-labs

OzBridge: run Warp Oz agents from any MCP client — Claude Code, Cursor, Codex, VS Code.

38 installs/wk local only
Genable MCP
by musepy

Write to Figma from any MCP client (Claude Code, Cursor). Complements the read-only official MCP.

48 installs/wk local only
Doom MCP
by gunnargrosch

Play DOOM via MCP - works with Claude Code, Cursor, and any MCP client

114 installs/wk local only
Foxhound
by caleb-love

MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

21 installs/wk local only

Heyoden — questions

Answers built from our own checks of this server.

Why is there no uptime for Heyoden?
Heyoden runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @heyoden/mcp was installed 55 times last week.
How do I connect Heyoden?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @heyoden/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Heyoden?
The npm package @heyoden/mcp was installed 55 times in the last week. Week over week that is +27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.