
Omnidim Mcp Server
Let your coding agent configure OmniDimension voice agents, place calls, and launch outbound campaigns from the editor instead of clicking through the web dashboard.
Overview
Omnidim omnidim-mcp-server is a MCP server for the Grow phase that lets agents operate OmniDimension voice agents, calls, and bulk campaigns via official HTTP or stdio transports.
What is this MCP server?
- Official OmniDimension MCP server (GitHub Omnidim/omnidim-mcp-server)
- Remote streamable-http endpoint at https://mcp.omnidim.io/mcp
- stdio npm option @omnidim-ai/mcp-server with required OMNIDIM_API_KEY
- Tools oriented to voice agents, call dispatch, and bulk campaigns
- Dual transport: hosted remote MCP or local stdio package v0.4.2
- Server version 0.4.2
- Required env: OMNIDIM_API_KEY (secret)
- Remote MCP: https://mcp.omnidim.io/mcp
Community signal: 1 GitHub stars.
What problem does it solve?
Managing voice agents and phone campaigns from a dashboard breaks flow when you want your repo-bound agent to ship and iterate outbound workflows.
Who is it for?
Founders using OmniDimension for AI phone agents who want MCP-driven campaign and call control from Claude Code, Cursor, or Windsurf.
Skip if: Builders who do not use OmniDimension, avoid telephony, or need only in-app chat without voice infrastructure.
What do I get? / Deliverables
After registering the server with OMNIDIM_API_KEY, your agent can dispatch calls and run campaigns through documented MCP tools on OmniDimension’s platform.
- Agent-triggered voice agent configuration and call dispatch on OmniDimension
- Bulk campaign operations callable from the IDE workflow
- Reduced manual dashboard switching during growth experiments
Recommended MCP Servers
Journey fit
Outbound voice and campaign tooling usually lands in Grow when you automate outreach, reminders, and lifecycle touchpoints after the core product exists. Lifecycle covers programmatic user contact, call flows, and campaign orchestration that MCP tools can drive.
How it compares
Official voice-SaaS MCP control plane, not a local TTS skill or a generic telephony CLI.
Common Questions / FAQ
Who is io.github.Omnidim/omnidim-mcp-server for?
It is for OmniDimension customers and indie builders automating AI voice agents, outbound calls, and bulk campaigns from MCP-capable coding agents.
When should I use io.github.Omnidim/omnidim-mcp-server?
Use it in Grow when you run lifecycle outreach, reminders, or sales calls on OmniDimension and want agent-driven changes without living in the web UI.
How do I add io.github.Omnidim/omnidim-mcp-server to my agent?
Either point your MCP client at the remote URL https://mcp.omnidim.io/mcp (streamable-http) or install @omnidim-ai/mcp-server with stdio and set the secret OMNIDIM_API_KEY from https://omnidim.io/api-management.