is there someone using n8n MCP trigger endpoint URLs as MCP server from Gemini CLI?
is there someone using n8n MCP trigger SSE endpoint URLs as MCP server from Gemini CLI?
“mcpServers”: {
“gcal-ddvcat”: {
“command”: “npx”,
“args”: [
“-y”,
“mcp-remote”,
“N8N ENDPOINT PRODUCTION URL HERE”
]
}
jabbson
2
Hey @davdelven, hope all is well.
I just tried. Create the following MCP Server Trigger:
Here is my config file:
{
"theme": "Dracula",
"selectedAuthType": "oauth-personal",
"mcpServers": {
"n8n": {
"httpUrl": "https://my.server.com/mcp/pingServer"
}
}
}
And here is what it does (mind blowing functionality):
1 Like
jabbson
4
If that helped, kindly mark my answer as Solution. Thank you,
Cheers
1 Like
Awesome!
it works!
Thank you so much!
system
Closed
6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.