BindAliasPlus MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BindAliasPlus MCPcheck my health and position"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
BindAliasPlus MCP
MCP bridge for the BindAliasPlus Minecraft mod. Lets AI agents control Minecraft: query game state, take screenshots, execute aliases, and edit the mod config.
Prerequisites
Minecraft with the BindAliasPlus mod loaded
The mod's HTTP API enabled (listens on
127.0.0.1:25575)
Related MCP server: Minecraft Dedalus MCP
Install in Zed
Add to your settings.json:
{
"context_servers": {
"bind-alias-plus": {
"command": {
"path": "npx",
"args": ["-y", "bind-alias-plus-mcp"]
}
}
}
}Sandbox permission — the server connects to the mod on 127.0.0.1. Add it to your network allowlist if you use Zed's agent sandbox:
{
"agent": {
"sandbox_permissions": {
"network_hosts": ["127.0.0.1"]
}
}
}Install via CLI
npx bind-alias-plus-mcp
# or globally
npm install -g bind-alias-plus-mcpThe server speaks MCP on stdio. Point any MCP client at it.
Tools
Tool | What it does |
| Game state snapshot: screen, world, dimension, player pos/rot, health, held item |
| Trigger F2 screenshot, return as base64 PNG |
| Execute a BindAliasPlus alias (34+ argless, 18 with args) |
| Define a new alias (requires being in a world) |
| Read |
| Overwrite |
See runAlias description for full alias reference, or the mod docs.
Related
BindAliasPlus mod — the Minecraft mod this server bridges to
MCP Registry — registered as
io.github.Prohect/bind-alias-plus-mcp
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Prohect/BindAliasPlus-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server