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 connecting memory tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-08 · ★ 11 · #105 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25

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, 215 combined GitHub stars, oldest repo from Sep 2025. Full record: all servers from houtini-ai.

  1. gemini Model Context Protocol server for Google Gemini AI with chat, research, and grounding ★ 30
  2. lm Connect Claude to any OpenAI-compatible LLM endpoint and offload routine work to a local model. ★ 111
  3. seo-audit-console Technical SEO in Claude: GSC + crawl + DataForSEO - audit, market sizing, content recon. ★ 12
  4. geo-analyzer Scores content on the signals that get it cited by ChatGPT, Perplexity and AI Overviews ★ 21
  5. seo-crawler-mcp Crawl and analyse websites for SEO errors using Crawlee with SQLite storage ★ 16
  6. fmp Access financial data and market information via Financial Modeling Prep API ★ 2

05 · Facts

category
memory - ranked #105 of 259 actively-maintained memory servers as of 2026-08-25.
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-08-25, 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

Pairs well with

Servers that cover what Google Knowledge Graph doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 38,704
  2. X402 List MCP → filesystem companion filesystem · ★ 58