# Meteor Mcp Addon

> Meteor Client addon allowing global access to MCP Servers through Starscript

- **Type:** MCP server
- **Install:** `agentstack add mcp-mcdxai-meteor-mcp-addon`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [MCDxAI](https://agentstack.voostack.com/s/mcdxai)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** CC0-1.0
- **Upstream author:** [MCDxAI](https://github.com/MCDxAI)
- **Source:** https://github.com/MCDxAI/meteor-mcp-addon

## Install

```sh
agentstack add mcp-mcdxai-meteor-mcp-addon
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

Meteor MCP Addon
  Model Context Protocol & Gemini integration for Meteor Client

  
        
    
    
    
  

    
    

  A Meteor Client addon that bridges the Model Context Protocol (MCP) with Minecraft. Connect to MCP servers and call their tools directly from StarScript expressions, chat commands, and optionally via Gemini AI.

  Features
  
    
      Feature
      Description
    
    
      MCP Server Management
      Connect multiple MCP servers with persistent configuration and auto-connect on startup
    
    
      StarScript Integration
      Access tools as {serverName.toolName(args)} in HUD elements, chat macros, and anywhere starscript placeholders are used.
    
    
      Dynamic Chat Commands
      Automatically registered .serverName:toolName commands with help and tab completion
    
    
      Gemini AI (Optional)
      Direct requests with .gemini or MCP-enhanced requests with .gemini-mcp
    
  

  Usage

  Connecting MCP Servers

  
    Via GUI:
    1. Open Meteor GUI (Right Shift) and navigate to the MCP tab
    2. Click "Add Server"
    3. Enter server name and command (e.g., node /path/to/spotify-mcp-server/dist/index.js)
    4. Enable "Auto Connect" (optional)
    5. Save and Connect
  

  Example Server: Spotify MCP
  For a practical example, see Spotify MCP Server (requires local setup).

  
    
      Server
      Command
      Use Case
    
    
      Spotify
      node .../dist/index.js
      Control playback, view track info
    
  

  StarScript Examples

  
    After connecting servers, tools become available in any StarScript context:
    {spotify.spotify_get_track_name()}
    {spotify.spotify_get_track_progress_formatted()}
    Use these expressions in:
    - HUD text elements
    - Chat macros
    - Anywhere Starscript placeholders are used
  

  Chat Command Examples

  
    # Control playback
    .spotify:spotify_next
    .spotify:spotify_set_volume volume_percent=50
  

  Gemini AI Integration (Optional)

  Setup

  
    1. Navigate to MCP tab and click "Configure Gemini API"
    2. Enter API key from ai.google.dev
    3. Select model (Gemini 2.5 Pro, Flash, or Flash Lite)
    4. Test connection and save
  

  Usage

  
    Simple prompts:
    .gemini "Explain what StarScript is"
    {gemini("What is the current Minecraft version?")}
    MCP-enhanced prompts:
    .gemini-mcp "Play some jazz music"
    {gemini_mcp("What song is currently playing?")}
    The .gemini-mcp command allows Gemini to automatically discover and call any connected MCP tool. Tool usage is reported in the response.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [MCDxAI](https://github.com/MCDxAI)
- **Source:** [MCDxAI/meteor-mcp-addon](https://github.com/MCDxAI/meteor-mcp-addon)
- **License:** CC0-1.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-mcdxai-meteor-mcp-addon
- Seller: https://agentstack.voostack.com/s/mcdxai
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
