mcp_gemini
If you are the rightful owner of mcp_gemini and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
mcp_gemini is a Model Context Protocol client and server that integrates with the Gemini LLM.
mcp_gemini
Model Context Protocol client and server with Gemini LLM
Server
the server code is in main.ts - which you can run and connect with claude by updating the developer config there
{
"mcpServers":{
"mcp-server":{
"command":"deno",
"args":[
"run",
"-A",
"path_to_repo/main.ts"
]
}
}
}
Client - when you want to have your own client and not use vscode or claude desktop
How to run the client
cd client
deno run --allow-env --env-file=.env main.ts