loading…
Search for a command to run...
loading…
Look up Gulf Arabic words with pronunciation, example sentences, and cultural context. 30 essential words for learning Arabic used in Saudi Arabia, UAE, Qatar,
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.
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
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.
lookup_arabic_wordLook up a Gulf Arabic word by English meaning, transliteration, or Arabic script.
{"query": "hello"}
→ مرحبا (Marhaba) — Hello / Welcome + pronunciation, example sentence, cultural context
get_arabic_phraseFind the right Arabic phrase for a situation.
{"situation": "greeting"}
→ مرحبا, حياك — with usage context and cultural tips
get_categoryBrowse all words in a category (Greeting, Shopping, Gulf Slang, Expression, Essential, etc.)
{"category": "Gulf Slang"}
→ زين, وايد, خوش, الحين, توني...
random_arabic_wordGet a random Arabic word of the day with full details.
Add to your MCP client config:
{
"mcpServers": {
"arabimaak": {
"url": "https://arabimaak.com/.well-known/mcp.json"
}
}
}
| 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) |
Currently includes 30 essential Gulf Arabic words across 12 categories:
Each word includes:
git clone https://github.com/deepdiver4ai/arabimaak-mcp.git
cd arabimaak-mcp
npm install
node server.js
# Server runs on port 3003
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.
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"arabimaak-gulf-arabic": {
"command": "npx",
"args": []
}
}
}