Server data from the Official MCP Registry
Manage TrueTick Minecraft servers from AI: start/stop, live TPS, console, files, backups, mods.
Manage TrueTick Minecraft servers from AI: start/stop, live TPS, console, files, backups, mods.
This is a well-structured MCP server for the TrueTick Minecraft hosting API with proper authentication, appropriate permission scoping, and solid code quality. The API key is correctly managed via environment variables, all tools are properly authenticated through the client layer, and input validation uses Zod schemas. No critical vulnerabilities or malicious patterns detected. Supply chain analysis found 2 known vulnerabilities in dependencies (2 critical, 0 high severity). Package verification found 1 issue.
7 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: TRUETICK_API_KEY
Environment variable: TRUETICK_API_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-truetick-gg-mcp": {
"env": {
"TRUETICK_API_KEY": "your-truetick-api-key-here",
"TRUETICK_API_URL": "your-truetick-api-url-here"
},
"args": [
"-y",
"@truetick/mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Manage TrueTick Minecraft servers directly from an AI agent. This MCP server exposes the full TrueTick public API as tools available to Claude and other compatible AI clients.
Visit truetick.gg/dashboard/api-keys to create an API key. Select the scopes you need (e.g., servers:read, servers:write, billing:read).
Add the following to your Claude Desktop config file (%APPDATA%\Claude\claude_desktop_config.json on Windows, ~/Library/Application Support/Claude/claude_desktop_config.json on Mac, or ~/.config/Claude/claude_desktop_config.json on Linux):
{
"mcpServers": {
"truetick": {
"command": "npx",
"args": ["-y", "@truetick/mcp"],
"env": {
"TRUETICK_API_KEY": "ttk_your_key_here"
}
}
}
}
Replace ttk_your_key_here with your actual API key.
The MCP server reads its configuration from environment variables:
TRUETICK_API_KEY (required): Your TrueTick API key with appropriate scopes.TRUETICK_API_URL (optional, defaults to https://api.truetick.gg): The API endpoint. Override for testing against a different environment.npm run build # Compile TypeScript
npm test # Run tests
npm start # Run the MCP server (for manual testing)
MIT — see LICENSE.
Development of TrueTick happens in a private monorepo; this repository mirrors
released versions of @truetick/mcp. Issues and discussions are welcome right
here — for code contributions, please propose the change in an issue first.
Related: TypeScript SDK & CLI · developer docs · truetick.gg/developers
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.