Google Knowledge Graph
Rank #6,464io.github.houtini-ai/google-knowledge-graph
Search Google's Knowledge Graph for structured information about real-world entities
Google Knowledge Graph is a Model Context Protocol (MCP) server published by houtini-ai. It ranks #6,464 of 115,460 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Google Knowledge Graph is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jan 28, 2026 and most recently updated on Aug 8, 2026.
Ranks ahead of 108,996 of 115,460 servers on MCP Toplist.
Use Google Knowledge Graph
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add google-knowledge-graph -e "GOOGLE_KNOWLEDGE_GRAPH_API_KEY=<your GOOGLE_KNOWLEDGE_GRAPH_API_KEY>" -- npx -y @houtini/google-knowledge-graph-mcpReplace each placeholder with your own value before saving.
[mcp_servers.google-knowledge-graph]
command = "npx"
args = ["-y", "@houtini/google-knowledge-graph-mcp"]
[mcp_servers.google-knowledge-graph.env]
GOOGLE_KNOWLEDGE_GRAPH_API_KEY = "<your GOOGLE_KNOWLEDGE_GRAPH_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-knowledge-graph": {
"command": "npx",
"args": [
"-y",
"@houtini/google-knowledge-graph-mcp"
],
"env": {
"GOOGLE_KNOWLEDGE_GRAPH_API_KEY": "<your GOOGLE_KNOWLEDGE_GRAPH_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-knowledge-graph": {
"command": "npx",
"args": [
"-y",
"@houtini/google-knowledge-graph-mcp"
],
"env": {
"GOOGLE_KNOWLEDGE_GRAPH_API_KEY": "<your GOOGLE_KNOWLEDGE_GRAPH_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"google-knowledge-graph": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@houtini/google-knowledge-graph-mcp"
],
"env": {
"GOOGLE_KNOWLEDGE_GRAPH_API_KEY": "<your GOOGLE_KNOWLEDGE_GRAPH_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-knowledge-graph": {
"command": "npx",
"args": [
"-y",
"@houtini/google-knowledge-graph-mcp"
],
"env": {
"GOOGLE_KNOWLEDGE_GRAPH_API_KEY": "<your GOOGLE_KNOWLEDGE_GRAPH_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-knowledge-graph": {
"command": "npx",
"args": [
"-y",
"@houtini/google-knowledge-graph-mcp"
],
"env": {
"GOOGLE_KNOWLEDGE_GRAPH_API_KEY": "<your GOOGLE_KNOWLEDGE_GRAPH_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.houtini-ai%2Fgoogle-knowledge-graph)<a href="https://mcptoplist.com/server/io.github.houtini-ai%2Fgoogle-knowledge-graph"><img src="https://mcptoplist.com/badge/io.github.houtini-ai%2Fgoogle-knowledge-graph.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
houtini-ai
Other servers by houtini-ai
- SEO Audit Console#1,919 · 10 vers
- Houtini-lm#3,169 · 1 ver
- Gemini#3,312 · 3 vers
- Geo Analyzer#4,534 · 3 vers
- Seo Crawler MCP#11,242 · 2 vers
- Fmp#13,435 · 3 vers
- Fanout#16,078 · 2 vers
- Better Google Search Console#17,511
- Voice Analyser MCP Server#19,809
- Amazon Creators MCP#24,376 · 1 ver
- AI Text Detection with DeBertaV3#31,458
- Carousels MCP from Houtini#53,718
Available versions (3)
| Version | Published |
|---|---|
| 1.0.7 | Aug 8, 2026 |
| 1.0.2 | Jan 29, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Google Knowledge Graph?
- Google Knowledge Graph is maintained by houtini-ai, which publishes 15 MCP servers (28 total versions) tracked on MCP Toplist.
- Is Google Knowledge Graph listed on the Official MCP Registry?
- Yes — Google Knowledge Graph is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Google Knowledge Graph have?
- MCP Toplist tracks 3 versions of Google Knowledge Graph, most recently published on Aug 8, 2026.
- Where can I find the source code for Google Knowledge Graph?
- The source code for Google Knowledge Graph is hosted at github.com/houtini-ai/google-knowledge-graph-mcp.