terminalRYAN-H.ORG
Claude Code Tools Every Small Business Owner Should Know
ai

Claude Code Tools Every Small Business Owner Should Know

8 MIN READ

Claude Code is not just for developers. Here are the specific tools and workflows that save me hours every week running a small operation.

Knowledge Graph

You Do Not Need to Be a Developer

I wrote previously about how Claude Code changed my workflow as a builder. That post was for developers. This one is not.

Claude Code runs in the terminal. That sounds intimidating if you have never opened a terminal before. But the terminal is just a text box where you type instructions and get results. You do not need to know a programming language. You need to know your business, and you need to be able to describe what you want done in plain English.

The tools inside Claude Code map directly to work that small business owners already do every day: updating records, generating reports, drafting communications, connecting systems. The difference is that instead of clicking through menus or wrestling with spreadsheets, you describe the task and Claude executes it.

Here are the specific capabilities that matter if you run a small operation.

CLAUDE.md: Teach It Your Business Once

Every time you start a new conversation with a chatbot, you lose context. You explain your business again. You re-describe your products, your customer segments, your pricing structure. It is like hiring a new employee every morning who has amnesia.

CLAUDE.md solves this. It is a plain text file you put in your project folder that Claude Code reads automatically every time it starts. Think of it as a briefing document for your AI assistant.

Mine includes our product catalog, species list and yield percentages, standard pricing tiers, customer communication guidelines, and compliance requirements. When I ask Claude Code to draft a response to a customer asking about sockeye availability, it already knows what we sell, our current season dates, and how we talk to customers. No preamble. No re-explaining.

The practical impact is significant. Instead of spending two minutes providing context before every request, I spend zero. Over a day with twenty or thirty interactions, that is an hour saved just on context-setting. Write your CLAUDE.md once, update it when your business changes, and every interaction starts from a foundation of understanding.

File Editing Without Learning Code

Claude Code can read and modify files on your computer. This sounds basic until you think about what it means for daily operations.

I keep inventory records, pricing sheets, and order logs as structured files. When I need to update purchase prices across thirty SKUs because our supplier changed rates, I do not open a spreadsheet and manually edit each row. I tell Claude Code: "Update the purchase price for all sockeye products to $8.75 per pound and recalculate retail prices at our standard 40% margin." It reads the file, makes the changes, shows me what it changed, and waits for my approval before saving.

The same applies to any document you work with regularly. Customer lists, vendor contacts, product descriptions, configuration files for your website or online store. If the information lives in a file, Claude Code can find it, read it, and update it based on your instructions.

The approval step matters. Claude Code shows you a diff — a before-and-after comparison of every change — before writing anything. You review it, confirm it looks right, and then it saves. Nothing happens without your explicit say-so. This is not an autonomous agent rewriting your files in the background. It is a tool that proposes changes and waits for you to approve them.

Running Reports From Your Data

Every small business owner has data scattered across files that they wish they could query without building a database or learning Excel formulas. Claude Code can run commands on your computer that process, filter, and summarize data from files you already have.

I keep daily catch records and sales logs as CSV files. When I need to know our total sockeye sales for March, or which customers ordered more than $500 last quarter, or what our average order value was last week, I ask Claude Code. It writes a quick command, runs it, and gives me the answer. No pivot tables. No VLOOKUP formulas. No dragging cell ranges.

More useful examples: comparing this month's expenses to last month. Finding all invoices over a certain amount. Listing every customer who has not ordered in 90 days. Summarizing daily revenue into a weekly report. These are questions you probably already ask about your business. The difference is that getting answers takes seconds instead of thirty minutes of spreadsheet work.

The commands Claude Code runs are visible to you. It is not a black box. It shows you exactly what it is about to execute, and you approve before it runs. If you start recognizing patterns in the commands, you are accidentally learning useful terminal skills. But you do not have to.

MCP Servers: Connecting Your Tools

This is the capability most business owners do not know about, and it might be the most valuable.

MCP stands for Model Context Protocol. In plain terms, it is a way to connect Claude Code to external tools and services — your database, your email, your calendar, your project management tool, your accounting software. Once connected, Claude Code can read from and write to those systems as part of a single workflow.

Here is what that looks like in practice. I have an MCP server connected to our PostgreSQL database where we store order and inventory data. When I ask Claude Code to "pull up all pending orders shipping this week and check if we have enough sockeye inventory to fulfill them," it queries the database, compares order quantities against current stock levels, and gives me a clear answer. If there is a shortfall, it tells me exactly how many pounds I need and which orders are affected.

Without MCP, that question requires opening the database, writing a query or navigating an interface, cross-referencing with inventory records, and doing the math. With MCP, it is one sentence and a ten-second wait.

Other MCP connections I find useful: connecting to Google Calendar for scheduling, connecting to file storage for document retrieval, and connecting to monitoring tools that track our web store's health. Each connection extends what Claude Code can do without requiring you to switch between applications.

Setting up MCP servers does require some initial configuration. It is not quite as simple as installing an app. But you do it once per service, and the documentation walks you through it step by step.

Connected tools — MCP servers bridge your business systems
Fig 1Connected tools — MCP servers bridge your business systems

Slash Commands: One-Step Workflows

Once you find yourself asking Claude Code to do the same thing repeatedly, you can save that workflow as a slash command. Type a short command, and a multi-step process runs automatically.

I have a slash command that generates my weekly business summary. It pulls sales data from our files, calculates totals by product category, compares against the previous week, flags any inventory items below reorder thresholds, and formats everything into a clean summary I can review in two minutes. The whole thing runs with a single command that takes less than a second to type.

Other commands I use regularly: one that drafts a standard supplier purchase order based on current inventory levels. One that prepares a customer shipping notification with tracking details. One that audits our product listings for consistency across descriptions, prices, and availability flags.

Each of these workflows used to be a fifteen-to-thirty minute manual process. Now they are effectively instant, with a human review step built in.

What It Will Not Do

Honesty about limitations saves you time and frustration.

It will not replace your domain expertise. Claude Code does not know that halibut season opens in March or that your best customer prefers UPS over FedEx. It works with the knowledge you give it, and it cannot fill gaps in business-specific understanding. You still need to know your industry, your customers, and your operations.

It will not make strategic decisions. Should you expand into a new market? Should you raise prices? Should you hire another person? These are judgment calls that require context no AI tool has. Claude Code can help you analyze data to inform those decisions, but the decision itself is yours.

It will not work without some learning curve. The terminal is not hard, but it is unfamiliar for most people. You will spend a few hours getting comfortable with the basics. Budget that time and do not expect to be productive on day one.

It is not free. Claude Code requires a subscription. The value proposition is real if you use it regularly, but it is another line item. Measure the time savings against the cost, the same way you evaluate any business tool.

It can make mistakes. AI outputs need verification. Numbers need to be checked. Drafted emails need to be read before sending. The approval workflows built into Claude Code help, but they only work if you actually review what it proposes instead of rubber-stamping everything.

Getting Started if You Have Never Used a Terminal

The barrier to entry is lower than you think.

Step one: Open Terminal on Mac (search "Terminal" in Spotlight) or Command Prompt on Windows. You will see a text cursor. That is it. That is the whole interface.

Step two: Install Claude Code. Anthropic's documentation walks you through this. It involves typing one or two installation commands. If you can follow a recipe, you can follow installation instructions.

Step three: Create a project folder for your business. Put your important files in it — inventory lists, pricing sheets, customer data, whatever you work with regularly. This is the folder Claude Code will operate in.

Step four: Write your CLAUDE.md file. Start simple. A paragraph about your business, a list of your products or services, your key processes. You can expand it over time as you discover what context helps Claude Code be most useful.

Step five: Start with one task. Pick the most repetitive thing you do each day and ask Claude Code to help with it. Do not try to automate your entire business on day one. One task, done well, will teach you the patterns that apply everywhere else.

The business owners I talk to who get the most value from Claude Code are not the most technical ones. They are the ones who know their operations inside out and can describe precisely what they need done. If you can explain a task clearly enough for a new employee to do it, you can explain it clearly enough for Claude Code.

That is the real unlock. Not replacing what you know, but removing the friction between knowing what needs to happen and actually getting it done.

aiclaude-codesmall-businessautomation