Skip to main content
ClaudeWave
Prohect avatar
Prohect

BindAliasPlus-MCP

View on GitHub
MCP ServersOfficial Registry0 stars0 forksJavaScriptUpdated today
Install in Claude Code / Claude Desktop
Method: NPX · bind-alias-plus-mcp
Claude Code CLI
claude mcp add bindaliasplus-mcp -- npx -y bind-alias-plus-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "bindaliasplus-mcp": {
      "command": "npx",
      "args": ["-y", "bind-alias-plus-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# BindAliasPlus MCP

MCP bridge for the [BindAliasPlus](https://github.com/Prohect/BindAliasPlus) Minecraft mod. Lets AI agents control Minecraft: query game state, take screenshots, execute aliases, and edit the mod config.

## Prerequisites

- [Minecraft](https://www.minecraft.net) with the [BindAliasPlus](https://github.com/Prohect/BindAliasPlus) mod loaded
- The mod's HTTP API enabled (listens on `127.0.0.1:25575`)

## Install in Zed

Add to your `settings.json`:

```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:

```json
{
  "agent": {
    "sandbox_permissions": {
      "network_hosts": ["127.0.0.1"]
    }
  }
}
```

## Install via CLI

```bash
npx bind-alias-plus-mcp
# or globally
npm install -g bind-alias-plus-mcp
```

The server speaks MCP on stdio. Point any MCP client at it.

## Tools

| Tool | What it does |
|---|---|
| `getState` | Game state snapshot: screen, world, dimension, player pos/rot, health, held item |
| `getScreenshot` | Trigger F2 screenshot, return as base64 PNG |
| `runAlias` | Execute a BindAliasPlus alias (34+ argless, 18 with args) |
| `defineAlias` | Define a new alias (requires being in a world) |
| `readCFG` | Read `bind-alias-plus.cfg` contents |
| `writeCFG` | Overwrite `bind-alias-plus.cfg` and reload |

See `runAlias` description for full alias reference, or the [mod docs](https://github.com/Prohect/BindAliasPlus).

## Related

- [BindAliasPlus mod](https://github.com/Prohect/BindAliasPlus) — the Minecraft mod this server bridges to
- [MCP Registry](https://registry.modelcontextprotocol.io) — registered as `io.github.Prohect/bind-alias-plus-mcp`

What people ask about BindAliasPlus-MCP

What is Prohect/BindAliasPlus-MCP?

+

Prohect/BindAliasPlus-MCP is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install BindAliasPlus-MCP?

+

You can install BindAliasPlus-MCP by cloning the repository (https://github.com/Prohect/BindAliasPlus-MCP) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Prohect/BindAliasPlus-MCP safe to use?

+

Prohect/BindAliasPlus-MCP has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains Prohect/BindAliasPlus-MCP?

+

Prohect/BindAliasPlus-MCP is maintained by Prohect. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to BindAliasPlus-MCP?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy BindAliasPlus-MCP to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Prohect/BindAliasPlus-MCP
[![Featured on ClaudeWave](https://claudewave.com/api/badge/prohect-bindaliasplus-mcp)](https://claudewave.com/repo/prohect-bindaliasplus-mcp)
<a href="https://claudewave.com/repo/prohect-bindaliasplus-mcp"><img src="https://claudewave.com/api/badge/prohect-bindaliasplus-mcp" alt="Featured on ClaudeWave: Prohect/BindAliasPlus-MCP" width="320" height="64" /></a>

More MCP Servers

BindAliasPlus-MCP alternatives