drio
Open app

Google Home MCP Server

Source

Catalog onlyCatalog onlySTDIO

Overview

Google Home MCP Server is an implementation for controlling Google Home smart plugs through the Smart Home API, allowing users to manage their smart devices effectively.

To use the server, set up a Google Cloud Project with the Smart Home API enabled, configure OAuth 2.0, and follow the setup instructions to build and start the server.

  • List all available smart plugs and their states - Control smart plugs (turn on/off) - Get real-time state of specific smart plugs - Automatic device state refresh - OAuth2 authentication with Smart Home API
  1. Managing multiple smart plugs in a home automation setup.
  2. Integrating smart plug control with Google Assistant for voice commands.
  3. Monitoring the state of smart plugs remotely.

Add to your AI client

Use these steps to connect Google Home MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "ghome-mcp-server-jmagar": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ghome-mcp-server-jmagar"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "ghome-mcp-server-jmagar": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ghome-mcp-server-jmagar"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "ghome-mcp-server-jmagar": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ghome-mcp-server-jmagar"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "ghome-mcp-server-jmagar": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ghome-mcp-server-jmagar"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "ghome-mcp-server-jmagar": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ghome-mcp-server-jmagar"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "ghome-mcp-server-jmagar": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ghome-mcp-server-jmagar"
      ]
    }
  }
}

FAQ

What are the prerequisites to use this server?

You need a Google Cloud Project with Smart Home API enabled, OAuth 2.0 Client credentials, and access to Google Home smart plugs.

Is there a specific Node.js version required?

Yes, Node.js version 18 or higher is required to run the server.

How can I contribute to the project?

You can fork the repository, create a feature branch, commit your changes, and submit a Pull Request.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1052,"uuid":"16afd5ff-5956-4416-afdd-62c6a4a0b242","name":"ghome-mcp-server","title":"Google Home MCP Server","description":null,"avatar_url":"https://avatars.githubusercontent.com/u/38927646?v=4","created_at":"2025-01-28T02:28:11.018Z","updated_at":"2025-02-23T07:12:48.028Z","status":"created","author_name":"jmagar","author_avatar_url":"https://avatars.githubusercontent.com/u/38927646?v=4","tags":"ghome,smart-home,api","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/jmagar/ghome-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]