Build Anything with Claude Agents, Here’s How

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024

Комментарии • 314

  • @DavidOndrej
    @DavidOndrej  13 дней назад +11

    💼 Wanna start a business with AI Agents? Go here: www.skool.com/new-society
    🚀 Get early access to David's startup: forms.gle/SpuEYSeh48wavJQYA

    • @MarcBradleyTHEoriginal
      @MarcBradleyTHEoriginal 13 дней назад +2

      Black Friday discount for new society?

    • @anshumanngupta5030
      @anshumanngupta5030 12 дней назад

      @DavidOndrej n8n x Claude MCP when? That is the real bigger picture. How to get this done?

    • @jacekwojcieszynski8368
      @jacekwojcieszynski8368 11 дней назад

      only if it works for windows

    • @CoreyLansdell
      @CoreyLansdell 9 дней назад

      I am not a programmer. I love the notion of what these tools could do. I'm curious. Could I build something that would go through my files on my computer and in my email and gather all my receipts from the year into a folder, then create a spreadsheet tracking all the expenses across areas like travel, hardware, meetings etc. to shortcut my tracking of data for submitting to my accountant for my small business' taxes? I"m just curious if this is the kind of thing that this can empower me to do? Even not being a programmer?

    • @QuantBrains
      @QuantBrains 5 дней назад +1

      Brave Browser? Why?

  • @knecting
    @knecting 6 дней назад +26

    For those having issues with this, here is how I resolved it.
    1. Initial Setup:
    - Installed Node.js using nvm (Node Version Manager) via Homebrew
    - Made sure to install nvm first, then Node.js through nvm (order was important)
    2. Configuration File:
    - Located the proper config file path: `/Users/yourname/Library/Application Support/Claude/claude_desktop_config.json`
    - Had to handle spaces in the path name correctly (this was tricky!)
    3. Key Changes That Made It Work:
    - Used the full path to npx: `/Users/yourname/.nvm/versions/node/v23.3.0/bin/npx`
    - Added proper environment variables (PATH and NODE_PATH)
    - Made sure to use the correct Brave API key (we had to try between two different keys - the "Data for Search" one)
    - Created a clean JSON file directly in VS Code instead of using echo commands to avoid formatting issues
    4. Final Working Configuration:
    ```json
    {
    "mcpServers": {
    "brave-search": {
    "command": "/Users/yourname.nvm/versions/node/v23.3.0/bin/npx",
    "args": [
    "-y",
    "@modelcontextprotocol/server-brave-search"
    ],
    "env": {
    "BRAVE_API_KEY": "YOUR_API_KEY",
    "PATH": "/Users/yourname/.nvm/versions/node/v23.3.0/bin:/usr/local/bin:/usr/bin:/bin",
    "NODE_PATH": "/Users/yourname/.nvm/versions/node/v23.3.0/lib/node_modules"
    }
    }
    }
    }
    ```
    5. Important Steps After Changes:
    - Always fully quit Claude Desktop (Command+Q)
    - Restart the application
    - Verify the MCP server is running with "Brave Search MCP Server running on stdio"
    The key lesson was to be methodical and verify each component (Node.js installation, config file location, API key, and proper paths) step by step until we got it working (me and Claude).

    • @RudyDeLaGarza
      @RudyDeLaGarza 2 дня назад +2

      Thanks @knecting Really helpful and I still had to have Claude help me with troubleshooting, but it eventually worked!

  • @paulchetrosanu2319
    @paulchetrosanu2319 13 дней назад +82

    For Windows users here is the path:
    C:\Users\username\AppData\Roaming\Claude
    Just replace username with your user name.
    And btw it only works on the paid version of Claude, 3.5 Sonnet.

    • @reddddzzz
      @reddddzzz 12 дней назад +3

      I have paid version and it says could not connect to MCP server brave-search

    • @aideepstudy
      @aideepstudy 12 дней назад +2

      @@reddddzzzTry solving this with ChatGPT or even Claude, take a screenshot and ask it to guide you through the steps for solving the issue.

    • @Andrew_Donelson
      @Andrew_Donelson 12 дней назад +9

      I have done this. config file is in correct location and being loaded but the MCP Tools icon does not show up. I was getting errors until I got keys and such in. I even removed everything in config except file filesystem and restarted. Even waiting overnight, then restarted. My claude desktop (on windows) will not make MCP tools available. Any ideas?

    • @pascalverret1104
      @pascalverret1104 12 дней назад +2

      @@reddddzzz Same issue here

    • @wolfnando89
      @wolfnando89 12 дней назад

      This is the code on windows
      {
      "mcpServers": {
      "brave-search": {
      "command": "node",
      "args": [
      "C:\\Users\
      ando\\AppData\\Roaming\
      pm\
      ode_modules\\@modelcontextprotocol\\server-brave-search\\dist\\index.js"
      ],
      "env": {
      "BRAVE_API_KEY": "NOVO_TOKEN_DE_API"
      }
      }
      }
      }
      Here is ok!

  • @pioggiadifuoco7522
    @pioggiadifuoco7522 13 дней назад +43

    I just started implementing and using it yesterday, guys, and now we can really say, "Imagination is the only limit here!"🤩

    • @thebrooksuk
      @thebrooksuk 11 дней назад +3

      was this on windows?

    • @pioggiadifuoco7522
      @pioggiadifuoco7522 8 дней назад +1

      ​@@thebrooksuk Yup, it was a bit tricky at first, but I managed to get it working.

    • @ianabenaitwe4856
      @ianabenaitwe4856 4 дня назад +1

      please be clear on how you got it to work on windows

  • @CharlesNJohn
    @CharlesNJohn 8 дней назад +8

    Incase anyone wants to just replicate!
    Please do the following:
    - make a simple html page
    - create a repository called "new-society-test"
    - Push the html page to the "new-society-test" repo
    - Add a little css to the html page and then push it up
    - Make an issue suggesting we add some more content on the html page
    - Now make a branch called feature and make that fix and push the change
    - Make a pull request against main with these changes

  • @neurojitsu
    @neurojitsu День назад +3

    Your enthusiasm is infectious, love it!

  • @DaveNougalMusic
    @DaveNougalMusic День назад +1

    This is absolutely amazng, mate. Mind is blown. You're right it does take some effort and trial and error but I can confirm I got it to work. Fantastic stuff mate.

  • @DrDonBoo815
    @DrDonBoo815 12 дней назад +23

    I had to come back and leave a third comment. I was at work watching this earlier and came straight home and followed this video to a tee and it worked brilliantly. You're one of my favorite RUclipsrs and I thank you for sharing your knowledge!

  • @theh1ve
    @theh1ve 10 дней назад +49

    I went from top 5% to top 2% to top 0.5% just watching this lol.

  • @jvangeene
    @jvangeene 12 дней назад +5

    I love your enthusiasm - you are right in stating the obvious here: a game changer. Well explained.

  • @monkeytees9478
    @monkeytees9478 11 дней назад +11

    Just an FYI on Windows (Possibly Mac as well) if you download and open the Claude application the 'claude_desktop_config.json' file automatically gets created.
    So you'd just need to locate it and open it. Edit: Also in the top left is File < Settings < Developer < Configure which locates & opens .json file

    • @zackghazraoui372
      @zackghazraoui372 5 дней назад

      Am I the only one that sees the MCP here but not getting the icons , and the functionalities even though Claude recognises the add on ?

  • @OriginalJericho
    @OriginalJericho 11 дней назад +3

    Phenomenal value in this video. Thanks for sharing your time, knowledge and insights. I'm with you on seeing what's possible! It's a great time to be alive!

  • @CUSTOMDATA.I
    @CUSTOMDATA.I 7 дней назад

    YO THANKL YOU SO MUCH FOR MAKING THIS VIDEO i WAS ONE OF THOSE THAT DIDNT KNOW HOW TO GET THIS SETUP BUT LOVED WHAT ANTHROPIC DID WITH THIS

  • @MiLES2iNFINiTYBIZ
    @MiLES2iNFINiTYBIZ 4 дня назад

    Got everything working in just a few hours and stumbling over the MCP intergration haha thank you man just subscribed!!!

  • @rennaydorasamy
    @rennaydorasamy 12 дней назад +4

    Brilliant video David! Excellent, no frills, guide. Thanks!

  • @ThomasHassettOfficial
    @ThomasHassettOfficial 12 дней назад +4

    Super keen for your app , keep smashing it brother 🎉

  • @it5mark
    @it5mark 13 дней назад +5

    Message from the frontier.! Thanks David.

  • @MarkAnthonyBartholomewI
    @MarkAnthonyBartholomewI 5 дней назад +1

    Have to build these first before MCP will work.
    uv 0.4.18 or higher (uv --version to check)
    Git (git --version to check)
    SQLite (sqlite3 --version to check)
    And that has pretty much taken me all afternoon on windows. 😮‍💨

    • @ianabenaitwe4856
      @ianabenaitwe4856 4 дня назад

      please be clear on how you got it to work on windows

  • @georgerobbins5560
    @georgerobbins5560 10 дней назад +2

    Great Video, David. Keep up the amazing work.

  • @behavelondon
    @behavelondon 5 дней назад

    I've spent a fortune on Bolt this month and this is mwhahahahaahha AMAZING.Well done!

  • @kirthiramaniyer4866
    @kirthiramaniyer4866 10 дней назад +10

    I got the API Key from Brave Search, and updated the config file. I still cannot see the Icon that shows MCP Tools available yet.

  • @BodhuDev
    @BodhuDev 13 дней назад +55

    For Windows the path is "C:\Users\admin\AppData\Roaming\Claude". You can also edit config in the Clause App itself. Although I appreciate your videos, please stop pushing your vectal app, it makes your videos unnecessarily confusing.

    • @theresakennedy7339
      @theresakennedy7339 13 дней назад +1

      Yea I got lost trying to figure out what that was…

    • @theresakennedy7339
      @theresakennedy7339 13 дней назад +1

      How do you edit config in the Claude app

    • @theresakennedy7339
      @theresakennedy7339 13 дней назад +1

      Ok, I found edit config in the Claud app and it took me to the roaming folder. Now what?

    • @craig6095
      @craig6095 8 дней назад +1

      Agreed. So many steps missed and neglected because of his focus on unnecessary tools.

  • @mysound777
    @mysound777 10 дней назад +1

    This is so insanely valuable. Thank you so much!!

  • @markkorjagin6927
    @markkorjagin6927 13 дней назад +3

    For anyone not finding the config directory also check '/Users//Library/Application Support/castgpt' with 'castgpt' being the actual package name.

  • @AlexAlex-ei7zf
    @AlexAlex-ei7zf 13 дней назад +3

    Шалом, бро! Как всегда очень полезное и классное видео! Спасибо! Спасибо, по сути, за самый лучший контент по автоматизации работы с нейросетями.

  • @david.walters
    @david.walters 13 дней назад +20

    Awesome!
    Here is the prompt for everybody to c&p:
    Please do the following:
    Make a simple HTML page.
    Create a repository called "new-society-test."
    Push the HTML page to the "new-society-test" repo.
    Add a little CSS to the HTML page and then push it up.
    Make an issue suggesting we add some more content on the HTML page.
    Now make a branch called "feature" and make that fix, then push the change.
    Make a pull request against "main" with these changes.

  • @Sam_Bent
    @Sam_Bent 7 дней назад +6

    Windows users:
    windows button on keyboard -> type 'cmd' hit enter.
    cd %AppData%\Claude
    echo. > claude_desktop_config.json

  • @leoswalters
    @leoswalters День назад

    Thank you! Appreciate the info and insight!

  • @EvandroInada
    @EvandroInada 10 дней назад +1

    Great video David! Very inspiring! Tks for sharing!

  • @debunkitnow
    @debunkitnow 11 дней назад +1

    This is freakin game changing 👏 🤩 Thank you

  • @DonJuravin
    @DonJuravin 13 дней назад +1

    Thanks!

  • @shawnmckee9723
    @shawnmckee9723 10 дней назад

    f'in love this guy's attitude. It's infectious.

  • @santoshjoshi2003
    @santoshjoshi2003 11 дней назад +1

    Awesome thanks, learnt something good today

  • @TheCajunAsian
    @TheCajunAsian 2 дня назад

    It's not even code, it's just Json... Dude you just killed me with that one 😝😝😝

  • @pahadia
    @pahadia 12 дней назад +13

    Is MCP only available with the paid version? I'm using the free tier of Claude (Haiku) and have completed the setup, but I don't see the MCP tools in the prompt bar. I've closed and reopened the Claude desktop several times without success.

    • @soroushsalari2310
      @soroushsalari2310 8 дней назад

      Now it's available for free version as well you just need the desktop app

  • @SkylarWilliams-o7z
    @SkylarWilliams-o7z 13 дней назад +12

    im on the desktop claude and i get a message bubble that reads in red text "could not connect to MCP server github" and "Could not connect to MCP server brave-search"... is this the part where i wait a bit for claude to find the mcp server so that i dont "drop like a fly" ?

  • @harveywang8020
    @harveywang8020 8 дней назад

    so far so good , the only pity is that config could not use our own anthropic API key so it is limited Claude account's usage.

  • @Garrys_Showcast
    @Garrys_Showcast 9 дней назад +1

    If you are up to date with the latest developments in AI, you know that a number of large companies have already announced the creation of AI agents. And all the existing and upcoming frameworks that developers use are just an intermediate stage. Very soon they will provide their developments, available to the end user right out of the box. There is no place for developers in this sector, everything will be available to anyone without any effort. And this can only please short-sighted people. These systems and robotics will take hundreds of millions of jobs in the next 5 years. Think about it, if everything you can imagine can be done with one high-quality prompt, what will be your value as an employee? Can an AI write such a prompt for you? It all comes down to setting a simple task and no qualification is needed for this.

  • @arnoldaut
    @arnoldaut 13 дней назад +5

    Is the server overloaded? Account & API all set up correctly, but getting the error 'Could not connect to MCP server brave-search' ? Anyone else having this issue?

    • @arnoldaut
      @arnoldaut 13 дней назад +4

      I think this is because I don't have node installed on my system?

    • @MarcMulvaney
      @MarcMulvaney 13 дней назад

      @@arnoldaut does it work now? and if so what steps did you take to fix it? Thanks in advance.

    • @arnoldaut
      @arnoldaut 13 дней назад +8

      @@MarcMulvaney Yes it does ... Now that I've installed node.js properly on my machine I see the 2 MCP tools are available as icons... I'm just getting back to it now ... Fascinating stuff ... Interestingly I used Claude to track down the error after opening the 'MCP Log file' (Developer mode): Answer: "The error message ENOENT (Error NO ENTry) indicates that the system cannot find the npx command, which is part of Node.js. This typically means either: Node.js is not installed on your system, or Node.js is installed but not properly added to your system's PATH"

    • @MarcMulvaney
      @MarcMulvaney 13 дней назад +1

      @@arnoldaut I did the same and now it works, thanks for the tip!

    • @arnoldaut
      @arnoldaut 13 дней назад +1

      @ haha! Brilliant… glad it was helpful … good to overcome problems… always a solution… 👍

  • @ai.aspirations
    @ai.aspirations День назад

    Thanks for sharing ❤

  • @ottofrank3445
    @ottofrank3445 12 дней назад

    when you said more power to them (who does not use internet yet) i laughed big times!

  • @akshayhans1310
    @akshayhans1310 4 дня назад +2

    Hi, Please help.
    After editing json file and updating Brave API Key, it gives the error: "Could not connect to MCP server brave-search".

  • @frankdearr2772
    @frankdearr2772 12 дней назад +1

    Great topic thanks 👍

  • @DrDonBoo815
    @DrDonBoo815 12 дней назад +1

    👏🏾👏🏾👏🏾👏🏾 Excellent video!

  • @aij06
    @aij06 13 дней назад +8

    Watching this felt exhausting for some reason. Im definitely excited to use this though.

  • @princekalyan1183
    @princekalyan1183 10 дней назад +2

    6:08 could not connect to mcp server brave search

    • @al7240
      @al7240 10 дней назад

      same issue

    • @princekalyan1183
      @princekalyan1183 10 дней назад

      @al7240 update node.js or if you don't have install it , it worked for me

  • @derekwise
    @derekwise 13 дней назад +8

    Can you start off with what an agent would do? For instance, can you give it specific task like open up Microsoft Word? Write an e-mail. Answer phones?

  • @NateFikru
    @NateFikru 11 дней назад +6

    Question: do you have to babysit the agent or can you have an agent running for like 2 hours continuously prompting itself to continue the project?

    • @MikePreston-darkflib
      @MikePreston-darkflib 9 дней назад

      Currently the app requires confirmation to allow it to perform an action. I haven't seen any way of 'fixing' that.
      Considering building my own app that can do similar with other backends too... Since it would be great to be able to click a file and it autoconfig for that MCP server.

    • @vladimirmishkov9555
      @vladimirmishkov9555 8 дней назад

      @@MikePreston-darkflib just write ahk, make screenshot of the confirmation buttons and make it confirm with the ahk image search and click :p ahk is 30 seconds download, not even an ide required (can be simple .txt file that you convert to .ahk file when u wanna run it).

    • @agentofenhanced2428
      @agentofenhanced2428 7 дней назад +1

      I built a python script to get around the confirmation requirement

    • @vladimirmishkov9555
      @vladimirmishkov9555 7 дней назад

      @agentofenhanced2428 also definitely a way!

    •  6 дней назад +1

      @@agentofenhanced2428 Imagine that Tom Hardy meme template here: You Like Living Dangerously

  • @DrDonBoo815
    @DrDonBoo815 12 дней назад

    Claude is my favorite LLM.

  • @alessandrofrau4196
    @alessandrofrau4196 11 дней назад

    Use Agents for non-linear tasks, and normal operations for linear, predictable tasks that don't require decision-making.

  • @harrywenham717
    @harrywenham717 8 дней назад +1

    Is anyone else getting the problem - could not connect MCP server brave search and how did they resolve this?

  • @JSambrook
    @JSambrook 12 дней назад +2

    Hi David - Thanks for this video. I signed up for the wait list. Looking into joining the new-society. Pretty excited about the MCP capability. Does it replace what Anthropic called "computer use" released a month or so ago? Looks like the use of Docker containers is not emphasized now.
    I'm going to need an AI to read about AI for me, if I'm going to keep up.
    Anyway, great and helpful content, Thanks!

  • @codewithzubeid
    @codewithzubeid 12 дней назад +4

    for windows Windows equivalent commands:
    1. Open the folder: Press Windows + R, type "%APPDATA%\Claude" and hit Enter
    2. Create the file: From Command Prompt, run:
    mkdir "%APPDATA%\Claude"
    type nul > "%APPDATA%\Claude\claude_desktop_config.json"
    3. Edit the file: notepad "%APPDATA%\Claude\claude_desktop_config.json"

    • @ezeokekeemeka4379
      @ezeokekeemeka4379 12 дней назад +2

      Hello,
      I have done all this but it is not still working, pls can I DM you on LinkedIn so that you can help me? I will be glad if you say yes

    • @ezeokekeemeka4379
      @ezeokekeemeka4379 12 дней назад

      @@codewithzubeidhello can I DM?

    • @codewithzubeid
      @codewithzubeid 12 дней назад

      @@ezeokekeemeka4379 Hey, I got the sqllite mcp right, but I've been struggling to get the github and bravesearch

    • @codewithzubeid
      @codewithzubeid 12 дней назад

      @@ezeokekeemeka4379 yes

    • @ezeokekeemeka4379
      @ezeokekeemeka4379 12 дней назад

      @codewithzubeid ok what is your linkedin name or account?

  • @maskman4821
    @maskman4821 13 дней назад +14

    Can claude agent build a fullstack web app?

    • @MrWizardGG
      @MrWizardGG 13 дней назад +4

      My experience is that it can write code for a full stack web app, but you have to keep checking it's changes every step to undo bad ones

    • @MarcMulvaney
      @MarcMulvaney 13 дней назад +1

      Absolutely.

    • @flv-hd7nn
      @flv-hd7nn 12 дней назад +1

      it will be a disaster if it is complex and didn't see similar projects in its training😂🤣

    • @IAMTHEMUSK
      @IAMTHEMUSK 10 дней назад

      Can we link this agent from api? Let’s say I want to automate websites creations

    • @a_changedworld
      @a_changedworld 10 дней назад +1

      Claude actually built me

  • @cocosloan3748
    @cocosloan3748 13 дней назад +1

    Amazing video TYSM 👍

  • @LorcanCamps-g8y
    @LorcanCamps-g8y 12 дней назад +5

    Will this work with the free version of Claude? or do we need the paid for this demo?

  • @Itay-Zerem
    @Itay-Zerem 12 дней назад +2

    Why am I the only one it doesn't work for without any explanation?
    I did everything according to the video, but in practice I log into cloud and nothing new is added to the software :(

  • @josejaner
    @josejaner 6 дней назад

    Will it be possible with Swarm to have a hybrid of models, for example: using the triage or first-level agent ''gpt-4o or mini" and the agents that manage tools (last level) that use ollama with models like 'qwen2.5-coder' that works very well and fast? 🤔 I don't know if this can be possible, my intention is to reduce costs and increase perimeter data security.

  • @KymoKyms
    @KymoKyms 8 дней назад

    I love Claude so much! 😂

  • @seanivore
    @seanivore 11 дней назад +3

    Is this something helpful for api? I built my own UI with embedding because I can’t get shit done with Claude on OS or Web because of their rate limits. DIY projects lol.

    • @MrQuaidReactor
      @MrQuaidReactor 7 дней назад

      Same issue here, the amount off issues it has, while less than Chat GPT, I get maybe one thing done then out of time, then start again and it messes up stuff from the last time.

  • @fighterjockey246
    @fighterjockey246 11 дней назад +13

    I think its more euphoria than substance.
    In larger scheme of things there is really no big deal if an AI now also has the ability to make pull requests…

    • @thomashusmann8185
      @thomashusmann8185 10 дней назад +1

      The AI can now access your data, for example, tell me which students are struggling, or which customers spend the most, etc

  • @curtisholder4
    @curtisholder4 2 дня назад

    Great video David. I followed your steps and it worked. I was trying to load the gdrive to my claude through cursor but was unsuccessful. Any help?

  • @Ray_eddi
    @Ray_eddi 13 дней назад +1

    Anthropic flexing again!

  • @andreferreira6620
    @andreferreira6620 7 дней назад +1

    Hey David. I've finished the step 5, however my Claude Desktop is showing me this message: "Could not connect to MCP server brave-search". Would you know how to fix it? Thx

  • @ritam378
    @ritam378 7 дней назад

    This is awesome 🎉

  • @ailunqin3722
    @ailunqin3722 8 дней назад

    Thank you David for sharing the knowledge, can you compare the MPC claude with Replit?

  • @jameszerafa5373
    @jameszerafa5373 7 дней назад

    Can you please make a video on how to take that starting point and use claude to turn your site into a business idea you have?

  • @Lamoboos223
    @Lamoboos223 2 дня назад

    where to find other tools? and how to make my custom tool?

  • @pietropiga1079
    @pietropiga1079 4 дня назад +1

    Opening Claude I'm still receiving the following error "Could not connect to MCP server brave-search". Any idea?

    • @pietropiga1079
      @pietropiga1079 4 дня назад

      I made it! Thanks man! Amazing tutorial

    • @JoshWoodruff-o4u
      @JoshWoodruff-o4u 4 дня назад

      @@pietropiga1079 How did you make it? I'm stuck at this error myself.

    • @TheTiiatia
      @TheTiiatia 3 дня назад

      @@pietropiga1079 How did you solve this?

    • @ליזוינטר
      @ליזוינטר День назад

      @@pietropiga1079 how? i am having the same issue

    • @lubtfy
      @lubtfy День назад

      @@pietropiga1079 How? :) I'm still getting the error, on Windows.

  • @FrancisManga
    @FrancisManga 11 дней назад +1

    It says This app is available only on the App Store for iPhone and iPad.

  • @wahab_mughal006
    @wahab_mughal006 8 дней назад

    Codeium is great as well :)

  • @Sam_Bent
    @Sam_Bent 7 дней назад

    TURN OFF YOUR VPN IF YOUR HAVING ISSUES RESTARTING CLAUDE AND GETTING IT TO CONNECT.

  • @flutterflowexpert
    @flutterflowexpert 13 дней назад

    07:40 you can't delete files. I tested it and there is not such a functionality. So don't worry nothing crazy is going to happen.

  • @PabloJavierVideos
    @PabloJavierVideos 7 дней назад +1

    Is there a way to make this work with Linux since there is no Claude App?

    • @levic1503
      @levic1503 2 дня назад

      I had the same question, can it work on Linux or a Chromebook, or in the cloud without having to download something to a windows or mac?

  • @AlphaCole121
    @AlphaCole121 4 дня назад

    I see no reason I should be getting the following error message, but I am getting it anyway, and I need help to resolve it, please:
    "There was an error reading or parsing claude_desktop_config.json: SyntaxError: Unexpected non-whitespace character after JSON at position 251 (line 15 column 1)".
    This error occurs after adding the GitHub server code. The brave-search is working just fine.

  • @adamskrodzki6152
    @adamskrodzki6152 11 дней назад +1

    Cline eats cursor on breakfast :)

  • @danijelbeslin7101
    @danijelbeslin7101 13 дней назад +3

    David please advise me, now i use and pay chatgpt and I'm pretty satisfied but recently i hear a lot Claude is better, should I switch subscription to Claude? Greetings from Serbia

    • @matyasstoch8893
      @matyasstoch8893 13 дней назад +4

      If you can only afford one, I wouldn't, I think ChatGPT is a better all-rounder, being able to do more tasks, but I use Claude more when I have both if that makes sense.

    • @danijelbeslin7101
      @danijelbeslin7101 13 дней назад

      @@matyasstoch8893 thank you, you're right that chatgpt is a good all-rounder and i really got used to several custom gpts, but i will research more about Claude's features and limits, idk if it's the same case as cgpt, even if you have active subscription, there are some limits for certain models..

  • @DTORCHY
    @DTORCHY 9 дней назад +1

    Anyone getting an error "Cannot connect to MCP server brave-search"?

  • @buddytheemotionalsupportdog
    @buddytheemotionalsupportdog 12 дней назад +1

    Cursor or Windsurfer Ai? Which one do you think is better?

    • @mroberts7519
      @mroberts7519 12 дней назад +4

      With Windsurf, I have built a CrewAI multi agent system with agents interacting with each other and calling GPT4 (currently) and orchestrating those interactions and so far I have spent about 8 hours working on it. It is able to create mock test data and run a complete test in a virtual environment and I have a front end ready to start hooking into it. Cascade is running on its own proprietary model and imo it is very intuitive in how it assists you. I have found that I must run test after test and give it the results along with my own context to help it understand. I have also found that I need to have it generate a summary of what is going wrong and then I hand it over to Claude externally and then turn Claude's response back around to resolve. That is where this gets SUPER powerful is when you start having multiple instances of Claude working together....I think maybe even using different LLMs and compiling their collective thoughts could be even more powerful to create diversity of output.

    • @LudwigSolutionsAI22
      @LudwigSolutionsAI22 9 дней назад

      ​@@mroberts7519what about memory with any model that you are using since it is a back and forth situation...any ideas

  • @joshhubbard144
    @joshhubbard144 5 дней назад

    Can someone explain, for a none dev, what’s so groundbreaking about this, then end result is a simple webpage. Can these same setups be used for more complex tasks?

    • @SpellsOfTruth
      @SpellsOfTruth 5 дней назад

      I'm a dev. What the guy in the video is using it for is completely irrelevant especially to a non-dev. Claude ai is likely much more powerful. Find a better example of its capabilities.

  • @ravensolar4327
    @ravensolar4327 6 дней назад

    It's saying "Could not attach to MCP Server brave-search". And no tools are appearing :(

  • @KarlRoberts-t5n
    @KarlRoberts-t5n 12 дней назад +4

    It's great they are pushing forward but commercially and in the real world these models have to be integrated, plugged together with other things and have UI, Backend, and Interconnected pieces. They will not build everything for you, they don't even do fast conversational due to the complexities of LLM's. The best avenue is NLU and LLM's like Claude then bring in all your other pieces even if say Claude assists you in generative AI elements or plugging things together.

  • @NeuralYogi
    @NeuralYogi 12 дней назад

    we are so back

  • @benzybert5113
    @benzybert5113 2 дня назад

    I get this error:
    Failed to call tool create_or_update_file Error: mcp error -32603: invalid argument

  • @ashepp
    @ashepp 9 дней назад

    Are there any approaches to get around usage limits? Can I use my anthropic API key for example? I described a simple web app and within a few mins I hit usage limits. Not sure how this is useful if thats the case.

  • @devashishverma329
    @devashishverma329 12 дней назад +1

    can we do this using anthropic web app

  • @MarioRITennis
    @MarioRITennis 6 дней назад

    DO you have a beginners course

  • @saiprakash6483
    @saiprakash6483 4 дня назад

    Bro .. what about chatgpt plus? They released o1. Im a developer (student) and also use if for personal.. and i just bought it. so there is no other agent framework to make this kind of similar agents using windsurf?

  • @sivanosh
    @sivanosh 8 дней назад

    Hey, I wish it didn't seem so complicated to me.. I'd love to hear how in your opinion such an agent can help lawyers like me. Thanks, it was interesting and it's a shame I didn't understand so much.

  • @bp3016
    @bp3016 10 дней назад +4

    What's on his nose?

  • @danieleskinazi6349
    @danieleskinazi6349 8 дней назад

    Did anyone find a workaround to the Unprocessable Entity Error? I'm pretty sure my PA token had all the permissions available

  • @BeefLoverMan
    @BeefLoverMan 7 дней назад

    Any idea how to make it read local PDFs? I set up a file system server and it works for code, but can't read PDFs. You have to either upload them to the chat via the UI or use the PDF API. Would be super cool if you could use MCP to read local PDFs

  • @Incredimo
    @Incredimo 11 дней назад +1

    i dont get it! is it like wake up brush my teeth , put on my band aid🤔🤔?

  • @oem42
    @oem42 5 дней назад

    We all know the MCP is the Master Control Program

  • @arnoldaut
    @arnoldaut 13 дней назад +1

    astonishing

  • @aitechieee
    @aitechieee 7 дней назад

    Do you need Claude pro ?

  • @SpeakTruth318
    @SpeakTruth318 5 дней назад

    How can I allow the agent to control my Twitter account?

  • @elijahmuraoka
    @elijahmuraoka 5 дней назад

    this path (~/Library/Application\ Support/Claude) doesn't exist on my desktop even though I have claude installed. anyone able to help?

    • @MarkAnthonyBartholomewI
      @MarkAnthonyBartholomewI 5 дней назад

      What operating system are you using?

    • @MarkAnthonyBartholomewI
      @MarkAnthonyBartholomewI 5 дней назад

      In windows it is hidden. IE. Mine is here
      C:\Users
      ew user\AppData\Roaming\Claude

    • @elijahmuraoka
      @elijahmuraoka 5 дней назад

      @@MarkAnthonyBartholomewI No I am using mac os version 15,1,1

    • @MarkAnthonyBartholomewI
      @MarkAnthonyBartholomewI 5 дней назад +1

      @@elijahmuraoka Man the only Mac I know is the Big Mac. Sorry Bro.

    • @elijahmuraoka
      @elijahmuraoka 5 дней назад

      @@MarkAnthonyBartholomewINo worries thanks for replying!

  • @adrian.bailey
    @adrian.bailey 8 дней назад

    OMG that was a nightmare but I got it to work on my PC

    • @madmanmadani
      @madmanmadani 7 дней назад

      Can you share what you did that wasn’t covered in this video?

  • @NateDogg330
    @NateDogg330 8 дней назад

    I am getting a "Could Not Connect to MCP server brave-search" error when re-starting Claude.
    Any thoughts on what i may have done wrong or missed?
    I have gone through everything step by step carefully, and have inpout my API key, etc.
    I can't see anything that I may have missed

    • @NateDogg330
      @NateDogg330 8 дней назад

      When i added the GitHub token, I get the same error with connecting to MCP GitHub Server, and now I'm getting a 3rd error "Internal Server Error"

    • @rajsundesha
      @rajsundesha 5 дней назад

      Just try this and try again "npm install -g @modelcontextprotocol/server-brave-search". i hope this will work