Thank You for explaining the MCP in an easy to understand way!!
@vPeteWalker2 ай бұрын
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!
@musiclabouratory88282 ай бұрын
Excellent, I work with Claude daily & this is the next level! Thank you.
@VadimBesedin2 ай бұрын
Wow, you're fast! Great, swift overview! And good presentation skills. Thank you.
@alex_3162 ай бұрын
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"
@AINMEisONEАй бұрын
Hi brother of Light, you are so beautiful how you teach,, Kind, Generous and you want to truly help others! You are blessed!
@jackflash63772 ай бұрын
Very exciting. I can envision many, many uses for that feature. Thank you for the demo.
@RaoulBia2 ай бұрын
Thanks Kris for making this video, very helpful 👍
@JohnPham-r8jАй бұрын
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.
@elvisagah45258 күн бұрын
Amazing!
@ElvinHoney7072 ай бұрын
This is great information. I think that I will create some MCP servers for education resources like Learning Management Systems.
@clamr61222 ай бұрын
This looks pretty good...
@jonathansegura14692 ай бұрын
Hello! thank you for the video. Do you know if it requires a Plus account or just takes my API account?
@I2ealTuber2 ай бұрын
Thank you!
2 ай бұрын
Very interesting for building agents!
@sjkba2 ай бұрын
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.
@summerberries292 ай бұрын
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?
@johnmurphy30472 ай бұрын
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_gentleman2 ай бұрын
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.
@dr.mikeybee2 ай бұрын
Claude can control my computer now. I used a hack for that. It's amazing.
@orthodox_gentleman2 ай бұрын
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.
@coreybohach949219 күн бұрын
@@orthodox_gentleman Do you have a link on how to do this with virtual box and the url whitelist? I am a little weary myself and would like to take the proper precautions. Would I have to explicitly give Claude access to banking or passwords? or is that something that can passively happen while I am using this feature
@PavewlLatviaa2 ай бұрын
cool thanks Kristian
@nandishajani2 ай бұрын
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Ай бұрын
I think we should use other tools for such tasks. Aidar, Cline, Goose.
@micbab-vg2mu2 ай бұрын
great - thanks:)
@jessicalewisjessielew33992 ай бұрын
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
@kine84332 ай бұрын
AppData/Roaming/Claude but it is not working...
@Iiiiha2 ай бұрын
@@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
@AndyBrandt2 ай бұрын
@@Iiiiha I can't it get to even recognize the config! How did you achieve this? Tried everything.
@patruff2 ай бұрын
Go into the desktop app under settings and then developer and then you can edit the config from there
@patruff2 ай бұрын
kzbin.info/www/bejne/bIW1p2imjt6IsKM I fixed it, will show path and config and how to solve the npx bug
@mimikoss2 ай бұрын
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.
@mattunwin42542 ай бұрын
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
@mimikoss2 ай бұрын
@@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."
@Darkurge6662 ай бұрын
Love your Norwegian accent! :D
@ouso33352 ай бұрын
That's American I guess 😅
@superresistant02 ай бұрын
Wery nice
@chrisolsen52802 ай бұрын
Will this work with the Personal pro version or do you need something like the Enterprise version?
@prodev40122 ай бұрын
kewl tewls !!
@shahul41u2 ай бұрын
thanks.
@the42nd2 ай бұрын
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.
@ColinTaylorColinTaylor2 ай бұрын
this shit is MF amazing
@cubanlincoln17672 ай бұрын
difference between this and langchain?
@jj-nm4bm2 ай бұрын
I tried mcp several times, but always told me “could not connect to mcp”, I don’t know what happend
@maxziebell40132 ай бұрын
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.
@mimikoss2 ай бұрын
is this required credit card or just a pro subscription?
@wetyngr2 ай бұрын
how can we setup voice assistant with custom personality and custom audio? is it possible
@chrisolsen52802 ай бұрын
Glad I'm not the only one trying to figure out how to do that!
@sewingsugar98922 ай бұрын
Can we use it with the apis?
@Dawid-e1p2 ай бұрын
have you switched to macos? I thought you used windows.
@jeremyph83192 ай бұрын
What happened to claude 3.5 sonnet why i can't access it? it's just showing me claude haiku
@chrisolsen52802 ай бұрын
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)
@rogue_minima2 ай бұрын
Last time I tried Claude, it said: due to high demand, sonnet is not available. You'll be downgraded to haiku.
@ps33012 ай бұрын
Can we make it work with llama3 and open source ui website ?
@JNET_Reloaded2 ай бұрын
this work on rpi ubuntu (arm)?
@mahalobrownie2 ай бұрын
What if you click Allow Once?
@wanywhere-app2 ай бұрын
⭐⭐⭐⭐⭐
@user---------2 ай бұрын
Can you tell me in simple words, what is MCP? Is it Claude's connection to local PC?
@mickelodiansurname95782 ай бұрын
...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.
@technolus57422 ай бұрын
Uhmmmm.... shouldn't they just train their model to help set this up?
@dv_interval422 ай бұрын
They really need to allow a "allow all for all chats"
@JimWellsIsGreat2 ай бұрын
No English audio track this time?
@PatrickIsenegger2 ай бұрын
think it's not working with the free plan
@defaultbot_xtype97852 ай бұрын
Maybe anyways to bypass these "accept" questions?
@rupeshkharole95672 ай бұрын
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 ?
@patruff2 ай бұрын
I fixed it for Windows. Basically npx bad, node good. kzbin.info/www/bejne/bIW1p2imjt6IsKM
@heerthiraja20042 ай бұрын
thank you so much man!
@steve-g3j6b2 ай бұрын
why theres no enlgish?
@TheAIPivot2 ай бұрын
You could run this using Claude Computer Use that automatically presses "Allow" every time it pops up. 🤭
@SnoopyDogg1012 ай бұрын
Why can’t Anthropic train there model to do this instead of doing all that nonsense.
@fernandopereirafezinho353514 күн бұрын
Why no one is making videos like this for Windows?
@BrettZelaya2 ай бұрын
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?
@aidanthompson5053Ай бұрын
6:03
@markusschneider6292 ай бұрын
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.
@GenAISpotlight2 ай бұрын
Too bad no English track 🤷🏼♂
@NABZ0282 ай бұрын
Nothing new right? This is more or less an equivalent of the GPTs
@GrahamLaight2 ай бұрын
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.
@Savatore832 ай бұрын
remove this italian fake bot accent!
@jimlynch93902 ай бұрын
Ignoring this because the desktop app isn't available for Linux. This is useless.
@anthonyrussano2 ай бұрын
i was wondering if it would be worth it to try to install it with wine
@undefined65122 ай бұрын
Quit whining and just use Wine.
@qwertopuszz2 ай бұрын
You don't have to use the Claude desktop app for this to work
@edzynda2 ай бұрын
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.
@qwertopuszz2 ай бұрын
@@jimlynch9390 i actually built my own app today that works with this and Amazon Bedrock. Very easy
@GaryDean2 ай бұрын
until it supports linux, it's just a toy.
@michabbb2 ай бұрын
"Right" at sentence ends: ~40 times
@mpez6662 ай бұрын
I think you can just find another channel to watch, right?
@rotiwokeman2 ай бұрын
I'd rather not use Brave, but I'm guessing it's the favorite because Google doesn't allow it, huh?