meteor-mcp-addon
by MCDxAI
Overview
Integrates Model Context Protocol (MCP) servers and Google Gemini AI with Meteor Client for tool execution and AI interaction within Minecraft.
Installation
No command providedSecurity Notes
The addon allows users to configure and run arbitrary local commands as MCP servers via `StdioClientTransport`. This means any configured MCP server can execute arbitrary code on the user's system, controlled by the `command`, `args`, `workingDirectory`, and `env` parameters in `MCPServerConfig`. This poses a significant security risk if untrusted MCP servers are added or if the addon is compromised to add malicious servers. Gemini API keys are lightly obfuscated (XOR with a hardcoded salt) before NBT storage, not strongly encrypted.
Similar Servers
oxylabs-mcp
This project likely functions as a Minecraft server proxy or management tool, potentially for large-scale data collection or automation.
pipelex-mcp
Enables AI agents to build and execute Pipelex pipelines from natural language descriptions via the Model Context Protocol (MCP).
mcp-server-iris
Provides a Model Context Protocol (MCP) server for InterSystems IRIS database interaction, automation, and interoperability production management, allowing AI agents to query and control IRIS environments.
mcpd-proxy
Provides a network proxy for Minecraft Protocol connections, facilitating traffic management and potential modifications.