Overview
alphaguts is a Minecraft server API designed specifically for the alpha 1.2.6 version using Retro MCP, which allows developers to interact with and customize the gameplay experience.
To use alphaguts, developers can integrate the API into their Minecraft server setup by following the installation instructions provided in the documentation on the GitHub repository.
- Supports Minecraft alpha 1.2.6 environment - Provides essential API functions for server management - Allows customization and manipulation of game mechanics
- Creating custom mods and plugins for Minecraft alpha servers
- Enabling advanced server management capabilities
- Developing unique gameplay experiences within the alpha version of Minecraft
Add to your AI client
Use these steps to connect alphaguts in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"alphaguts-amir16yp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-alphaguts-amir16yp"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"alphaguts-amir16yp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-alphaguts-amir16yp"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"alphaguts-amir16yp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-alphaguts-amir16yp"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"alphaguts-amir16yp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-alphaguts-amir16yp"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"alphaguts-amir16yp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-alphaguts-amir16yp"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"alphaguts-amir16yp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-alphaguts-amir16yp"
]
}
}
}FAQ
Is alphaguts compatible with other Minecraft versions?
No, alphaguts is specifically designed for Minecraft alpha 1.2.6 only.
Where can I find the documentation for alphaguts?
The documentation can be found on the GitHub repository at https://github.com/amir16yp/alphaguts.
Can I contribute to the alphaguts project?
Yes! Contributions are welcome, and you can find guidelines for contributing in the repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":365,"uuid":"ffdb3a4e-95fb-48f0-bd89-96a966f25964","name":"alphaguts","title":"alphaguts","description":"A minecraft alpha 1.2.6 server API using Retro MCP","avatar_url":"https://avatars.githubusercontent.com/u/96111605?v=4","created_at":"2024-12-13T13:21:47.513+00:00","updated_at":"2024-12-13T15:09:09.121+00:00","status":"created","author_name":"amir16yp","author_avatar_url":"https://avatars.githubusercontent.com/u/96111605?v=4","tags":"minecraft,server-api,retro-mcp","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/amir16yp/alphaguts","target":"_self","content":"# alphaguts\nA minecraft alpha 1.2.6 server API using Retro MCP","summary":"$29","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]