← Reddit

Gemini PRO MCP, naughty naughty?

Reddit · BIGRED______________ · July 9, 2026
A newly-minted Claude user created two custom Model Context Protocols (MCPs)—one for Gemini Pro functionality and another for email integration—after identifying gaps that weren't addressed by existing solutions found on GitHub. The creator questioned whether these tools held practical value or represented common beginner-level projects that most new users develop during setup.

Detailed Analysis

A newcomer to Claude's ecosystem describes a week-long journey that began with a modest goal—automating home assistant tasks—and snowballed into building custom Model Context Protocol (MCP) servers, including a "Gemini Pro MCP" and an "Email MCP." The post captures a familiar onboarding pattern in the Claude developer community: users start with a narrow task, discover gaps in available tooling, and end up creating their own integrations rather than finding existing solutions. The title's self-deprecating "naughty naughty" nods to the mild irony of building a bridge from Anthropic's Claude to a competing model, Google's Gemini Pro, within Claude's own extensibility framework.

The post is a useful window into how MCP has evolved from a technical specification into a grassroots ecosystem. Since Anthropic open-sourced MCP in late 2024 as a standardized way for AI models to connect with external tools, data sources, and services, it has been adopted well beyond Anthropic's own products, with OpenAI, Google DeepMind, and other major AI labs eventually voicing support for the protocol as a de facto standard. That an individual user can spin up a Gemini Pro connector for use inside Claude—effectively letting Claude orchestrate or consult a rival model—demonstrates one of MCP's central design goals: model-agnostic interoperability. Rather than locking users into a single vendor's ecosystem, MCP allows Claude to act as an orchestration layer that can call out to other AI services, databases, APIs, or in this case, email systems, turning it into a hub for personal automation rather than a closed chatbot.

The user's confusion about where to find existing MCP servers, and whether their creations have value or are simply "reinventing the wheel," reflects a broader growing pain in the MCP ecosystem: discoverability. While GitHub hosts thousands of community-built MCP servers, there is no single authoritative directory, and quality, security, and maintenance vary wildly. This has led to genuine concern in Claude and MCP-focused communities about redundant tooling, inconsistent implementations, and the difficulty newcomers face in distinguishing well-vetted servers from hastily built ones. It also raises quieter security considerations—custom MCP servers that touch email or third-party AI APIs handle sensitive credentials and data, and the ad hoc nature of community development means vetting is largely left to users themselves.

More broadly, this anecdote fits into the larger trend of AI agents becoming personal infrastructure builders rather than just chat interfaces. Claude's growing role in "agentic" workflows—where it doesn't just answer questions but writes code, connects services, and automates recurring tasks like home automation or email triage—illustrates why Anthropic has invested heavily in features like Claude Code, computer use, and expanded MCP tooling throughout 2025. The fact that a self-described "absolute newb" can, within a week, build functioning integrations that connect Claude to competing AI models and personal email accounts underscores how low the barrier to entry has become for building custom AI agents, a democratization that is reshaping expectations for what an "AI assistant" can do beyond simple conversation, while also surfacing the ecosystem's growing need for better curation, security standards, and community-driven documentation as MCP adoption scales.

Read original article →