Odel
mcp

mcp

Local
@truetick-ggTypeScriptMITUpdated 2mo ago

Manage TrueTick Minecraft servers from AI: start/stop, live TPS, console, files, backups, mods.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@truetick/mcpv0.1.1

Run

npx -y @truetick/mcp

MCP client config

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