E
E Comet Ops MCP
MCP server by richtargetman
Created 3/31/2026
Updated about 7 hours ago
README
Repository documentation and setup instructions
e-comet-mcp-server
Local MCP server for app.e-comet.io using an already authenticated Yandex Browser session exposed through CDP on port 9222.
What It Does
- discovers and selects the active
e-Cometbrowser tab; - navigates across routes inside the service;
- scans visible page structure and frontend resource calls;
- inventories key e-Comet routes across advertising, phrases, analytics, and support modules;
- reads AG Grid tables from campaign and phrase pages;
- saves timestamped grid snapshots to local history and compares them over time;
- installs a request recorder for
fetchandXMLHttpRequest; - previews and applies bulk cluster updates through the page's AG Grid value setters.
Requirements
- Windows PowerShell
- Yandex Browser started with
--remote-debugging-port=9222 - existing authorized
app.e-comet.iosession - Node.js
Install
npm install
Run
npm start
Main Tools
ecomet_session_infoecomet_list_tabsecomet_navigateecomet_scan_current_pageecomet_route_inventoryecomet_get_ag_grid_snapshotecomet_save_grid_snapshotecomet_list_saved_snapshotsecomet_compare_snapshotsecomet_install_request_recorderecomet_get_recorded_requestsecomet_clear_recorded_requestsecomet_preview_cluster_updatesecomet_apply_cluster_updates
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-e-comet-ops-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"richtargetman-e-comet-ops-mcp": {
"command": "npx",
"args": [
"richtargetman-e-comet-ops-mcp"
]
}
}
}
Author Servers
Other servers by richtargetman