n8n-nodes-google-search-console-mcp
Version:
N8N community node for Google Search Console MCP integration with Service Account auth and 6 GSC operations
56 lines (55 loc) • 1.29 kB
JSON
{
"name": "n8n-nodes-google-search-console-mcp",
"version": "1.0.1",
"description": "N8N community node for Google Search Console MCP integration with Service Account auth and 6 GSC operations",
"keywords": [
"n8n-community-node-package",
"n8n",
"google-search-console",
"gsc",
"seo",
"webmaster",
"google-api",
"mcp",
"service-account",
"sitemap"
],
"license": "MIT",
"homepage": "https://github.com/cedrictantcheu/n8n-nodes-google-search-console-mcp",
"author": {
"name": "Cedric Tantcheu",
"email": "cedric@vtimagerie.fr"
},
"repository": {
"type": "git",
"url": "https://github.com/cedrictantcheu/n8n-nodes-google-search-console-mcp.git"
},
"engines": {
"node": ">=18.10",
"pnpm": ">=8.1"
},
"packageManager": "pnpm@8.1.0",
"main": "index.js",
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/GoogleSearchConsoleApi.credentials.js"
],
"nodes": [
"dist/nodes/GoogleSearchConsoleTool/GoogleSearchConsoleTool.node.js"
]
},
"peerDependencies": {
"n8n-workflow": "*"
},
"dependencies": {
"googleapis": "^140.0.1"
},
"devDependencies": {
"gulp": "^4.0.2",
"typescript": "^5.9.2"
}
}