<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Cecy Geraldo</title>
    <description>The latest articles on DEV Community by Cecy Geraldo (@cecygeraldo).</description>
    <link>https://dev.to/cecygeraldo</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3333929%2F22f18924-9d85-498a-8c7f-b8c7a6c46d59.png</url>
      <title>DEV Community: Cecy Geraldo</title>
      <link>https://dev.to/cecygeraldo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cecygeraldo"/>
    <language>en</language>
    <item>
      <title>🧠 What’s the deal with MCP? And why you should start exploring it now</title>
      <dc:creator>Cecy Geraldo</dc:creator>
      <pubDate>Sun, 27 Jul 2025 02:25:21 +0000</pubDate>
      <link>https://dev.to/cecygeraldo/whats-the-deal-with-mcp-and-why-you-should-start-exploring-it-now-13d8</link>
      <guid>https://dev.to/cecygeraldo/whats-the-deal-with-mcp-and-why-you-should-start-exploring-it-now-13d8</guid>
      <description>&lt;p&gt;A couple of weeks ago, I started hearing more and more about something called &lt;strong&gt;Model Context Protocol (MCP).&lt;/strong&gt; Actually, the first thing I saw was a TikTok by ChicaPython, and from that I kind of understood that MCP was like an API… but for communicating with LLMs (Large Language Models) 🤯.&lt;/p&gt;

&lt;p&gt;Then I started googling and found the &lt;a href="https://modelcontextprotocol.io/introduction" rel="noopener noreferrer"&gt;official documentation&lt;/a&gt;, with several readings on the architecture of the protocol. From there, with some examples and tutorials using Claude, I jumped into the practical side.&lt;/p&gt;

&lt;p&gt;And here’s what makes it powerful: &lt;strong&gt;MCP is a standard protocol&lt;/strong&gt;, declared in November 2024 (so yeah, pretty recent). And being a standard means it’s here to stay. From now on, this is how we communicate with LLMs, not just to consume services like when we used the Gemini API to create an agent. We now use MCP to &lt;strong&gt;boost communication and increase model operability.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;With MCP, you can create an agent and, through an MCP server, &lt;strong&gt;give it specific permissions to perform concrete actions&lt;/strong&gt;. For example, you can authorize an agent to read and write files in a local folder—it can pull information from there and save outputs too. And the best part is, thanks to the Open Source community, there are already tons of MCP servers available:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;To connect with GitHub and have the agent build a Pull Request for you (like &lt;a href="https://jules.google/" rel="noopener noreferrer"&gt;Jules&lt;/a&gt;, the copilot presented by Google at this year’s I/O),&lt;/li&gt;
&lt;li&gt;To read a database,&lt;/li&gt;
&lt;li&gt;Or to automate tasks like checking issues, generating reports, and much more.&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;🟡 &lt;strong&gt;Side note:&lt;/strong&gt; As with anything powerful, use it with good judgment. Review carefully what permissions you’re giving before using third-party MCPs. You might be exposing more than you think. (Let’s bring back the classic phrase: &lt;em&gt;“With great power comes great responsibility.”)&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  💡 What I loved the most
&lt;/h2&gt;

&lt;p&gt;You &lt;strong&gt;don’t need a powerful machine&lt;/strong&gt;, weird programs, or to learn a brand-new language. None of that.&lt;/p&gt;

&lt;p&gt;You can work locally, run the MCP inspector, and test what you’re building in TypeScript, for example or any compatible language (I’ll drop them at the end of the article). You can even configure an existing MCP with a simple JSON file. Easy-peasy.&lt;/p&gt;

&lt;p&gt;You can also test the tools you develop &lt;strong&gt;directly integrated into Claude&lt;/strong&gt;, for free.&lt;/p&gt;

&lt;p&gt;That’s how I created my first MCP server in TypeScript, following a &lt;a href="https://youtu.be/wnHczxwukYY?si=-RTaSU9cZA20K7Fy" rel="noopener noreferrer"&gt;tutorial by Midu&lt;/a&gt;. I used a local viewer to test tools, activated developer view in Claude to test what I was building, automated GitHub pull requests using &lt;code&gt;@modelcontextprotocol/server-github&lt;/code&gt;, and managed to create an agent connected to a weather API that gave me real-time weather for any city I asked about. I also accessed the local file system to &lt;strong&gt;read and save files in a controlled way&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The most exciting part? Just with the ability to read and write files, you can give your model context with information in directory X and save the synthesized results of your queries to directory Y.&lt;/p&gt;

&lt;p&gt;All under control. No hallucinations. Clear steps.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;All from your local machine!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.claudemcp.com/servers/filesystem" rel="noopener noreferrer"&gt;Here’s an example &lt;/a&gt;of how the MCP config looks when enabling access to your file system, like giving it permission to read your Desktop. When you add this tool to Claude, you can interact with the agent, ask it to read files on the Desktop, give you outputs based on them, and save the results to files.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy0lxvyryypo0mfvax83v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy0lxvyryypo0mfvax83v.png" alt=" " width="800" height="194"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  👀 So, why should you start exploring it too?
&lt;/h2&gt;

&lt;p&gt;Not just because it’s here to stay, and not just for the hype. This goes deeper.&lt;/p&gt;

&lt;p&gt;You should start exploring MCP because:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;If you feel like you’re late&lt;/strong&gt;: &lt;em&gt;&lt;strong&gt;today is literally the earliest you can start.&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;You don’t need any Machine Learning background.&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;You don’t need to learn a new language&lt;/strong&gt;: MCP has official SDKs in TypeScript, Python, Java, Kotlin, and C#—so chances are you can already start with what you know (and if not, maybe it’s the perfect excuse to learn something new through a fun project). &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;You’ll unlock creative thinking:&lt;/strong&gt; playing with MCP will spark all kinds of ideas to connect tools and explore new possibilities.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Also: &lt;strong&gt;MCP is model-agnostic&lt;/strong&gt;. You can use it with Claude, ChatGPT, Gemini, or whatever comes next.&lt;/p&gt;

&lt;p&gt;The model itself isn’t the key. &lt;strong&gt;What matters is the context you provide&lt;/strong&gt;, the instructions, the tools you expose, and the permissions you define.&lt;/p&gt;

&lt;h2&gt;
  
  
  🎮 Exploring is super easy
&lt;/h2&gt;

&lt;p&gt;A single idea bouncing in your head is enough. You don’t need a huge project to get started.&lt;/p&gt;

&lt;p&gt;You can wrap an API you already use, build a simple automated flow, or just play around with local files.&lt;/p&gt;

&lt;p&gt;And if something feels uncomfortable along the way (like granting permissions, understanding what the model sees or can execute), that’s okay.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;That discomfort teaches you too&lt;/strong&gt;. Questioning boundaries is part of the journey and it’s how we shape more responsible AI.&lt;/p&gt;

&lt;h2&gt;
  
  
  🧭 100% recommended links to get started
&lt;/h2&gt;

&lt;p&gt;Here are a few useful links if you want to begin (just like I did 👀):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔗 &lt;a href="https://modelcontextprotocol.io/introduction" rel="noopener noreferrer"&gt;Official MCP introduction&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;📚 &lt;a href="https://github.com/modelcontextprotocol/servers" rel="noopener noreferrer"&gt;Official repository of MCP servers&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;🧠 &lt;a href="https://www.anthropic.com/news/model-context-protocol" rel="noopener noreferrer"&gt;Anthropic’s launch article&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;💻 &lt;a href="https://github.com/modelcontextprotocol" rel="noopener noreferrer"&gt;Protocol GitHub&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;💡 &lt;a href="https://modelcontextprotocol.io/tutorials/building-mcp-with-llms" rel="noopener noreferrer"&gt;Tutorials in the official docs&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;MCP won’t do everything for you, but &lt;strong&gt;it gives you the power to decide how and what to build.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Have you tried it yet? If not, I hope this little blog post inspires you to start.&lt;/p&gt;

&lt;p&gt;You could start by reading files from your local system, automating a GitHub pull request, connecting to a weather API, or even building a small tool to organize your notes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It’s not about how big the project is, it’s about the curiosity to explore ✨&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>ai</category>
      <category>programming</category>
      <category>typescript</category>
    </item>
    <item>
      <title>🧠 ¿Qué es el famoso MCP? Y por qué deberías estar explorándolo ya</title>
      <dc:creator>Cecy Geraldo</dc:creator>
      <pubDate>Mon, 21 Jul 2025 03:52:10 +0000</pubDate>
      <link>https://dev.to/cecygeraldo/que-es-el-famoso-mcp-y-por-que-deberias-estar-explorandolo-ya-2gc3</link>
      <guid>https://dev.to/cecygeraldo/que-es-el-famoso-mcp-y-por-que-deberias-estar-explorandolo-ya-2gc3</guid>
      <description>&lt;p&gt;Hace un par de semanas empecé a escuchar cada vez más sobre algo llamado &lt;strong&gt;Model Context Protocol (MCP)&lt;/strong&gt;. De hecho, lo primero que vi fue &lt;a href="https://vm.tiktok.com/ZMSnmnsM7/" rel="noopener noreferrer"&gt;un video en TikTok de ChicaPython&lt;/a&gt;, y lo que entendí a primeras fue que MCP era una especie de API… pero para comunicarse con LLMs (Large Language Models) 🤯.&lt;/p&gt;

&lt;p&gt;Después me puse a googlear y encontré esta &lt;a href="https://modelcontextprotocol.io/" rel="noopener noreferrer"&gt;documentación oficial&lt;/a&gt;, con varias lecturas sobre la arquitectura del protocolo. Desde ahí, con algunos ejemplos y tutoriales usando Claude, empecé la parte práctica.&lt;/p&gt;

&lt;p&gt;Y lo potente de esto es que &lt;strong&gt;MCP es un protocolo de comunicación estándar&lt;/strong&gt;, declarado en noviembre de 2024 (sí, relativamente nuevo). Y al ser un protocolo estándar, significa que llegó para quedarse. Su objetivo es que los LLMs puedan &lt;strong&gt;interactuar con el mundo real&lt;/strong&gt;: ejecutar acciones, conectarse a servicios externos y recibir información en tiempo real. Y lo mejor: &lt;strong&gt;agnóstico del modelo&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Desde ahora, nos comunicamos de esta manera con los LLMs, y no solo para consumir servicios como cuando usábamos la API de Gemini para crear un agente. Ahora usamos MCP para potenciar la comunicación y aumentar la operabilidad del modelo.&lt;/p&gt;

&lt;h2&gt;
  
  
  Casos de uso prácticos
&lt;/h2&gt;

&lt;p&gt;Con esto, podemos crear un agente y, a través de un MCP server, darle permisos específicos para que ejecute acciones concretas. Por ejemplo, podemos autorizar la lectura y escritura del agente en una carpeta local para que obtenga información desde ahí y guarde los outputs en un archivo. Y lo mejor es que gracias a la Comunidad Open Source, ya existen muchos MCP servers disponibles, acá te dejo algunos ejemplos de uso:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Para conectarte con &lt;strong&gt;GitHub&lt;/strong&gt; y que el agente te arme un Pull Request (como Jules, el copiloto que presentó Google en el I/O de este año)&lt;/li&gt;
&lt;li&gt;Para leer una &lt;strong&gt;base de datos&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;O para automatizar tareas como revisar issues, generar reportes y mucho más&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;🟡 &lt;strong&gt;Side note&lt;/strong&gt;: como con todo lo poderoso, hay que tener criterio. Revisa bien qué permisos estás entregando antes de usar MCPs de terceros. Puedes estar exponiendo más de lo que imaginas. (Apliquemos la frase estrella "Un gran poder significa una gran responsabilidad")&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Lo que más me gustó 💡
&lt;/h2&gt;

&lt;p&gt;Lo que más me sorprendió fue &lt;strong&gt;lo accesible que es&lt;/strong&gt;: no necesitas una máquina muy potente, ni programas raros, ni aprender un nuevo lenguaje recién lanzado. Para nada.&lt;/p&gt;

&lt;p&gt;Puedes trabajar en tu máquina local, correr el inspector de MCP, y probar lo que estás construyendo en TypeScript por ejemplo o alguno de los lenguajes compatibles (te los dejo al final del artículo). También puedes configurar un MCP existente mediante un archivo JSON, así bien simple.&lt;/p&gt;

&lt;p&gt;Además, puedes &lt;strong&gt;testear las herramientas que desarrollas directamente integradas en Claude, gratuitamente&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  Mi experiencia práctica
&lt;/h3&gt;

&lt;p&gt;Así fue como pude crear mi primer servidor MCP en TypeScript, siguiendo el &lt;a href="https://youtu.be/wnHczxwukYY?si=rPLBy_J8nyHEYIiM" rel="noopener noreferrer"&gt;tutorial de Midu&lt;/a&gt;. Usé un Inspector MCP local para probar herramientas (&lt;code&gt;npx -y @modelcontextprotocol/inspector npx -y tsx main.ts&lt;/code&gt; se ejecuta en el puerto 6274), activé la vista de desarrollador en Claude para testear lo que estaba construyendo, automaticé pull requests en GitHub con &lt;code&gt;@modelcontextprotocol/server-github&lt;/code&gt; y logré crear un agente conectado con la API del clima, para que me respondiera en tiempo real qué clima había en la ciudad que le estaba consultando y también logré acceder al sistema de archivos local para leer y guardar archivos de forma controlada.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lo más emocionante&lt;/strong&gt;: tan solo con la capacidad de leer y guardar archivos, podríamos darle contexto al modelo con información ubicada en el directorio X, y guardar los resultados sintetizados de nuestras consultas en el directorio Y.&lt;/p&gt;

&lt;p&gt;Todo bajo control. Sin alucinaciones. Con pasos claros. &lt;strong&gt;¡Todo desde tu local!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Así se vería la configuración MCP que está disponible para acceder a tu file system, en este caso le estamos dando acceso al Escritorio. Al agregar esta herramienta en Claude podemos interactuar con el agente, pedir que lea los archivos en escritorio, que nos de outputs en base a eso y que los almacene en archivos.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgxr7bmpof0rri0ltknil.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fgxr7bmpof0rri0ltknil.png" alt="Configuración JSON para MCP Server tipo filesystem, usando NPX y apuntando al escritorio del usuario" width="800" height="194"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Bueno, ¿y por qué deberías estar explorándolo tú también?
&lt;/h2&gt;

&lt;p&gt;No solo porque es algo que llegó para quedarse, ni para subirse al hype. Esto va más allá.&lt;/p&gt;

&lt;p&gt;Deberías empezar a explorarlo porque:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Si sientes que vas tarde&lt;/strong&gt;: hoy es lo más temprano que puedes empezar.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No necesitas experiencia en IA&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tampoco necesitas aprender un lenguaje nuevo&lt;/strong&gt;: MCP tiene SDKs oficiales en TypeScript, Python, Java, Kotlin y C#, así que probablemente ya puedes empezar con lo que sabes (y si no, quizás es el momento perfecto para aprender algo nuevo con un proyecto entretenido).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Puedes abrir tu ventana de la creatividad&lt;/strong&gt;. Explorando MCPs se te van a ocurrir mil formas de conectar herramientas y descubrir nuevas posibilidades.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Además, MCP es agnóstico al modelo&lt;/strong&gt;. Puedes usarlo con Claude, ChatGPT, Gemini o el que venga.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;El modelo no importa tanto. Lo importante es &lt;strong&gt;el contexto que le das, las instrucciones, las herramientas que expones y los permisos que definas&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Explorar es muy sencillo
&lt;/h2&gt;

&lt;p&gt;Una idea rondando tu cabeza es suficiente, no necesitas tener un gran proyecto en mente. Puedes partir envolviendo una API que ya usas, creando un flujo automatizado simple, o simplemente jugando con archivos locales.&lt;/p&gt;

&lt;p&gt;Y si algo te incomoda en el camino (como dar permisos, entender qué ve el modelo o qué puede ejecutar), está bien. Esa incomodidad es parte del aprendizaje.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cuestionar los límites es parte del proceso. Así construimos IA más responsable.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Links a explorar 100% recomendado:
&lt;/h2&gt;

&lt;p&gt;Te dejo algunos links útiles por si quieres comenzar (como lo hice yo 👀):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔗 &lt;a href="https://modelcontextprotocol.io/" rel="noopener noreferrer"&gt;Introducción oficial a MCP&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;📚 &lt;a href="https://github.com/modelcontextprotocol/servers" rel="noopener noreferrer"&gt;Repositorio oficial de servidores MCP&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;🧠 &lt;a href="https://www.anthropic.com/news/model-context-protocol" rel="noopener noreferrer"&gt;Artículo de lanzamiento de Anthropic&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;💻 &lt;a href="https://github.com/modelcontextprotocol" rel="noopener noreferrer"&gt;GitHub del protocolo&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;💡 &lt;a href="https://modelcontextprotocol.io/tutorials" rel="noopener noreferrer"&gt;Tutoriales en la documentación&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;MCP no resuelve todo por ti, pero te da el poder de decidir cómo y con qué construir.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;¿Ya lo probaste?&lt;/strong&gt; Si aún no lo haces, ojalá este blogcito te inspire a dar el primer paso. Puedes comenzar leyendo archivos de tu sistema local, automatizando un pull request en GitHub, conectando una API como la del clima o incluso creando una herramienta que te ayude a organizar tus notas.&lt;br&gt;
&lt;strong&gt;Lo importante no es el tamaño del proyecto, sino las ganas de explorar ✨&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>ai</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
