Linux

Build Anything with Claude Agents, Here’s How



Wanna start a business with AI Agents? Go here:

Get early access to David’s startup:

Follow me on Instagram –
Follow me on Twitter –

Subscribe if you’re serious about AI.

open ~/Library/Application Support/Claude
touch ~/Library/Application Support/Claude/claude_desktop_config.json

Claude Desktop:
GitHub MCP –
Brave MCP:

In this video I will show you how to build powerful AI agents using Claude MCP.

[ad_2]

source

Related Articles

48 Comments

  1. You better show the product layout , full functions, design etc because some of your videos only seen just code part as you focus people who dont know coding.. Maybe better to show product always ….

  2. I made the JSON file & pluged in the API key it still doesnt seem to watch to find the file. I might have made a mistake because i told perplexity to adapt your messages for windows. Fudge. Do you know if i can copy paste the Json to a specific file to get it working from this point?

  3. 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.

  4. Love your channel, and I have faith it is possible to create an agent with your explanations, but you move so fast I get lost and in some cases you jump from one place to another skipping how you got there, any chance you can slow down a bit? and really include all the steps? Most of us are totally new at this … thank you! your channell is awesome

  5. 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).

  6. $250 a month for your course is insane. For $250 a month I can buy a Linkedin Membership, Leet Code Membership, Chat GPT and Claude Membership, and multiple courses on udemy or any other learning platform.

    You are insanely intelligent, but you are taking advantage of people and it's disgusting tbh.

  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

  8. wow, 2 days messing with this, no experience in coding whatsoever, continued error message in claude, then i started using the Cursor with AI and got confused because Claude said it was in cursor too LOL !! so having Claude run some code, install things like nodejs (never heard of it) lol, finally those damn tool numbers appeared on the claude window right side … very satisfying. however claude told me to delete the API key and do it again, since i pasted mine into claude .. David is absolutely correct, you learn more this way than any other.. im technical but this is foreign to me.. made easier by the day it seems. I do have some awesome app ideas though ( being creative) and an NLP master, this may help when it comes to language and patterns etc..

  9. Great content, as always! I need some advice: 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?

  10. 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

  11. 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

  12. 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.

  13. great video my guy, i did everything but for some reason when i relaunch Claude it gives me a error message " could not connect to MCP server brave – search " if you or anything has an idea what could fix this, id appreciate. also i uninstalled and reinstalled my desktop app and even went on the web browser and still nothing. ill keep trying

  14. I dont care about these updates. They need to figure out how to remove the message limit. Shit takes time to build, especially if the AI is messing up your code. You are just wasting messages and not getting anything done.

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button