mcp-starter-kit
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-starter-kitHow much for 3 lattes and a pastry platter?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π The Plain-English MCP Starter Kit
Everyone's talking about "MCP." Here's one you can actually use β in 5 minutes, with your own business.
You've probably heard that AI can now "connect to your tools." That connection has a name: MCP (Model Context Protocol). It's how an AI assistant stops guessing and starts answering with your real business data β your hours, your prices, your FAQs.
This kit is a tiny, working MCP server. You edit one file with your info, run one command, and connect it to your AI. Then you can ask your AI things like:
"How much for 3 lattes and a pastry platter?" "What are your Saturday hours?" "What times are open this week?"
β¦and it answers correctly, every time β because it's reading your data, not making it up.
π¬ Want the link to this kit? Comment "MCP" on the post and we'll send it over.
What's an MCP, in one sentence?
An MCP server is a safe translator between your AI and your stuff. The AI can only do the specific actions you allow β nothing else on your computer.
See the picture: docs/diagram.md
This kit allows exactly four safe, read-only actions:
Action | What it does |
| Shares your hours, contact, and address |
| Calculates a price from your service list |
| Answers common customer questions |
| Lists your open booking slots |
Related MCP server: MCP Workshop Starter
Set it up in 5 minutes
You need: Node.js (the free "LTS" download) and a free AI app that supports MCP, like Claude Desktop. You do not need to know how to code.
1. Download this kit
Click the green Code button above β Download ZIP β unzip it.
2. Add your business info
Open business.json in any text editor and replace the example
(Maple Street Coffee) with your own name, hours, services, prices, and FAQs.
Save it.
3. Install + test it
Open Terminal, go into the folder, and run:
npm install
npm run checkYou should see β Your kit looks good!
4. Connect it to your AI
In Claude Desktop: Settings β Developer β Edit Config, and add this (change the path to where you unzipped the folder):
{
"mcpServers": {
"my-business": {
"command": "node",
"args": ["/full/path/to/mcp-starter-kit/server.js"]
}
}
}Restart Claude Desktop. You'll see your business tools appear. Now ask it a question about your business β and watch it use the real answer. π
The 5 questions to ask before you connect AI to anything
Before you wire AI into your real tools (email, CRM, calendar, payments), ask:
What can it actually do? β Read-only, or can it change/delete things? (This kit is read-only on purpose.)
What data does it touch? β And is any of it sensitive?
Where does that data go? β Stays on your machine, or sent to a company?
Who can use it? β Just you, or your whole team / your customers?
What happens if it's wrong? β What's the worst-case, and can you undo it?
If you can't answer these for a tool someone's trying to sell you β slow down.
Make it yours
Everything lives in business.json β no coding needed to update your info.
Want it to do more (real bookings, live inventory, connect to your CRM or
email)? That's exactly the kind of thing we build.
π Built by Rabbit Hole
We help small and medium businesses put AI to work β safely, and in plain English. This is Day 1 of our 30-day series of free, working AI kits.
Want this set up for your business, with your real tools connected? π Reach out to Rabbit Hole (add your link)
Free to use under the MIT License. Built to be opened, edited, and run by real business owners.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xJRP/mcp-starter-kit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server