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., "@MCP JSON Database Serverlist all users in the marketing department"
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.
MCP JSON Database Server
Claude Desktop ile entegre çalışan JSON tabanlı veritabanı MCP sunucusu.
Özellikler
Kimlik Doğrulama: JWT tabanlı güvenli giriş sistemi
Kullanıcı Yönetimi: CRUD işlemleri ve arama
Proje Yönetimi: Proje ve görev takibi
Departman Analizi: İstatistikler ve maaş analizi
Toplantı Yönetimi: Toplantı planlama ve takip
Ekipman Yönetimi: Cihaz atama ve takip
Related MCP server: mysqldb-mcp-server
Kurulum
Bağımlılıkları yükleyin:
npm installSunucuyu başlatın:
npm startVeya geliştirme modunda:
npm run devClaude Desktop Entegrasyonu
Claude Desktop'ın konfigürasyon dosyasını bulun:
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonmacOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
Aşağıdaki konfigürasyonu ekleyin:
{
"mcpServers": {
"json-database": {
"command": "node",
"args": ["C:\\tam\\yol\\mcp-tone\\src\\index.js"],
"env": {
"NODE_ENV": "production"
}
}
}
}Claude Desktop'ı yeniden başlatın.
Kullanım
Giriş Yapma
Claude, beni sisteme giriş yapmaya yardım et. Email: admin@company.com, Şifre: password123Kullanıcıları Listeleme
Claude, tüm kullanıcıları listeleMaaş Analizi
Claude, şirket genelinde maaş analizi yapYeni Görev Ekleme
Claude, yeni bir görev ekle: "Frontend Geliştirme", açıklama: "React komponenti oluşturma"Varsayılan Kullanıcılar
Admin: admin@company.com / password123
Manager: fatma@company.com / password123
Employee: ahmet@company.com / password123
Güvenlik
Şifreler bcrypt ile hash'lenir
JWT token'lar 24 saat geçerlidir
Varsayılan JWT secret'ı production'da değiştirin
Yapı
mcp-tone/
├── src/
│ ├── index.js # Ana MCP server
│ ├── auth.js # JWT ve şifreleme
│ └── database.js # Veritabanı işlemleri
├── data/
│ └── database.json # JSON veritabanı
├── package.json
└── README.mdLisans
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.