How non-technical teams set up Anthropic's AI employee in a few minutes and put it to work on real tasks

At myos, we bring AI into everyday work instead of just talking about it. One of the fastest steps we recommend to our clients is Claude Code: an AI employee that so far has mainly been used by developers, but that helps non-technical leaders and teams enormously every day too. You can use it to automate marketing tasks, streamline processes, draft onboarding documents, and much more.
This is the guide we use internally and with clients to make even non-developers productive with Claude Code as an AI assistant in just a few minutes. You do not need any coding skills for it.
Claude Code is a command-line tool from Anthropic that speeds up work through simple instructions in natural language. Originally designed for software development, it now also helps non-technical users automate complex tasks efficiently. Whether you are editing files, running involved processes, or steering multi-step workflows, Claude Code turns classic technical activities into accessible, intuitive tasks.
Unlike classic chat tools such as ChatGPT or the regular Claude, Claude Code is built for execution and automation, not just for answering questions or generating text. It completes tasks from start to finish, steers workflows across multiple steps, integrates seamlessly with external services through MCP, and actively maintains task lists and goals. Where other tools help with information and drafts, Claude Code delivers actionable automation and turns your instructions directly into results.
Setting up Claude Code on your computer is easier than it sounds, even for non-developers. Follow these steps and you will be ready to go in a few minutes.
You also need Node.js version 18 or higher, plus an internet connection, since Claude processes your requests online. If you are not sure whether Node.js is installed, open your terminal and type:
node -vIf it shows version number 18 or higher, you are good to go.
Open your terminal and run:
npm install -g @anthropic-ai/claude-codeMove into the folder you want to work in and type:
claudeClaude walks you through signing in. For most users, signing in through the Claude app (Pro or Max plan) is the right choice, meaning the same login you use for Claude on the web. After that, simply type Hello Claude, and Claude will respond right in the terminal.
Quick tips for non-coders
Do not worry about breaking anything: in approval mode, Claude always asks before any changes are made. Use plain English (or German). You do not need to know any code, just describe what you want to achieve.
MCP (Model Context Protocol) is how Claude Code connects directly to the external tools and services you already use. With MCP, you can automate work across apps like Notion, Asana, Figma, and hundreds more. Let's start by connecting Claude to Notion.
Copy the following command into your terminal and press Enter. Claude takes care of the rest.
claude mcp add --transport http notion https://mcp.notion.com/mcpThen open Claude Code with the claude command and, inside Claude, type:
/mcpYour browser opens automatically and takes you to the Notion sign-in. Log in and choose the workspace Claude should access. Then test the integration with a simple task:
Erstelle in Notion eine neue Seite mit dem Titel "Mein erster Claude MCP" und dem Text "Claude Code ist großartig!".Claude asks for your confirmation and then creates the page directly in your Notion workspace. With that, you are officially connected to your first MCP server.
Claude Code turns involved research and analysis tasks into simple, automated workflows. Let's build a daily pipeline report together. First, place all the files you need in a single folder (for example pipeline_daily.csv, competitor_prices.csv, customer_feedback.jsonl, and a daily_update_template.md template). Then open Claude Code and enter the following instruction:
Mein Ziel: erstelle den heutigen Daily Pipeline Update.
Starte mindestens 5 Subagenten:
- Einer analysiert pipeline_daily.csv nach Leads, Opportunities, Deals und Umsatz.
- Einer recherchiert aktuelle Markttrends per Websuche.
- Einer prüft competitor_prices.csv und bewertet unsere Wettbewerbsfähigkeit.
- Einer fasst die Kernthemen aus customer_feedback.jsonl zusammen.
- Einer identifiziert auffällige Anomalien.
Führe die Erkenntnisse zusammen, erstelle den Report auf Basis von daily_update_template.md und lege ihn in Notion an.Claude Code produces a complete pipeline report that you can review, share, and act on right away. Through the Notion connection, the matching page is created or updated automatically.
Your exercise: your own daily report
Use Claude Code to build a personal daily report for your own business. Connect it to Notion, Google Slides, email, or Slack, whichever fits your daily routine best.
Candidate outreach is often tedious. Claude Code takes this work off your hands, even without technical skills. With the Playwright MCP, Claude controls actions directly in the browser. Connect it first:
claude mcp add --transport http playwright https://mcp.playwright.dev/mcpStart Claude Code and use the following instruction (replace the link with your own job description):
Mein Ziel: automatisiere die LinkedIn-Ansprache für meine offene Stelle.
Starte mindestens 3 Subagenten:
- Einer wertet meine Stellenbeschreibung aus und extrahiert die zentralen Qualifikationen.
- Einer recherchiert ähnliche Stellenausschreibungen, um die Suchkriterien zu schärfen.
- Einer erstellt auf Basis der Qualifikationen einen LinkedIn-Filter.
Stellenbeschreibung: <Link zu Ihrer Stellenbeschreibung>
Führe die Erkenntnisse zusammen und bestätige die Filterkriterien mit mir.Once you have confirmed the filter criteria, tell Claude to find 10 suitable candidates and send each of them a personalized connection request. Claude handles the entire outreach so you can focus on the conversations.
Your exercise: automate the most annoying task
For one day, note down your activities and mark the ones that recur regularly. Pick the task that drains you the most, describe the necessary steps clearly, and let Claude Code automate it for you.
Claude Code handles more complex tasks in full as well. Booking a trip requires research, planning, and understanding. Let's say you want to go to CES, one of the largest technology trade shows. All you need are the key details of the event, and Claude researches the rest. Use the Playwright MCP again and enter the following instruction:
Ich möchte dieses Jahr zur CES und du sollst meine Flüge buchen.
Starte einen Subagenten, der per Websuche Ort und Daten der CES ermittelt.
Nutze dann den Playwright-MCP, um einen Browser zu öffnen und einen Flug auf einem Buchungsportal zu suchen.
Führe den Vorgang bis zur Checkout-Seite durch und halte vorher nicht an. Stelle mir vorab alle Rückfragen, die du benötigst.After you have answered the follow-up questions, Claude Code takes over the entire process, from research to booking, so your trip is set up effortlessly.
Your exercise: plan your next trip
Choose a type of trip, whether a beach vacation, a business conference, or a city break, and let Claude Code build your itinerary as well as prepare flights, hotels, and activities.
You have taken your first big steps with Claude Code. You now have a powerful AI assistant that simplifies your workflows, automates tedious tasks, and frees up room for the work that really matters.
The fastest way to get confident is to use Claude regularly. Automate your daily tasks, connect more MCPs for your favorite apps, and experiment to discover new possibilities.
This kind of practical, hands-on AI adoption is exactly what we build into our clients' operating system at myos. If you want to turn these patterns into repeatable workflows for your team, we are glad to support you.