olk
olk – Microsoft Outlook in Ihrem Terminal
olk ist ein skriptbarer CLI- und MCP-Server für Outlook-E-Mails, Kalender, Kontakte, Aufgaben und OneDrive über Microsoft Graph. Er funktioniert mit persönlichen Outlook.com-Konten und Enterprise-Microsoft-365-Konten.
Installation
brew install rlrghb/tap/olk
# or
go install github.com/rlrghb/olkcli/cmd/olk@latestDas npm-Paket ist olkcli; der installierte Befehl ist olk:
npm install -g olkcliSiehe macOS-Hinweise, wenn macOS nach einem Upgrade nach Keychain-Zugriff fragt.
Related MCP server: Microsoft MCP
Schnellstart
olk auth login
olk auth status
olk mail list --json --results-only --select id,subject,from
olk mail search 'from:person@example.com subject:urgent'
olk calendar view --days 7
olk contacts search "Alex"
olk todo lists list
olk drive lsFür Arbeits-/Schulkonten und Enterprise-exklusive Funktionen:
olk auth login --enterpriseHäufige Befehle
Zweck | Befehl |
Angemeldetes Konto prüfen |
|
Nachrichten-IDs und Betreffe finden |
|
E-Mails durchsuchen |
|
Nächste Woche anzeigen |
|
Kontakte suchen |
|
Aufgabenlisten auflisten |
|
OneDrive durchsuchen |
|
E-Mail senden |
|
Änderungen synchronisieren |
|
JSON für Skripte verwenden |
|
Als MCP-Server verwenden |
|
Siehe die Befehlsreferenz für alle Befehle und Flags.
Ausgabe und Skripterstellung
Ergebnisse werden auf stdout geschrieben; Diagnosen und Eingabeaufforderungen gehen an stderr.
olk mail list --json --results-only | jq '.[].subject'
olk contacts list --plainAusgabemodi sind standardmäßig JSON (--json), TSV (--plain) und ausgerichtete Tabellen. Verwenden Sie --concise, um große Textkörper/Vorschauen wegzulassen, und --select, um Felder zu begrenzen, wo unterstützt. Siehe Skripterstellung und Synchronisierung.
Sicherheitsstandards
Verwenden Sie
--no-write --no-send --no-inputfür unbeaufsichtigte Nur-Lese-Läufe.MCP stellt kuratierte Tools bereit und erfordert eine ausdrückliche Zustimmung für Mutationen.
Externe E-Mail-, Kalender-, Kontakt- und Dateitexte können mit
--wrap-untrustedfür eine agentensichere Verwendung umschlossen werden.Refresh-Tokens werden in der OS-Keychain gespeichert; Zugriffstokens werden nur im Speicher gehalten.
Lesen Sie den Sicherheits- und Datenschutzleitfaden, bevor Sie einen Agenten verbinden oder Protokolle teilen.
Dokumentation
Mitwirken
make build
make test
make lintSiehe Entwicklung und Veröffentlichungen für Repository-Struktur, Validierung, CI und Veröffentlichungsdetails.
Lizenz
Siehe LICENSE.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Related MCP Servers
- AlicenseBqualityAmaintenanceA Model Context Protocol server that enables interaction with Microsoft 365 services (Excel, Calendar, Mail, OneDrive, Teams, etc.) through the Graph API, allowing AI assistants to manage Microsoft 365 resources via natural language.18847,489951MIT
- FlicenseCqualityFmaintenanceA powerful MCP server that enables AI assistants to interact with Microsoft Graph API for managing Outlook emails, Calendar events, OneDrive files, and Contacts through natural language commands.3556-
- AlicenseNot gradedqualityDmaintenanceLightweight MCP server that enables AI agents to manage Microsoft Outlook email, calendar, and files using PKCE authentication with only a Client ID.MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that gives AI assistants full access to Microsoft Outlook emails, calendar, and contacts via the Microsoft Graph API.1142MIT
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/rlrghb/olkcli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server