CRM MCP Server
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., "@CRM MCP ServerEn son 5 müşteri kim?"
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.
CRM MCP Server
Claude Desktop ile konuşarak CRM veritabanını sorgula.
Kurulum (3 adım)
1 — Paketleri yükle
cd crm_mcp
python -m venv venv
venv\Scripts\activate # Windows
pip install -r requirements.txt2 — Veriyi yükle
python seed.pyÇıktıdaki Admin key'i kopyala — bir daha göremezsin!
3 — Claude Desktop'u ayarla
%APPDATA%\Claude\claude_desktop_config.json dosyasını aç (yoksa oluştur):
{
"mcpServers": {
"crm": {
"command": "python",
"args": ["C:\\Users\\KULLANICI_ADIN\\Desktop\\crm_mcp\\mcp_server.py"],
"env": {
"CRM_API_KEY": "BURAYA_ADMIN_KEY_YAPISTIR"
}
}
}
}
argsiçindeki yolu kendi bilgisayarına göre düzenle. Claude Desktop'u tamamen kapat ve yeniden aç.
Related MCP server: MCP Database Server
Claude'a sormalık sorular
En son 5 müşteri kim?
Toplam kaç müşterimiz var?
EMEA bölgesinde kaç müşteri var?
Classic Cars satışlarını göster
En çok gelir getiren 10 müşteri kimler?
Fransa'daki müşterileri listele
Pipeline özeti nedir?
"Dragon" ile başlayan müşteri var mı?Araçlar
Araç | Açıklama | Yetki |
| Son katılan müşteriler | admin + readonly |
| Müşteri sayısı (filtreli) | admin + readonly |
| İsim/ülke/şehir arama | admin + readonly |
| Müşteri detayı + deal özeti | admin + readonly |
| WON/LOST/PROPOSAL özeti | admin + readonly |
| En yüksek gelirli müşteriler | admin + readonly |
| Ürün serisi analizi | admin + readonly |
| Bölge analizi | admin + readonly |
| Yeni müşteri ekle | sadece admin |
| Yeni deal ekle | sadece admin |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Cerennly/ClaudeMCP_Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server