Skip to content
Cursor

t2000 for Cursor

io.github.mission69b/t2000

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

client:Cursor transport:stdio runtime:npm

Install t2000 in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "t2000": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@t2000/mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

t2000 in other clients