Skip to content
Grok

agentwork mcp for Grok

io.github.ferm-ai/agentwork-mcp

Official MCP server for Agentwork — delegate tasks to AI agents with human-in-the-loop

client:Grok transport:streamable-http runtime:pypi

Install agentwork mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agentwork-mcp": {
      "type": "http",
      "url": "https://mcp.agentwork.so/"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

agentwork mcp in other clients