Skip to content
Grok

t2000 for Grok

io.github.mission69b/t2000

MCP server for AI agent bank accounts on Sui — 23 tools, 15 prompts, stdio transport

client:Grok transport:stdio runtime:npm

Install t2000 in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "t2000": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@t2000/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

t2000 in other clients