← Back to Plugins
MCP Server MCP

io.github.jxoesneon/gemini-audio-mcp

github By github 👁 1 views ▲ 0 votes

High-performance audio, music, and voice generation MCP server for Gemini 2.5 and Lyria 3.

Homepage Verified source GitHub

Install

oci:ghcr.io/jxoesneon/gemini-audio-mcp:0.1.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/jxoesneon/gemini-audio-mcp:0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Google AI Studio API Key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GEMINI_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...