Declarative Minecraft instance and modpack toolchain (.NET core libraries + CLI + MCP Server)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"trident.net": {
"command": "npx",
"args": [
"-y",
"TridentCore/Trident.Net"
]
}
}
}
Run in terminal:
claude mcp add trident.net npx -y TridentCore/Trident.Net
Add to .cursor/mcp.json:
{
"mcpServers": {
"trident.net": {
"command": "npx",
"args": [
"-y",
"TridentCore/Trident.Net"
]
}
}
}