MCP
Run your server
from Claude.
Tacyon ships a Model Context Protocol server, so Claude, ChatGPT and Cursor can drive your Minecraft server directly — start and stop it, edit files, run console commands, install plugins, take backups. You connect with a one-click sign-in (OAuth) and choose exactly what to allow — scoped by the same permissions as your panel.
Connect it
Point your client at the endpoint. The first time, a browser opens to sign in to Tacyon and pick what to allow — no API key to copy or paste. Tools are filtered to exactly what you approve.
Claude Desktop
{
"mcpServers": {
"tacyon-mc": {
"command": "npx",
"args": ["mcp-remote", "https://portal.tacyon.io/api/mcp"]
}
}
} Cursor / VS Code
{
"servers": {
"tacyon-mc": {
"type": "http",
"url": "https://portal.tacyon.io/api/mcp"
}
}
} Endpoint: https://portal.tacyon.io/api/mcp — Streamable HTTP, OAuth 2.1.