Getting Started — Set Up Your AI Workspace
What you're building
About 15 minutes total. No code yet — this is the workspace.
Why this and not chat.openai.com
For everything we'll do together, you need an AI that can do things — not just suggest them.
Steps
- 1
Install VS Code
Free, all platforms: code.visualstudio.com.
Download → drag to Applications (Mac) / run installer (Windows/Linux) → open it. That's it. Don't worry about themes or extensions yet.
- 2
Install Claude Code
Inside VS Code, open the Extensions panel (
Cmd+Shift+X/Ctrl+Shift+X) and search for Claude Code. Install the official one from Anthropic.A new icon appears in your sidebar — that's your agent.
- 3
Sign in
Click the Claude Code icon → Sign in with Anthropic. If you don't have an account yet, create one at claude.ai. Free tier works for the rest of this tutorial; paid tier (Claude Pro / API key) is what you'll want for serious work.
- 4
Connect Vibe Community
Open a terminal inside VS Code (`Ctrl+``). Run:
claude mcp add --transport http --scope user vibe-community https://ahmedbselim.com/mcp \ --header "Authorization: Bearer YOUR_TOKEN_HERE"Replace
YOUR_TOKEN_HEREwith the token you got from Ahmed. - 5
Verify the connection
Two quick checks before you go further:
1. From the terminal:
claude mcp listYou should see a line like
vibe-community: https://ahmedbselim.com/mcp (HTTP) ✓ Connected. If it says✗ Failed to connect, double-check your token or re-run the install command.2. From Claude Code chat: restart VS Code (full quit, not just close-window), open the Claude Code panel, and type:
/mcpvibe-communityshould appear in the list of configured MCP servers. - 6
Talk to it
Open the Claude Code panel and ask:
"List the projects I have on Vibe Community."
Claude will call the
list_projectstool and tell you what's in your account. First time? It'll be empty — that's normal. We'll create your first project together in the next session.
You now have
What's next
The rest of the curriculum assumes you already did this. So bookmark this page — it's the first thing to come back to if anything in a later tutorial says "your agent can't see X."
Run this with your AI
Paste this into any agent — Claude Code, Cursor, ChatGPT — and it walks you through the lesson interactively.
Done when
VS Code is installed, Claude Code is signed in, and (if you have a token) Vibe Community's MCP is connected — confirmed by Claude responding to 'list projects on Vibe Community'.