arabimaak-gulf-arabic
Look up Gulf Arabic words with pronunciation, example sentences, and cultural context. 30 essential words for learning Arabic used in Saudi Arabia, UAE, Qatar, Kuwait, Bahrain and Oman.
README
🌙 Arabi Maak — Gulf Arabic MCP Server
Learn Gulf Arabic through AI. This MCP server lets AI assistants look up Gulf Arabic words, phrases, and cultural context.
🌐 Website: arabimaak.com 📖 Phrasebook: dalilaksa.gumroad.com 📺 YouTube: Arabi Maak
What is this?
An MCP (Model Context Protocol) server that provides Gulf Arabic language data to AI assistants like Claude, ChatGPT, and others. When connected, AI can look up Arabic words, find phrases for specific situations, and give culturally accurate responses.
Available Tools
1. lookup_arabic_word
Look up a Gulf Arabic word by English meaning, transliteration, or Arabic script.
{"query": "hello"}
→ مرحبا (Marhaba) — Hello / Welcome + pronunciation, example sentence, cultural context
2. get_arabic_phrase
Find the right Arabic phrase for a situation.
{"situation": "greeting"}
→ مرحبا, حياك — with usage context and cultural tips
3. get_category
Browse all words in a category (Greeting, Shopping, Gulf Slang, Expression, Essential, etc.)
{"category": "Gulf Slang"}
→ زين, وايد, خوش, الحين, توني...
4. random_arabic_word
Get a random Arabic word of the day with full details.
MCP Configuration
Add to your MCP client config:
{
"mcpServers": {
"arabimaak": {
"url": "https://arabimaak.com/.well-known/mcp.json"
}
}
}
API Endpoints
| Endpoint | Method | Description |
|---|---|---|
/.well-known/mcp.json |
GET | MCP discovery |
/mcp/tools/lookup_arabic_word |
POST | Look up a word |
/mcp/tools/get_arabic_phrase |
POST | Find a phrase |
/mcp/tools/get_category |
POST | Browse by category |
/mcp/tools/random_arabic_word |
POST | Random word |
/mcp/health |
GET | Health check |
/api/words |
GET | All words (REST) |
/api/words/:query |
GET | Single word (REST) |
Coverage
Currently includes 30 essential Gulf Arabic words across 12 categories:
- Greetings & Farewells
- Essential Expressions (Yalla, Inshallah, Mashallah, Wallah)
- Gulf Slang (Zein, Wayed, Khosh, Al-heen)
- Shopping & Numbers
- Endearments
- Questions
- And more...
Each word includes:
- Arabic script
- Transliteration
- Pronunciation guide
- English meaning
- Example sentence (Arabic + English)
- Cultural context and usage tips
Self-Hosting
git clone https://github.com/deepdiver4ai/arabimaak-mcp.git
cd arabimaak-mcp
npm install
node server.js
# Server runs on port 3003
About عربي معاك
Arabi Maak (عربي معاك) means "Arabic with you." We teach Gulf Arabic — the dialect spoken across Saudi Arabia, UAE, Qatar, Kuwait, Bahrain, and Oman — one word at a time.
- 🌐 arabimaak.com — Free word pages with pronunciation & examples
- 📺 YouTube — Daily Arabic word videos
- 📖 Gumroad — Phrasebook, flashcards, travelers guide
- 🐦 Twitter/X — Daily Arabic content
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.