
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).
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"
]
}
}
}