A comprehensive guide for implementing MCP servers (Sequential Thinking, Brave Search, and Puppeteer) in Cursor IDE. This guide accompanies my YouTube tutorial and provides detailed setup instructions.
- Cursor IDE version 0.4.5.9 or later
- Basic familiarity with Cursor
- API keys (if using Brave Search)
- Open Cursor Settings
- Navigate to Features
- Scroll to MCP Servers section
- Click "Add New MCP Server"
env BRAVE_API_KEY=[your-key] npx -y @modelcontextprotocol/server-brave-search
npx -y @modelcontextprotocol/server-puppeteer
npx -y @modelcontextprotocol/server-sequential-thinking
-
Server Setup
- Use Stdio/local setup method
- Add servers one at a time
- Verify status (green indicator)
-
Environment Variables
- Add API keys securely
- Use proper syntax for each server
-
Usage Tips
- MCP only works in Composer and Agent mode
- Explicitly instruct AI to use MCP tools
- Accept tool usage prompts when they appear
- If servers show yellow status, try refreshing
- Verify Cursor version is up to date
- Check API key formatting
- Restart Cursor if tools aren't appearing
- Official Cursor MCP Documentation
- MCP Server Documentation
- More guides on my YouTube Channel
For additional help and tutorials:
- 📆 Book a Call: Calendly
- 📺 YouTube: @JeredBlu
- 🌐 Website: jeredblu.com
Created by JeredBlu, based on hands-on experience with Cursor IDE and MCP servers.