DEV Community

Cover image for Meet the Builders: Highlights from the MCP Server Builder Meetup
Amanda for Apollo GraphQL

Posted on • Originally published at apollographql.com

Meet the Builders: Highlights from the MCP Server Builder Meetup

On June 18th, we hosted our very first MCP Server Builder Meetup in San Francisco, bringing together engineers, tinkerers, and early adopters to explore the future of building AI-native developer experiences with Model Context Protocol (MCP).

This was more than just a showcase of cool demos. It marked the launch of a new community of developers building for and with LLMs using MCP servers. The energy in the room made one thing clear: this community is ready to build what's next.

Keep reading for a recap of all the demos with links to the full sessions.  Our next events in the series are on July 29th in NYC and July 31st in San Francisco.  We hope to see you there. RSVP and subscribe in our Luma calendar.

Jordan Bergero (Block): Building Reliable MCP Servers with Goose & MCP Tool Layering in Square MCP Server

Jordan bergero of block

Jordan shared how his team turned an internal hack week project into a production-grade MCP server at Square, which now powers real developer workflows.

Key Highlights:

  • Introduced Goose: an open source, LLM-agnostic tool for running and testing MCP servers locally in a GUI or terminal experience.
  • Explained Square’s "layered approach" (discover → plan → execute) to reduce API confusion. This structured layering helps make results predictable and reproducible.
  • Goose read a raw .txt file of invoice notes, parsed out customer and payment data, called multiple Square API endpoints (customer create, order create, invoice publish), and emailed real invoice all from a single prompt.

Why it matters: An impressive real-world example of turning API chaos into structured tool behavior. 

Check out Jordan’s full session on YouTube and connect with them on LinkedIn.

Melissa Herrera (Langflow): Langflow as a Visual MCP Client and Server

Melissa Hererra
Melissa brought the energy and delivered a lightning-fast tour of Langflow, a visual IDE for building agent workflows with drag-and-drop ease.

Key Highlights:

  • MCP Client & Server: Langflow can act as both an MCP client (calling tools via agent workflows) and a server (exposing your flows as tools), letting you chain, compose, and republish.
  • Multi-agent architecture: She showcased a resume enhancer app that parsed a resume, queried live job market data via Tavily, and returned improvements all orchestrated across multiple agents.
  • Tool Reuse: Demonstrated turning any Langflow component into a reusable tool and exporting it as part of a server bundle.

Why it matters: For devs or visual thinkers, Langflow is a developer-friendly launchpad for building composable, LLM-native tools.

Check out Melissa's full session on YouTube and connect with them on LinkedIn.

Lizzie Siegle (Cloudflare): Podcast Generator with Workers + MCP

Lizzie Siegle
Lizzie brought some joy (and a surprise) with her talk on building and deploying fun, voice-powered MCP apps on Cloudflare Workers.

Key Highlights:

  • Serverless podcast generator: Combined Claude, Workers AI, and a Cloudflare D1 SQL database to build a podcast generator that outputs both audio and script content.
  • End-to-end deployment: Demonstrated how to go from zero to a deployed MCP server using Cloudflare’s click-to-deploy button. Most code was auto-generated, including durable object support.
  • Tool listing & persistence: Saved generated podcast metadata and audio URLs to SQL, and exposed a tool to query prior results.

Why it matters: Cloudflare’s infra stack is well-suited for lightweight AI applications. If you want a fast way to host, persist, and serve LLM workflows globally, this is a great blueprint.

Check out Lizzie's full session on YouTube and connect with them on LinkedIn.

Tobin South (WorkOS): Securing MCP Servers

Tobin South
Tobin delivered a high-impact talk focused on the security foundations of MCP infrastructure.

Key Highlights:

  • Highlighted common authentication pitfalls in community-deployed MCP servers and the growing need for OAuth and SSO.
  • Gave a crash course in OAuth and SSO for MCP, including how to support dynamic client registration properly.
  • Demoed a secure, OAuth-powered MCP server for ordering custom swag.

Why it matters: If you’re shipping MCP servers to users or enterprises, this talk is your must-watch.

Check out Tobins full session on YouTube and connect with them on LinkedIn.

Michael Watson (Apollo): Token-Efficient MCP Servers with GraphQL

Michael Watson
Watson closed the night with a deep dive into how token efficiency and schema-first tooling can make LLM interactions smarter and cheaper.

Key Highlights:

  • Token bloat audit: Analyzed GitHub's MCP server responses which produced 8.5k+ tokens per tool call caused by duplicate and irrelevant fields.
  • Selective GraphQL queries: Used GraphQL selection sets to omit unneeded data, reducing token usage by 75% to about 2,000 tokens.
  • Hot-reloadable tools: Showed how the Apollo MCP server can load tools directly from .graphql files with no build step needed.
  • Live demo: Used Goose to introspect GitHub’s GraphQL schema and auto-generate a working tool in minutes, then hot-loaded it into the server.

Why it matters: GraphQL-first design gives you clean, typed, and cost-efficient tooling which is a superpower for scaling MCP use.

Check out Watson's full session on YouTube and connect with them on LinkedIn.

What’s Next: Join the MCP Server Builder Community

This was just the beginning. Our mission is to support and grow a community of developers building smarter MCP tools.

Check out our MCP Server

Apollo's own MCP server is open source and we have a full tutorial on Odyssey that will get you up and running building your own tools.

Join future events

We host meetups regularly. Check out our Luma event page to RSVP for the next one in SF, NYC, or virtually.

Get involved

Got something to show? Built a server? Join our talks or share in the Apollo Community.

Top comments (2)

Collapse
 
dotallio profile image
Dotallio

Amazing energy coming out of this meetup, really love how each demo took MCP servers in such different directions.

Was there a particular talk or tool that surprised you the most live?

Collapse
 
amandamartindev profile image
Amanda Apollo GraphQL

Sadly, I live on the east coast so did not get to experience these talks live. I work at Apollo so I helped with the speakers and event management (and writing this recap 😊 )

When I watched all the videos, a few things definitely stood out. In Jordons talk is was crazy to me that this was a hackathon project and is SO widely used now. I love working with Goose and really had no idea this lore. The layering approach was really interesting to me as well.

For Watsons Github research that really blew my mind. I knew he had been working on this for awhile and rebuilding it not really expecting any particular result it was more about exploration and building to learn. The decrease in token usage from 8k -> 2k is just insane to me. The nature of how graphql inherently works is really interesting in regards to protecting the context window.

I'm not sure where you live but we are also having a meetup this month in NYC (that I will actually be at). If you are local you should join us!

What presentations did inspired you the most in this set?

Some comments may only be visible to logged-in visitors. Sign in to view all comments.