Odel
google knowledge graph mcp

google knowledge graph mcp

Local
@houtini-ai11TypeScriptMITUpdated 4w ago

Search Google's Knowledge Graph for structured information about real-world entities

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@houtini/google-knowledge-graph-mcpv1.0.7

Run

npx -y @houtini/google-knowledge-graph-mcp

MCP client config

{
  "mcpServers": {
    "google-knowledge-graph-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@houtini/google-knowledge-graph-mcp"
      ]
    }
  }
}