자청의 유튜브 추출기

유튜브 영상의 자막과 AI요약을 추출해보세요

AI 요약 제목

클로드와 MCP 완벽 활용법! 꼭 알아야 할 10가지 핵심 사례

원본 제목

Top 10 MCP Use Cases - Using Claude & Model Context Protocol

Codex Community

조회수 조회수 56.0K 좋아요 좋아요 1.1K 게시일 게시일

설명

MCP or Model Context Protocol is the newest ways that you can allow AI to take control of tools on your own computer or with third party services. In this video I'm going to show you ten different examples of how you can start using MCP right now to perform different tasks directly in Claude. Connect Claude to Zapier via MCP: https://bit.ly/437uw0H Access Claude Desktop: https://claude.ai/download MCP Servers https://github.com/modelcontextprotocol/servers This will be focused on developer related activities that you might want to do, from accessing the file system, to the web browser, or even your own email system. Of course you can connect it to github, docker and other tools too, even Spotify! 00:00 - Top 10 MCP Use Cases - Model Context Protocol 00:19 - Setup Claude Desktop for MCP 01:34 - MCP File Organisation 02:34 - MCP for Sending Emails 04:09 - MCP for Inbox Organisation 04:49 - MCP for Web Browsing and Research 05:39 - MCP for WhatsApp Control 05:59 - MCP for Blender and 3D assets 06:33 - MCP for Figma, Docker, GitHub, Spotify 📘 Try my Web Design Course: https://www.enhanceui.com/
자막

자막

전체 자막 보기
MCP is pretty popular.

So, in this video, I'm going to show you 10 use cases for MCP as a developer or a designer that you can use right now.

If you haven't heard of MCP before, it's simply a way to allow AI agents to call tools.

Tools from your own computer or even from thirdparty services like Figma, Docker, or even just your own terminal.

First, let's make sure that we can get MCP up and running.

I'm going to be using Clawude Desktop to serve as the connecting layer between the tools I want to implement and the AI models that will do so.

I've tried MCP on both Mac OS and Windows.

And while it works a lot better on Mac OS, you can still set it up for Windows if that's what you're running.

Here I've installed Claw Desktop on my account and I've logged in using Google O.

There is one more step we need before we can start using MCP, which is to enable developer mode with the protocols we want MCP to have access to.

Here inside of Claw Desktop, I'm going to head over to settings and then select developer and then edit the configuration file.

This will locate the file which I'm going to edit in my code or of choice which is right now cursor.

And then here I'm going to paste in the configuration to access my file system.

I'll need to update the file system directory here to have my username instead of this placeholder for username.

And that is pretty much it.

Now all I have to do is restart claw desktop and I can start utilizing MCP.

You'll know it's worked if you get this little tool icon just below your filter options, which has a little bit of a connector here.

And if you select it, then you'll see that you have MCP installed, as well as what you can do.

Our first use case for MCP will be file organization.

I definitely recommend this if it's the first time you're using MCP.

You see, the one folder that's always quite disorganized is my downloads folder.

Here you can see lots of photos and PDFs as well as executable downloads.

And all of this is a huge mess.

We've provided Claude with access to the file system.

You still will need to approve it, but once you do, you'll see the list of all the files and folders inside of any directory you've approved inside of the chat window.

Then the AI model will go through and organize it based on what prompt you've given.

In this case, I've just wanted them to be moved in different types of folders and just organized a little bit better, as well as removing or deleting any duplicates.

I've now run this for a few minutes, and I've hit the maximum length for messages.

But let's have a look at the results here inside of files.

I can see a lot of my files have been organized into these folders.

I can expand these out and here I have all my images, my installers, as well as things like all my videos.

So, this is much better organized than what I had in the past.

For the next example, I want to be able to use MCP to send emails on behalf of me.

Right now, the majority of AI tools allow you to have a chat interface, and if you do want them to write up an email, you will have to manually copy and paste that across.

So, my goal here will be to use the MCP server to connect straight to my Gmail and from there send emails directly from my email address.

This will need a little bit more setup.

In this case, I'm going to be using Zapier actions.

It's a way to allow you to connect up an MCP server straight to Zapia, which can then perform these actions on your behalf.

Heading to actions, I'm going to connect up the ones that I want to utilize for this example.

So, this will be to perform Gmail interactions.

And later on, I want to do maybe some Discord channel messages, too.

There's a quick configuration guide on how to connect these actions to Claude, which is to copy over this MCUP server configuration.

It comes with a secret key, so make sure you guys keep this hidden.

And from there, I'll just restart Claude, and I'll see that it's now available as a tool for MCP to utilize.

Here, I'm going to prompt Claw to send an email to myself, reminding myself that there's a new design course called enhanced UI that I can check out.

I want to then send myself an email regarding it.

And here, I'm going to allow that email to be sent through the Zapier MCP.

According to Claude, it's been sent.

So, let's see if it's arrived.

And here's that new email.

Looks like it delivered immediately.

Additionally, it's got my email address here.

It's got a little bit of a description and a call to action.

And it is using my official email address, which is pretty cool.

It links to my website and here people can purchase my course.

Since we're on the topic of emails, another use case for MCP is email management.

I've added a few additional actions to my MCP tools, which include labeling, deleting, and finding emails.

This time, I want it to organize my mail inbox because it's usually a mess with hundreds of emails and normally disorganized without any labels and a lot of spam, too.

Here, Claude is scanning through my inbox and then selecting to label certain emails and delete others.

Here you can see it deleted that email about some sort of a new design course.

And here it appropriately updated some of my important emails.

There are other ways you can manage your emails such as preparing drafts or replying to people.

And it's really up to you to configure it the way you want.

For the next MCP example, I wanted to be able to control my web browser to perform tasks on my behalf.

For this, I'll be combining Puppeteer with MCP, allowing it to interact with the web browser through JavaScript using the following web tool.

I've copied this syntax into my JSON configuration file.

And if I head to tools over here, you can see that puppeteer is now available as one of the tools that it can utilize.

Let me test it out by asking it to summarize the best articles from the last week from dev.

2.

It'll request access to run Puppeteer with a web browser on the side.

Here it is.

And then it'll go on to the web, browsing different pages, collecting the information I need, and compiling that all into a nice little summary of the top articles that are probably of interest to me this week, like this one with a top MCP ideas that you should try, or five projects you should build if you're a developer, and a few others.

The next use case is to use MCP with WhatsApp to send messages and complete tasks.

First, I'll connect it up to WhatsApp here in Zapia, and now it's available as one of the tools I can utilize.

I requested claw to send me a message of hello world with a JavaScript function straight to my WhatsApp so I understand exactly how this function works and here it is.

Blender combined with MCP is another use case.

I've seen people connect Claude to Blender through MCP to be able to design different types of 3D models and scenes and it's pretty impressive what you can actually get it to do.

For example, you could create an image in Midjourney, upload it and then get it to be created in Blender.

It goes through and creates the entire scene as if it was a 3D mockup.

Then you can ask it to take a closer look at that Blender 3D model and recreate it using JavaScript and 3JS and the result is a full 3D scene with this rendered in the web browser on any device.

Another example is Figma.

You can have a Figma accessible as an MCP tool that you can now control through applications like cursor or just through Claude.

It will then go through and create different types of designs such as this login screen for a mobile viewport.

If you're getting into MCP, this is just the tip of the iceberg.

You can control Docker through MCP or update GitHub or even control your Spotify library.

There are official and thirdparty servers that you can start to connect to pretty much anything that you can imagine.

So, let me know if you found this interesting and if you want a deeper dive into MCP and some of the creative things you can
영상 정리

영상 정리

1. MCP는 인기가 많아요. 지금 바로 사용할 10가지 활용법을 보여줄게요.

2. MCP는 AI가 도구를 호출하는 방법이에요. 컴퓨터나 서비스도 포함돼요.

3. 먼저 Clawude Desktop을 이용해 MCP를 설정하는 방법을 설명할게요.

4. Mac과 Windows에서 MCP를 사용할 수 있으며, Mac이 더 좋아요.

5. Claw Desktop에 로그인 후, 개발자 모드를 활성화해야 해요.

6. 설정에서 개발자 옵션을 선택하고 구성 파일을 수정하세요.

7. 파일 시스템 접근 권한을 업데이트하고 Claw Desktop을 재시작하세요.

8. 성공하면 도구 아이콘이 나타나고 MCP 사용 가능해요.

9. 첫 활용법은 파일 정리예요. 다운로드 폴더를 정리하는 데 좋아요.

10. AI가 파일을 분류하고 중복 파일도 삭제해줘요.

11. 정리 후, 이미지, 영상, 설치 파일 등이 깔끔하게 정리돼요.

12. 두 번째 활용법은 이메일 보내기예요. Gmail과 연결해서 바로 보내요.

13. Zapier를 통해 MCP와 Gmail을 연결하고 설정하세요.

14. 예시로 새 디자인 강좌 알림 이메일을 보내봤어요.

15. 이메일이 바로 도착했고, 링크도 포함돼 있어요.

16. 또 다른 활용법은 이메일 관리예요. 라벨링, 삭제, 찾기 등을 해요.

17. 인박스를 정리하고 스팸도 제거할 수 있어요.

18. AI가 이메일을 분류하고 중요한 것만 남기게 도와줘요.

19. 웹 브라우저 제어도 가능해요. Puppeteer와 MCP를 함께 써요.

20. 브라우저에서 기사 요약 같은 작업을 자동으로 해줘요.

21. WhatsApp과도 연동해 메시지 보내기, 작업 수행이 가능해요.

22. 예를 들어, "Hello World" 메시지를 보내는 것도 할 수 있어요.

23. Blender와 MCP를 결합하면 3D 모델과 장면도 만들 수 있어요.

24. Midjourney로 만든 이미지를 Blender에서 3D로 변환 가능해요.

25. Figma도 MCP로 제어해 디자인 작업을 자동화할 수 있어요.

26. MCP로 Docker, GitHub, Spotify도 제어할 수 있어요.

27. 이 외에도 다양한 창의적 활용법이 많아요.

28. 더 깊이 배우고 싶으면 알려주세요!

최근 검색 기록