MCP Server
io.github.houtini-ai/google-knowledge-graph MCP Server
io.github.houtini-ai/google-knowledge-graph
What is the io.github.houtini-ai/google-knowledge-graph MCP server?
Search Google's Knowledge Graph for structured information about real-world entities
How to install io.github.houtini-ai/google-knowledge-graph
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
GOOGLE_KNOWLEDGE_GRAPH_API_KEYrequiredsecretGoogle Knowledge Graph Search API key
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"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>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"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>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"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>"
}
}
}
}VS Code
.vscode/mcp.json
{
"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>"
}
}
}
}Claude Code
claude mcp add google-knowledge-graph --env GOOGLE_KNOWLEDGE_GRAPH_API_KEY=<YOUR_GOOGLE_KNOWLEDGE_GRAPH_API_KEY> -- npx -y @houtini/google-knowledge-graph-mcpRelated MCP servers
Multi-URL comparative content analysis with topical gap detection
View repository →Access financial data and market information via Financial Modeling Prep API
View repository →Model Context Protocol server for Google Gemini AI with chat, research, and grounding
View repository →AI search optimization analysis with actionable findings and gap analysis
View repository →Crawl and analyse websites for SEO errors using Crawlee with SQLite storage
View repository →