CRM MCP Server
Click on "Deploy 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 deployed
Maintenance
Related MCP Connectors
Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.
Personal CRM for Claude. Contacts live as plain-text files in your own Google Drive.
Streamline your Attio workflows using natural language to search, create, update, and organize com…
Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides Claude Desktop with secure access to multiple database connections, allowing users to query MySQL, PostgreSQL, SQLite, and SQL Server databases directly through natural language.-
- AlicenseNot gradedqualityDmaintenanceEnables Claude to connect to and interact with SQLite, SQL Server, PostgreSQL, and MySQL databases through natural language. Supports executing queries, managing tables, exporting data, and storing business insights with authentication options including AWS IAM.676 npmMIT
- AlicenseNot gradedqualityDmaintenanceProvides secure SQL Server database access, allowing users to list tables and execute SQL queries through natural language in Claude Desktop.MIT
- FlicenseAqualityDmaintenanceEnables direct interaction with Microsoft Dataverse from Claude Desktop, supporting full CRUD, bulk operations, FetchXML queries, actions, and metadata discovery.20-