agent-integrations

Particle-Academy/agent-integrations
★ 0 stars TypeScript 🔌 API Integration Updated today
MCP-driven agent presence in collab sessions: per-session micro-MCP server, pluggable bridges to fancy-* packages, agent UX (panel + on-canvas cursor).
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-integrations": {
      "command": "npx",
      "args": [
        "-y",
        "Particle-Academy/agent-integrations"
      ]
    }
  }
}

README Excerpt

MCP-driven agent presence in collab sessions. Each open session gets a **micro-MCP server** running in-page; agents (in-browser or external via relay) connect to it and act as participants — adding sticky notes, drawing, moving items, leaving cursor trails. Also ships the **agent UX surface**: a chat-and-tool-log panel, an on-canvas presence cursor, and a brief activity highlight for items the agent just touched.

Tools (8)

whiteboard_add_connectorwhiteboard_add_strokewhiteboard_delete_itemwhiteboard_get_itemwhiteboard_get_statewhiteboard_list_itemswhiteboard_set_agent_cursorwhiteboard_set_viewport