How To Use Anthropic's Model Context Protocol (MCP) | Setup Tutorial

  Рет қаралды 48,972

All About AI

All About AI

Күн бұрын

Пікірлер: 94
@vPeteWalker
@vPeteWalker Ай бұрын
Holy shit. I'm somewhat new to AI, from a consumer POV and what you are showing off is WILD. I would love to see more with MCP, including creating the local server stuff. My brain is exploding with possibilities! Thank you so much for these videos!
@musiclabouratory8828
@musiclabouratory8828 Ай бұрын
Excellent, I work with Claude daily & this is the next level! Thank you.
@alex_316
@alex_316 Ай бұрын
Thanks so much, They definitely should do more user friendly adding servers (like checkboxing servers that you need for the chat from the available). Also, they should do "Always allow"
@VadimBesedin
@VadimBesedin Ай бұрын
Wow, you're fast! Great, swift overview! And good presentation skills. Thank you.
@JohnPham-r8j
@JohnPham-r8j 22 күн бұрын
Great video, but it would be nice if you could show us exactly the set up on how to get Claude Desktop, connected to the config file. It seemed like that part was completely missed, and jumped straight to the cool features.
@jonathansegura1469
@jonathansegura1469 Ай бұрын
Hello! thank you for the video. Do you know if it requires a Plus account or just takes my API account?
@jj-nm4bm
@jj-nm4bm 25 күн бұрын
I tried mcp several times, but always told me “could not connect to mcp”, I don’t know what happend
@summerberries29
@summerberries29 27 күн бұрын
For some reason I cannot seem to get my Claude Desktop to connect to MCP following their Quickstart instructions. And there's not enough info on the internet to debug?
@johnmurphy3047
@johnmurphy3047 26 күн бұрын
agreed, I've been following this and other MCP tutorials and its just not working on Windows. Seems most people online are using Macs and the process is straight forward. Any suggestions for us Windows users? (other than 'go buy a mac')
@orthodox_gentleman
@orthodox_gentleman 24 күн бұрын
Yea I have come to the realization that windows is just junk anymore…they haven’t had any real innovation in quite some time. They are just a big bloated corporation that have gotten to the morbidly obese phase. So much of windows breaks and I have so many problems. Now that Apple came out with the new Mac Mini, for $599 we can buy an excellent machine. Finally they made their base ram 16 GB, the base M4 chip is EXCELLENT, the SSD can be upgraded with basic tools and a monitor can be purchased for little to nothing (along with a keyboard and mouse) and if you are needing a laptop or use on the move, just Remote Desktop in via old laptop (as a thin client) or even a tablet. Plus the Mini is so small it can be put in a backpack…. I am definitely going to be buying a Mini.
@AINMEisONE
@AINMEisONE 21 күн бұрын
Hi brother of Light, you are so beautiful how you teach,, Kind, Generous and you want to truly help others! You are blessed!
@sjkba
@sjkba Ай бұрын
I think LLM chats might become the new user interface. Why do I need confluence if I have the data in a postgres db and the LLM to act as interface to give me a direct answer to my question? Discussion could then be fed back into the db with conclusion that were reached. Automated insight extraction.
@RaoulBia
@RaoulBia 29 күн бұрын
Thanks Kris for making this video, very helpful 👍
@ElvinHoney707
@ElvinHoney707 Ай бұрын
This is great information. I think that I will create some MCP servers for education resources like Learning Management Systems.
@cubanlincoln1767
@cubanlincoln1767 24 күн бұрын
difference between this and langchain?
@jessicalewisjessielew3399
@jessicalewisjessielew3399 Ай бұрын
What path should I use for claude_desktop_config.json on windows ? Tried both c:\Users\\AppData\Local\AnthropicClaude\ and c:\Users\\AppData\Roaming\Claude\. None of them seems to be picking the config.json
@kine8433
@kine8433 Ай бұрын
AppData/Roaming/Claude but it is not working...
@Iiiiha
@Iiiiha Ай бұрын
@@kine8433 I have the same issue. Says it cannot attach to the servers - it sees the data in the developer tab in setting though. please let me know if you find a way for it to work
@AndyBrandt
@AndyBrandt Ай бұрын
@@Iiiiha I can't it get to even recognize the config! How did you achieve this? Tried everything.
@patruff
@patruff Ай бұрын
Go into the desktop app under settings and then developer and then you can edit the config from there
@patruff
@patruff 29 күн бұрын
kzbin.info/www/bejne/bIW1p2imjt6IsKM I fixed it, will show path and config and how to solve the npx bug
@nandishajani
@nandishajani Ай бұрын
Is it possible to use this to analyse the code on my local machine or github repo . Parse through each file in it and prepare a summary context that I can fit within the context window ? Esentially I am trying to create a summary of all the files and functions and use it to pass as context to write code for new features.
@selub1058
@selub1058 9 күн бұрын
I think we should use other tools for such tasks. Aidar, Cline, Goose.
@jackflash6377
@jackflash6377 Ай бұрын
Very exciting. I can envision many, many uses for that feature. Thank you for the demo.
@dr.mikeybee
@dr.mikeybee 27 күн бұрын
Claude can control my computer now. I used a hack for that. It's amazing.
@orthodox_gentleman
@orthodox_gentleman 24 күн бұрын
Not really a hack since the code for the API is open source but they made it very clear on their website to be very careful as LLM’s are non-deterministic and can make mistakes possibly leading to your computer being bricked. They strongly recommend that you only deploy the API in a virtual environment where the model doesn’t have just complete free reign. It is recommended to use something like Virtual Box to create a virtual machine. It is also recommended to create a URL whitelist so that Claude doesn’t access a website that could be harmful. Also, be careful with giving the model access to banking or passwords. My point is, be very careful.
@mimikoss
@mimikoss Ай бұрын
I did exactly what you showed for Brave Search, and when I ran Claude Desktop (latest beta version), it didn't work. Should I perhaps enable developer mode? After updating the claude_desktop_config.json, along with the Claude app, a terminal opens that says 'Brave Search MCP Server running on stdio.
@mattunwin4254
@mattunwin4254 Ай бұрын
I'm having the same issue. For me, the issue seems to be my default MacOS system uses python 3.9.6, and the MCP server needs python 3.10. I don't think it's wise to modify the system python version so I'm not sure how to fix the issue. I ran this command so i could see a active log while lauching Claude: tail -n 20 -f ~/Library/Logs/Claude/mcp*.log, here is the output I got: ==> /Users/ron/Library/Logs/Claude/mcp-server-sqlite.log =3.10 and mcp-server-sqlite=3.11, we can conclude that mcp-server-sqlite=0.4.1 depends on Python>=3.10, we can conclude that mcp-server-sqlite>=0.4.1 cannot be used. And because we know from (1) that mcp-server-sqlite
@mimikoss
@mimikoss Ай бұрын
@@mattunwin4254 I noticed you're having the same issue with unanswered comments. It's interesting how the channel owner had time to quickly create content about MCP servers for Claude desktop right when it was released, presumably to be among the first and gain views, but somehow can't find time to respond to comments. The irony is that our comments are actually helping their channel's KZbin algorithm performance. At this point, I'm done engaging here."
@maxziebell4013
@maxziebell4013 Ай бұрын
I wonder if it's a wordplay. Model Context Protocol, but somehow they love the acronym MCP (Master Control Program) from Tron (1982) for the younger people.
@clamr6122
@clamr6122 Ай бұрын
This looks pretty good...
@wetyngr
@wetyngr Ай бұрын
how can we setup voice assistant with custom personality and custom audio? is it possible
@chrisolsen5280
@chrisolsen5280 Ай бұрын
Glad I'm not the only one trying to figure out how to do that!
@chrisolsen5280
@chrisolsen5280 Ай бұрын
Will this work with the Personal pro version or do you need something like the Enterprise version?
Ай бұрын
Very interesting for building agents!
@Dawid-e1p
@Dawid-e1p Ай бұрын
have you switched to macos? I thought you used windows.
@jeremyph8319
@jeremyph8319 Ай бұрын
What happened to claude 3.5 sonnet why i can't access it? it's just showing me claude haiku
@chrisolsen5280
@chrisolsen5280 Ай бұрын
You went over your allowment? It happened to me where I had a long conversation and it would only let my use the haiku. (Which does not interest me)
@ronilevarez901
@ronilevarez901 Ай бұрын
Last time I tried Claude, it said: due to high demand, sonnet is not available. You'll be downgraded to haiku.
@I2ealTuber
@I2ealTuber 27 күн бұрын
Thank you!
@mahalobrownie
@mahalobrownie Ай бұрын
What if you click Allow Once?
@mimikoss
@mimikoss Ай бұрын
is this required credit card or just a pro subscription?
@sewingsugar9892
@sewingsugar9892 Ай бұрын
Can we use it with the apis?
@ps3301
@ps3301 Ай бұрын
Can we make it work with llama3 and open source ui website ?
@Darkurge666
@Darkurge666 Ай бұрын
Love your Norwegian accent! :D
@ouso3335
@ouso3335 Ай бұрын
That's American I guess 😅
@superresistant0
@superresistant0 Ай бұрын
Wery nice
@the42nd
@the42nd Ай бұрын
cool that its open the list should grow. But for mac there is boltai that has a lot of this already built in plus can use anthropic api keys so its much cheaper.
@user---------
@user--------- 28 күн бұрын
Can you tell me in simple words, what is MCP? Is it Claude's connection to local PC?
@JNET_Reloaded
@JNET_Reloaded Ай бұрын
this work on rpi ubuntu (arm)?
@PavewlLatviaa
@PavewlLatviaa Ай бұрын
cool thanks Kristian
@PatrickIsenegger
@PatrickIsenegger Ай бұрын
think it's not working with the free plan
@JimWellsIsGreat
@JimWellsIsGreat Ай бұрын
No English audio track this time?
@micbab-vg2mu
@micbab-vg2mu Ай бұрын
great - thanks:)
@steve-g3j6b
@steve-g3j6b Ай бұрын
why theres no enlgish?
@ColinTaylorColinTaylor
@ColinTaylorColinTaylor 24 күн бұрын
this shit is MF amazing
@rupeshkharole9567
@rupeshkharole9567 Ай бұрын
100% Local AI Speech to Speech with RAG - Low Latency | Mistral 7B, Faster Whisper _______________________________ can you make long tutorial for it ? it seems little bit hard to try ?
@defaultbot_xtype9785
@defaultbot_xtype9785 Ай бұрын
Maybe anyways to bypass these "accept" questions?
@prodev4012
@prodev4012 Ай бұрын
kewl tewls !!
@technolus5742
@technolus5742 Ай бұрын
Uhmmmm.... shouldn't they just train their model to help set this up?
@mickelodiansurname9578
@mickelodiansurname9578 Ай бұрын
...and of course no linux download.... I have to be honest here, and cue rant! Given that all of these machines are trained on linux, tested on linux, run inference on linux, and everything else... releasing the MCP without linux support is a friggin crime against tech nerds! Now I can run it anyway, but just saying.... it says a lot about the direction AI vendors are going in.
@dv_interval42
@dv_interval42 28 күн бұрын
They really need to allow a "allow all for all chats"
@shahul41u
@shahul41u Ай бұрын
thanks.
@TheAIPivot
@TheAIPivot Ай бұрын
You could run this using Claude Computer Use that automatically presses "Allow" every time it pops up. 🤭
@SnoopyDogg101
@SnoopyDogg101 29 күн бұрын
Why can’t Anthropic train there model to do this instead of doing all that nonsense.
@patruff
@patruff 29 күн бұрын
I fixed it for Windows. Basically npx bad, node good. kzbin.info/www/bejne/bIW1p2imjt6IsKM
@heerthiraja2004
@heerthiraja2004 25 күн бұрын
thank you so much man!
@BrettZelaya
@BrettZelaya Ай бұрын
Great content, as always! Could you help me with something unrelated: My OKX wallet holds some USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). Could you explain how to move them to Binance?
@markusschneider629
@markusschneider629 Ай бұрын
Wtf. This video has no original English audio track for me. I have a AI German translation audio, as well of France, Spanish, Portuguese and Italian. I want the original track. Thanks I will go.
@aidanthompson5053
@aidanthompson5053 8 күн бұрын
6:03
@GenAISpotlight
@GenAISpotlight Ай бұрын
Too bad no English track 🤷🏼‍♂
@NABZ028
@NABZ028 Ай бұрын
Nothing new right? This is more or less an equivalent of the GPTs
@GrahamLaight
@GrahamLaight Ай бұрын
You're basically right: you could write your own program that accesses chatbots via an API (especially using Gemini, which can get up to date information from the web) and have it write files on your own device. Configuring this product to do that for you looks fiddly and complex on this video - but probably a bit easier than writing your own program (or maybe not if you get a chatbot to write the program). I agree that MCP is forward progress, but hardly revolutionary.
@wanywhere-app
@wanywhere-app 25 күн бұрын
⭐⭐⭐⭐⭐
@GaryDean
@GaryDean Ай бұрын
until it supports linux, it's just a toy.
@jimlynch9390
@jimlynch9390 Ай бұрын
Ignoring this because the desktop app isn't available for Linux. This is useless.
@anthonyrussano
@anthonyrussano Ай бұрын
i was wondering if it would be worth it to try to install it with wine
@undefined6512
@undefined6512 Ай бұрын
Quit whining and just use Wine.
@qwertopuszz
@qwertopuszz Ай бұрын
You don't have to use the Claude desktop app for this to work
@edzynda
@edzynda Ай бұрын
The app is just the beginning. MCP has broader implications for LLM apps in general as this will create an explosion of new integrations that are all compatible with eachother.
@qwertopuszz
@qwertopuszz Ай бұрын
@@jimlynch9390 i actually built my own app today that works with this and Amazon Bedrock. Very easy
@Savatore83
@Savatore83 26 күн бұрын
remove this italian fake bot accent!
@rotiwokeman
@rotiwokeman 28 күн бұрын
I'd rather not use Brave, but I'm guessing it's the favorite because Google doesn't allow it, huh?
@michabbb
@michabbb Ай бұрын
"Right" at sentence ends: ~40 times
@mpez666
@mpez666 28 күн бұрын
I think you can just find another channel to watch, right?
This Claude MCP GitHub AI AGENT Changes EVERYTHING!
15:23
All About AI
Рет қаралды 24 М.
Their Boat Engine Fell Off
0:13
Newsflare
Рет қаралды 15 МЛН
The Lost World: Living Room Edition
0:46
Daniel LaBelle
Рет қаралды 27 МЛН
5 CHALLENGES for Claude Computer Use: Here's What Happened
21:18
All About AI
Рет қаралды 209 М.
Claude MCP - How To Modify Your Servers To The Next Level
14:21
All About AI
Рет қаралды 7 М.
Anthropic's New Agent Protocol!
15:35
Sam Witteveen
Рет қаралды 43 М.
OpenAI Embeddings and Vector Databases Crash Course
18:41
Adrian Twarog
Рет қаралды 517 М.
Anthropic MCP with Ollama, No Claude? Watch This!
29:55
Chris Hay
Рет қаралды 15 М.
How to use AI to build your SaaS startup (Lovable, Supabase)
49:43
Greg Isenberg
Рет қаралды 64 М.
This is how I scrape 99% websites via LLM
22:44
AI Jason
Рет қаралды 181 М.
Their Boat Engine Fell Off
0:13
Newsflare
Рет қаралды 15 МЛН