Connect

Drive this control center from any MCP client (Claude Code, Claude Desktop). Add the MCP server, then install the skill that teaches Claude how to use it.

MCP server

Streamable HTTP, stateless JSON. 39 tools · 11 write, 28 read-only. Writes only declarative config — it never spends money or runs a pipeline.

Endpoint
https://app-omni-agent-headless.apps.gurunetwork.ai/api/mcp
Add to Claude Code (CLI)
claude mcp add --transport http omni-control https://app-omni-agent-headless.apps.gurunetwork.ai/api/mcp
Add to Claude Desktop / client config
{
  "mcpServers": {
    "omni-control": {
      "type": "http",
      "url": "https://app-omni-agent-headless.apps.gurunetwork.ai/api/mcp"
    }
  }
}

Merge into your client's MCP config (e.g. claude_desktop_config.json or .mcp.json), then restart the client.

Control-center skill

Teaches Claude the workflows on top of these tools — creating characters, standing up campaigns, customizing runs, debugging automations. Optional but recommended.

Download skill
Install
# unzip into your Claude skills directory (pick one):
unzip ~/Downloads/omni-agent-control-center.zip -d .claude/skills/        # this project
unzip ~/Downloads/omni-agent-control-center.zip -d ~/.claude/skills/       # all projects

Claude auto-discovers skills under .claude/skills/. The skill activates on its own when you ask for control-center work.

Available tools

Everything the MCP server exposes, grouped by domain.

asset
  • readasset_summary
  • readasset_list
automation
  • readautomation_list
  • readautomation_get
  • readautomation_options
  • writeautomation_upsert
  • writeautomation_set_enabled
  • writeautomation_delete
  • readautomation_job
  • readautomation_run_log
captions
  • readcaptions_list
character
  • readcharacter_reach
  • readcharacter_list
  • readcharacter_get
  • readcharacter_templates
  • writecharacter_draft_create
clips
  • readclips_list
content
  • readcontent_plan_list
costs
  • readcosts_summary
options
  • readoptions_catalog
pipeline
  • readpipeline_list
  • readpipeline_manifest_names
  • readpipeline_get_manifest
  • writepipeline_write_manifest
  • writepipeline_delete_manifest
  • writepipeline_regenerate_index
plan
  • readplan_request_list
  • writeplan_request_create
posts
  • readposts_list
projects
  • readprojects_list
reach
  • readreach_summary
runconfig
  • readrunconfig_get
  • writerunconfig_set
scheduler
  • readscheduler_get
  • writescheduler_update
seo
  • readseo_article_list
  • readseo_article_markdown
  • writeseo_article_generate
social
  • readsocial_accounts