Omnidim MCP Server

Local stdio Model Context Protocol server for OmniDimension. Drive voice agents, dispatch calls, and manage knowledge bases from Claude, Cursor, Windsurf, or any MCP-compatible client.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 6 · #137 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Omnidim MCP Server

before you install - you'll need

OMNIDIM_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add omnidim-omnidim-mcp-server --transport http https://mcp.omnidim.io/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "omnidim-omnidim-mcp-server": {
      "url": "https://mcp.omnidim.io/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.omnidim.io/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.omnidim.io

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

npm package @omnidim-ai/mcp-server - the @omnidim-ai scope differs from the repo owner (omnidim); confirm it's the project's official package

registry namespace io.github.Omnidim is GitHub-verified and matches the repo owner

03 · What Omnidim MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.9.2 · 2026-08-19

Changed · The createAgent and updateAgent tools now spell out how transfer_options behaves on an update: sending the list replaces every saved transfer option, omitting it leaves them as they are, and an empty array…

v0.9.1 · 2026-08-12

Security · Updated dependencies. Clears every known advisory in the dependency tree, including three rated high. · Fixed · The agent-version tools and createSession now report a display title, and restoring or deleting…

v0.8.0 · 2026-06-28

Added · Reference resources for building agents: omnidim://reference/recommended-stack (which transcriber, voice, and model to choose by caller language), omnidim://reference/voices (choosing and verifying a voice)…

04 · Who maintains Omnidim MCP Server

omnidim-mcp-server is maintained by omnidim. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
other - ranked #137 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-19)
registry
io.github.Omnidim/omnidim-mcp-server (active, first published 2026-06-07 · 3 versions)
packages
npm:@omnidim-ai/mcp-server

06 · Omnidim MCP Server FAQ

What is Omnidim MCP Server?

Local stdio Model Context Protocol server for OmniDimension. Drive voice agents, dispatch calls, and manage knowledge bases from Claude, Cursor, Windsurf, or any MCP-compatible client.

Is Omnidim MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Omnidim MCP Server?

Run `npx -y @omnidim-ai/mcp-server`. The README documents one environment variable (OMNIDIM_API_KEY) to set first. You can also paste the ready-made client config above.

Does Omnidim MCP Server require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Omnidim MCP Server

More MCP servers to compare · WAKE Protocol · Pqs MCP Server · Docspace · Alembica MCP · prismAId MCP

More JavaScript MCP servers · Gretl MCP · Onelogin MCP · Token Optimizer MCP · Baepsae · see all