From the course: Model Context Protocol (MCP): Hands-On with Agentic AI
Leveraging the power of MCP servers - Claude Tutorial
From the course: Model Context Protocol (MCP): Hands-On with Agentic AI
Leveraging the power of MCP servers
- [Instructor] To leverage the power of MCPs in your own work it's useful to think of them as natural language interfaces to automation. Identify tasks you normally perform that can be automated, build MCPs that facilitate that automation and then plug them into an MCP client. In the exercise files, you'll find an example of this in an MCP I built called Project Documenter. This MCP takes the contents in any project folder and summarizes all of that content into a markdown file and then writes a README file for that project. Let me show you how it works in Claud. I have a project open, and as you can see it currently does not have a README file. I'll say, "Document the project" at this path, hit return, now, Claud first identifies file system as a possible tool here but I don't want to use file system so I'll say no. Then it correctly identifies Project Documenter so I'll allow that. If you look over here, it's now created a project.md file which is a complete list of all the code in the project in a single file, and created a README.md file that currently has no content, Claud identifies update-readme, so I'll allow that, and finally it finds assess-readme-quality which reads through the README file to make sure it fits with the project. And just like that, thanks to Claude and the MCP, I now have a fully built out README file for my project, including a breakdown of how the project works, what features exist, how to install it, and how to run it. And now all I have to do is go in and make sure it's correct and make any edits I want, which saves me a ton of time as I'm building out my project.