MCP Server
MCP
io.github.truetick-gg/mcp
Manage TrueTick Minecraft servers from AI: start/stop, live TPS, console, files, backups, mods.
Install
npx -y @truetick/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@truetick/mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "TrueTick API key (ttk_…) from truetick.gg/dashboard/api-keys",
"isRequired": true,
"isSecret": true,
"name": "TRUETICK_API_KEY"
},
{
"description": "API base URL (defaults to https://api.truetick.gg)",
"name": "TRUETICK_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment