HomeKnowledge & Memory › google-knowledge-graph-mcp

google-knowledge-graph-mcp

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

TypeScript
★ 11 stars Last pushed 2026-08-08 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.7)

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

Or add to your MCP client config:

{
  "mcpServers": {
    "google-knowledge-graph-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@houtini/google-knowledge-graph-mcp@1.0.7"
      ],
      "env": {
        "GOOGLE_KNOWLEDGE_GRAPH_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • GOOGLE_KNOWLEDGE_GRAPH_API_KEY required secret — Google Knowledge Graph Search API key

Related servers

Data from the Official MCP Registry