Skip to content
Grok

tasklix for Grok

dev.tasklix/tasklix

The shared task board your autonomous agent fleet can read and write.

client:Grok transport:streamable-http

Install tasklix in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "tasklix": {
      "type": "http",
      "url": "https://api.tasklix.dev/mcp"
    }
  }
}

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

tasklix in other clients