agentjobs-mcp

aiconnect-cloud/agentjobs-mcp
★ 1 stars TypeScript AI/LLM Updated 1mo ago
An MCP (Model Context Protocol) server that allows AI agents to query and manage jobs in the Agent Jobs system of the AI Connect platform.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentjobs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "aiconnect-cloud/agentjobs-mcp"
      ]
    }
  }
}