Skip to main content
Glama
Cerennly

CRM MCP Server

by Cerennly

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.txt

2 — 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"
      }
    }
  }
}

args iç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

get_recent_customers

Son katılan müşteriler

admin + readonly

count_customers

Müşteri sayısı (filtreli)

admin + readonly

search_customers

İsim/ülke/şehir arama

admin + readonly

get_customer_detail

Müşteri detayı + deal özeti

admin + readonly

get_pipeline_summary

WON/LOST/PROPOSAL özeti

admin + readonly

get_top_customers

En yüksek gelirli müşteriler

admin + readonly

get_deals_by_product

Ürün serisi analizi

admin + readonly

get_deals_by_territory

Bölge analizi

admin + readonly

add_customer

Yeni müşteri ekle

sadece admin

add_deal

Yeni deal ekle

sadece admin

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Provides Claude Desktop with secure access to multiple database connections, allowing users to query MySQL, PostgreSQL, SQLite, and SQL Server databases directly through natural language.
    Last updated
  • A
    license
    -
    quality
    D
    maintenance
    Enables 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.
    Last updated
    901
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Enables direct interaction with Microsoft Dataverse from Claude Desktop, supporting full CRUD, bulk operations, FetchXML queries, actions, and metadata discovery.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.

  • 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.

View all MCP Connectors

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/Cerennly/ClaudeMCP_Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server