mcpbeat Sign in

Google Knowledge Graph MCP Server

local only

Google Knowledge Graph runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 8 Aug 2026.

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

Installs per day peak 23 · avg 7 · +48% w/w
a month agotoday
41
Installs / week
npm · @houtini/google-knowledge-graph-mcp
11
Stars
0 open issues
8 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Google Knowledge Graph every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add google-knowledge-graph -- npx -y @houtini/google-knowledge-graph-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "google-knowledge-graph": {
      "args": [
        "-y",
        "@houtini/google-knowledge-graph-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.google-knowledge-graph]
command = "npx"
args = ["-y", "@houtini/google-knowledge-graph-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "google-knowledge-graph": {
      "args": [
        "-y",
        "@houtini/google-knowledge-graph-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "google-knowledge-graph": {
      "args": [
        "-y",
        "@houtini/google-knowledge-graph-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GOOGLE_KNOWLEDGE_GRAPH_API_KEY (Google Knowledge Graph Search API key). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Google Knowledge Graph

same job, measured the same way
Google Web Search
by jojapi

Google Web Search: Google Web Search API. Search the world’s information, including webpages.

1 tools answering
HasData Google Scholar
by hasdata

Google Scholar search results, citation counts and citation export formats, as structured JSON.

116 installs/wk answering
Academic Research MCP Server
by thenextgennexus

Search arXiv, Google Scholar, and Wikipedia for academic papers and knowledge

23 installs/wk local only
Google Search
by mcparmory

Scrape Google search results with SERP data, ads, and knowledge panels

251 installs/wk local only
Gemini Image Studio
by udhaykumarbala

AI image generation and editing with Google Gemini. Structured JSON editing.

50 installs/wk local only
срезAI — Search API for AI agents
by srezai

Web search, page reading and structured extraction for AI agents, with strong RU coverage

10 tools answering
Google Serp
by dataleadspro

Structured Google search, news, and local results at scale - organic results, news, and local packs

3 tools answering
Nimrod Research
by orchis

Web research for agents: quality-scored Google search, webpage extraction, and deep research.

answering

Google Knowledge Graph — questions

Answers built from our own checks of this server.

Why is there no uptime for Google Knowledge Graph?
Google Knowledge Graph runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @houtini/google-knowledge-graph-mcp was installed 41 times last week.
How do I connect Google Knowledge Graph?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @houtini/google-knowledge-graph-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Google Knowledge Graph?
The npm package @houtini/google-knowledge-graph-mcp was installed 41 times in the last week. Week over week that is +48%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Google Knowledge Graph open source?
Yes — it is published under the MIT licence, written in TypeScript and 11 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.