Skip to content
Grok

Anythink all-in-one backend: data, auth, files, workflows, payments, APIs for Grok

cloud.anythink/anythink

Sick of stitched-together services? Anythink is the all-in-one backend, configured with AI.

client:Grok transport:stdio runtime:nuget

Install Anythink all-in-one backend: data, auth, files, workflows, payments, APIs in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "anythink": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "anythink-mcp",
        "--yes"
      ]
    }
  }
}

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

Anythink all-in-one backend: data, auth, files, workflows, payments, APIs in other clients