Google Knowledge Graph MCP Server
Model Context Protocol server that connects Claude (or any MCP client) to Google's free public Knowledge Graph API. Search for real-world entities - people, places, organisations, concepts - and get structured data back. It runs locally over stdio via the published package.
People who work with api client, entities and entity recognition and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-08-08 · ★ 11 · #166 OF 304 MAINTAINED MEMORY · VERIFIED 2026-09-18
MIT · TypeScript servers · how we verify → /methodology
01 · Install Google Knowledge Graph
before you install - you'll need
Set GOOGLE_KNOWLEDGE_GRAPH_API_KEY before connecting.
Claude Code
claude mcp add houtini-ai-google-knowledge-graph-mcp -- npx -y @houtini/google-knowledge-graph-mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"houtini-ai-google-knowledge-graph-mcp": {
"command": "npx",
"args": [
"-y",
"@houtini/google-knowledge-graph-mcp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package @houtini/google-knowledge-graph-mcp - the @houtini scope differs from the repo owner (houtini-ai); confirm it's the project's official package
registry namespace io.github.houtini-ai is GitHub-verified and matches the repo owner
03 · What Google Knowledge Graph can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
Latest releases
v1.0.7 · 2026-08-08
Small release, one genuinely useful fix. · Wrong key type is now diagnosable · Google AI Studio keys (AQ..., 53 chars) and Google Cloud keys (AIza..., 39 chars) are easy to confuse when both are sitting in the same MCP…
04 · Who maintains Google Knowledge Graph
google-knowledge-graph is maintained by houtini-ai. We track 9 MCP servers from houtini-ai - 7 actively maintained, 231 combined GitHub stars, oldest repo from Sep 2025. Full record: all servers from houtini-ai.
- gemini Model Context Protocol server for Google Gemini AI with chat, research, and grounding ★ 31
- lm Connect Claude to any OpenAI-compatible LLM endpoint and offload routine work to a local model. ★ 118
- seo-audit-console Technical SEO in Claude: GSC + crawl + DataForSEO - audit, market sizing, content recon. ★ 19
- geo-analyzer Scores content on the signals that get it cited by ChatGPT, Perplexity and AI Overviews ★ 21
- seo-crawler-mcp Crawl and analyse websites for SEO errors using Crawlee with SQLite storage ★ 16
- fanout Multi-URL comparative content analysis with topical gap detection ★ 12
05 · Facts
- category
- memory - ranked #166 of 304 actively-maintained memory servers as of 2026-09-18.
- release cadence
- 1 release in the last 90 days (latest 2026-08-08)
- registry
- io.github.houtini-ai/google-knowledge-graph (active, first published 2026-01-29 · 2 versions)
- packages
- npm:@houtini/google-knowledge-graph-mcp
06 · Google Knowledge Graph FAQ
What is Google Knowledge Graph?
Model Context Protocol server that connects Claude (or any MCP client) to Google's free public Knowledge Graph API. Search for real-world entities - people, places, organisations, concepts - and get structured data back. It runs locally over stdio via the published package.
Is Google Knowledge Graph still maintained?
Yes - as of 2026-09-18, its last commit was 2026-08-08 and it shipped 1 release in the last 90 days. We re-verify nightly.
How do I install Google Knowledge Graph?
Run `npx -y @houtini/google-knowledge-graph-mcp`. The README documents one environment variable (GOOGLE_KNOWLEDGE_GRAPH_API_KEY) to set first. Set GOOGLE_KNOWLEDGE_GRAPH_API_KEY before connecting. You can also paste the ready-made client config above.
Does Google Knowledge Graph run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Google Knowledge Graph
Alternatives to Google Knowledge Graph
Maintained memory servers if Google Knowledge Graph isn't the fit.
- Codebase Memory Codebase knowledge graph for AI agents - 162 languages, sub-ms queries, 99% fewer tokens. ★ 43,715 · 2026-09-18
- Superlog Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents. ★ 1,449 · 2026-09-17
- Tradememory Protocol Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents. ★ 1,419 · 2026-09-14
- Persome Local-first personal memory and model server for trusted MCP agents on macOS. ★ 1,322 · 2026-08-21
- Neo4j Memory MCP Neo4j Knowledge Graph Memory Server ★ 984 · 2026-09-09
- Projectmem Coding agent memory - one local MCP server for every project. Warns before repeating failed fixes. ★ 826 · 2026-09-15
Pairs well with
Servers that cover what Google Knowledge Graph doesn't - only shown when the pairing reason fits the companion.
More memory MCP servers · Memex (iamtouchskyer) · Mem Authority · Infranodus MCP Server Infranodus · Inite Brain · Context Sync
More TypeScript MCP servers · Seo Audit Console · Read Only Local MySQL MCP Server · Read Only Local Postgres MCP Server · MERX - TRON Resource Exchange · Grok MCP · see all