back

Gemini 2.5 Pro MCP Server in Claude Code: INSANE LLM Collaboration Unlocked!

# Gemini 2.5 Pro + Claude 3.7: A Powerful LLM Collaboration for Game Development

## Summary of an Exciting LLM Collaboration Experiment

In a fascinating demonstration of AI collaboration, a developer created a system allowing Gemini 2.5 Pro and Claude 3.7 to work together on building a QWOP-style limb runner game. Using a custom MCP (Model Communication Protocol) server to connect Gemini to Claude Code, the two powerful language models combined their strengths to create a functioning physics-based game.

## The Collaboration Setup

The experiment used a unique workflow:
– A custom MCP server connected to the Gemini 2.5 Pro API
– Claude 3.7 running in Claude Code as the main interface
– Claude was instructed to send planning requests to Gemini
– Gemini created the implementation strategy
– Claude wrote and refined the actual code based on Gemini’s plan

## The Game Development Process

1. **Initial Planning**: Claude asked Gemini to create a detailed implementation plan for a QWOP-style game using Three.js with 2D gameplay and 3D elements
2. **Code Generation**: Claude used Gemini’s comprehensive plan to generate the initial codebase with proper structure
3. **Debugging**: When the limb controls weren’t working properly, Claude sent relevant code snippets to Gemini for collaborative troubleshooting
4. **Joint Mechanics**: The models worked together to implement proper physics for hip movement, changing from revolute joints to spherical joints
5. **Iterative Improvements**: The developer tested the game while the models continued refining the physics and controls

## Results and Reflections

The final game, while still needing refinement, successfully implemented:
– Character limb controls using the QWOP keys
– Physics-based movement and balance challenges
– Appropriate joint mechanics for realistic limb movement

The developer was particularly impressed with how the two models complemented each other, noting: “I was very happy with our MCP server and kind of the collaboration between Claude and Gemini. This is something I’m going to explore a bit more I think because there could be some interesting stuff we can do with this.”

The game

Recent Videos

May 6, 2026

Hermes Agent Master Class

https://www.youtube.com/watch?v=R3YOGfTBcQg Welcome to the Hermes Agent Master Class — an 11-episode series taking you from zero to fully leveraging every feature of Nous Research's open-source agent. In this first episode, we install Hermes from scratch on a brand new machine with no prior skills or memory, walk through full configuration with OpenRouter, tour the most important CLI and slash commands, and run our first real task: a competitor research report on a custom children's book AI business idea. Every future episode will build on this fresh install so you can see the compounding value of the agent in real time....

Apr 29, 2026

Andrej Karpathy – Outsource your thinking, but you can’t outsource your understanding

https://www.youtube.com/watch?v=96jN2OCOfLs Here's what Andrej Karpathy just figured out that everyone else is still dancing around: we're not in an era of "better models." We're in a different era of computing altogether. And the difference between understanding that and not understanding it is the difference between being a vibe coder and being an agentic engineer. Last October, Karpathy had a realization. AI didn't stop being ChatGPT-adjacent. It fundamentally shifted. Agentic coherent workflows started to actually work. And he's spent the last three months living in side projects, VB coding, exploring what's actually possible. What he found is a framework that explains...

Mar 30, 2026

Andrej Karpathy on the Decade of Agents, the Limits of RL, and Why Education Is His Next Mission

A summary of key takeaways from Andrej Karpathy's conversation with Dwarkesh Patel In a wide-ranging conversation with Dwarkesh Patel, Andrej Karpathy — former head of AI at Tesla, founding member of OpenAI, and creator of some of the most popular AI educational content on the internet — shared his views on where AI is headed, what's still broken, and why he's now pouring his energy into education. Here are the key takeaways. "It's the Decade of Agents, Not the Year of Agents" Karpathy's now-famous quote is a direct pushback on industry hype. Early agents like Claude Code and Codex are...