Skip to content

google knowledge graph for Grok

io.github.houtini-ai/google-knowledge-graph

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

client:Grok transport:stdio runtime:npm

Install google knowledge graph in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "google-knowledge-graph": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@houtini/google-knowledge-graph-mcp"
      ],
      "env": {
        "GOOGLE_KNOWLEDGE_GRAPH_API_KEY": "<GOOGLE_KNOWLEDGE_GRAPH_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

google knowledge graph in other clients