Finans-Mail-MCP
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., "@Finans-Mail-MCPsearch finans@ mailbox for unpaid invoice emails with attachments"
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.
Outlook MCP Server — tek dosya sürümü
Bu paket, mcp-outlook sunucusunun derlenmiş halidir. TypeScript kaynak dosyaları ve
tüm bağımlılıklar (express, MCP SDK, zod) tek bir server.mjs dosyasına gömülmüştür.
Neden bu sürüm var: GitHub'ın web arayüzü klasör yüklemeyi yalnızca masaüstü tarayıcıda, sürükle-bırak ile destekler. Telefondan klasör yükleyemezsiniz. Bu sürümde klasör yok — yükleyeceğiniz 2 gevşek dosya var, ikisini de tek tek seçebilirsiniz.
Kaynak kodu düzenlemek isterseniz tam sürümü (src/ klasörlü) kullanın.
Depoya ne yükleyeceksiniz
Sadece bu iki dosya, deponun kökünde:
package.json
server.mjsDepoda başka dosya kalmasın. Önceki denemeden kalan tsconfig.json,
package-lock.json ve render.yaml dosyalarını silin — tsconfig.json kalırsa
sorun çıkarmaz ama gereksizdir, kafa karıştırır.
GitHub'da bir dosyayı silmek için: dosyaya dokunun → sağ üstteki ... → Delete file
→ Commit changes.
Related MCP server: Agent Email
Render ayarları
Servis zaten kuruluysa Settings altından şu iki alanı değiştirmeniz yeterli:
Alan | Değer |
Build Command |
|
Start Command |
|
Derleme adımı yok, çünkü kod zaten derlenmiş. npm install hiçbir paket indirmez
(bağımlılık yok), saniyeler sürer.
Ortam değişkenleri değişmedi — beşi de aynen kalsın:
Anahtar | Değer |
| (aynı) |
| (aynı) |
| (aynı) |
| (aynı) |
|
|
PORT girmeyin.
Değişiklikleri kaydettikten sonra Manual Deploy → Clear build cache & deploy.
Çalıştığını doğrulama
curl https://<servis-adi>.onrender.com/healthzBeklenen yanıt:
{"status":"ok","server":"outlook-mcp","version":"1.0.0","mailboxes":1,"sendingEnabled":false}mailboxes alanı 1 görünmüyorsa MCP_MAILBOXES değişkeni girilmemiş demektir.
Bu dosyayı yeniden üretmek
Tam sürümün (src/ klasörlü) içinde:
npm install
npm run bundle # dist-single/server.mjs olustururKaynak kodda bir değişiklik yaptığınızda bu komutu çalıştırıp yeni server.mjs
dosyasını depoya yükleyin.
Sorun giderme
Belirti | Sebep ve çözüm |
| Depoda hâlâ |
|
|
| Ortam değişkeni girilmemiş veya çok kısa. |
| İstek |
| Kutu app-only erişime kapalı. Tam sürümün README'sinde bölüm 1'e bakın. |
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.
Related MCP Connectors
Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.
Email inboxes for AI agents: send, receive, reply, search, and manage threaded email over MCP.
MCP server for Nylas — read email, calendars, events and contacts, and send email or create events.
Email safety MCP server. Detects phishing, prompt injection, CEO fraud for AI agents.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceA production-ready MCP server that provides secure, delegated access to Microsoft 365 services including Email, SharePoint, OneDrive, and Calendar. It enables AI models to search messages, browse files, manage calendar events, and parse document contents using OAuth 2.1 authentication.MIT
- AlicenseNot gradedqualityAmaintenanceAn open-source MCP server that provides AI agents with secure access to read, search, and manage emails via Microsoft 365 and Gmail. It features security-first defaults like recipient allowlists and markdown content conversion to facilitate safe agent interaction with mailboxes.5Apache 2.0
- FlicenseAqualityDmaintenanceA lightweight MCP server for personal Microsoft Outlook/Hotmail accounts, enabling email search, reading, attachment management, and folder operations via Microsoft Graph API with OAuth device-code flow.61
- FlicenseNot gradedqualityBmaintenanceRemote MCP server for ChatGPT workspace agents to access Microsoft 365 mailboxes, enabling listing, searching, reading, and sending emails with per-agent mailbox isolation.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/OAE-Istanbul/Finans-Mail-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server