Google Knowledge Graph MCP
Resolve named entities - companies, people, products - through Google's Knowledge Graph from inside an agent.
In practice.
Wraps the Google Knowledge Graph Search API. Useful for entity-rich content briefs and structured-data builds where you need an authoritative entity ID and not just a string.
Three steps. Five minutes.
Google Knowledge Graph MCP runs as an MCP server. You install it once, point Claude at it via a small config file, and it's available in every conversation from that point on. The full primer is at how to add an MCP server to Claude Desktop; what follows is the short version.
- 1
Install the package
Open a terminal and run the command below. It installs Google Knowledge Graph MCP globally so Claude can find it from any directory.
npm i -g @houtini/google-knowledge-graph-mcp - 2
Add it to your Claude config
In Claude Desktop, open Settings → Developer → Edit Config. Add an entry under
mcpServerspointing at@houtini/google-knowledge-graph-mcp. The full primer (with the JSON snippet you can copy) is at how to add an MCP server to Claude Desktop. - 3
Restart Claude
Close Claude Desktop completely and reopen it. The new MCP shows up in the tool list at the bottom of the message box. If it doesn't, the linked primer above has the troubleshooting checklist.
Source, package, docs.
Want it doing something specific to you?
Google Knowledge Graph MCP is free, MIT-licensed, runs as it is. If you want it pointed at your own data, wired to your CRM, or built around a workflow this one doesn't cover, that's a conversation. We build bespoke MCPs for clients. Forty-five minutes, no pitch deck.