1. Conduid
  2. AI
  3. Gemini Live MCP
MCP server · AI

Gemini Live MCP

Use MCP tools with Gemini Live API

Unclaimed MIT last commit 11 months ago ai
56Fair

Scored 3 months ago · breakdown

About Gemini Live MCP

Gemini Live MCP is an MCP server published by allenbijo in the AI category: use MCP tools with Gemini Live API. It has been installed 0 times through Conduid.

The repository has 25 stars and 4 forks, with the last commit 11 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx gemini-live-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Gemini Live MCP

Powered by Claude · Grounded in docs

I know everything about Gemini Live MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Gemini Live MCP

Gemini Live MCP is an MCP client that utilizes the Gemini Live API to enable voice-based interaction with Gemini. Additionally, it now supports adding MCP servers for extended functionality.

Features

  • Voice-based interaction with Gemini via the Gemini Live API
  • Support for multiple MCP servers

Installation

  1. Clone the repository:

    git clone https://github.com/allenbijo/gemini-live-mcp.git
    cd gemini-live-mcp
    
  2. Set up environment variables: Create a .env file in the project root and add your Google API key:

    GOOGLE_API_KEY=your_google_api_key_here
    
  3. Create MCP configuration file: Define your MCP servers by creating a mcp_config.json file in the project root. Example structure:

    {
         "mcpServers": {
             "sysinfo": {
                 "command": "uv",
                 "args": [
                     "--directory",
                     "D:\\WorksOfGreatness\\mcp-sysinfo",
                     "run",
                     "sysinfo.py"
                 ]
             }
         }
     }
    

Usage

Run the application using the following command:

uv run main.py --mode=none
# mode can be none, camera, screen

Modes

  • none: Runs without any visual interface.
  • screen: Displays results on the screen.
  • camera: Uses the camera for interaction.

License

This project is licensed under the MIT License.

Contributing

Feel free to submit issues or pull requests to improve the project.

Contact

For questions or support, reach out via GitHub Issues.

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Gemini Live MCP

How do I install Gemini Live MCP?

Run npx gemini-live-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Gemini Live MCP safe to use with an AI agent?

Its trust score is 56 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Gemini Live MCP still maintained?

The last commit was 11 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.