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/mcpAdd to Claude Code (CLI)
claude mcp add --transport http omni-control https://app-omni-agent-headless.apps.gurunetwork.ai/api/mcpAdd 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.
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 projectsClaude 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
- read
asset_summary - read
asset_list
automation
- read
automation_list - read
automation_get - read
automation_options - write
automation_upsert - write
automation_set_enabled - write
automation_delete - read
automation_job - read
automation_run_log
captions
- read
captions_list
character
- read
character_reach - read
character_list - read
character_get - read
character_templates - write
character_draft_create
clips
- read
clips_list
content
- read
content_plan_list
costs
- read
costs_summary
options
- read
options_catalog
pipeline
- read
pipeline_list - read
pipeline_manifest_names - read
pipeline_get_manifest - write
pipeline_write_manifest - write
pipeline_delete_manifest - write
pipeline_regenerate_index
plan
- read
plan_request_list - write
plan_request_create
posts
- read
posts_list
projects
- read
projects_list
reach
- read
reach_summary
runconfig
- read
runconfig_get - write
runconfig_set
scheduler
- read
scheduler_get - write
scheduler_update
seo
- read
seo_article_list - read
seo_article_markdown - write
seo_article_generate
social
- read
social_accounts