Olkcli
Rank #11,686io.github.rlrghb/outlook
Outlook & OneDrive MCP: personal & enterprise tools for mail, calendar, contacts, tasks, files
Olkcli is a Model Context Protocol (MCP) server published by rlrghb. It ranks #11,686 of 115,591 servers tracked on MCP Toplist, and its repository has 16 GitHub stars. Olkcli is listed on Official MCP, with 4 tracked versions. It was first listed on Jun 9, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 103,905 of 115,591 servers on MCP Toplist.
Use Olkcli
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add outlook -- npx -y olkcli mcp[mcp_servers.outlook]
command = "npx"
args = ["-y", "olkcli", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"outlook": {
"command": "npx",
"args": [
"-y",
"olkcli",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"outlook": {
"command": "npx",
"args": [
"-y",
"olkcli",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"outlook": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"olkcli",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"outlook": {
"command": "npx",
"args": [
"-y",
"olkcli",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"outlook": {
"command": "npx",
"args": [
"-y",
"olkcli",
"mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.rlrghb%2Foutlook)<a href="https://mcptoplist.com/server/io.github.rlrghb%2Foutlook"><img src="https://mcptoplist.com/badge/io.github.rlrghb%2Foutlook.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
rlrghb
Available versions (4)
| Version | Published |
|---|---|
| 1.13.0 | Aug 29, 2026 |
| 1.12.0 | Aug 15, 2026 |
| 1.11.0 | Jul 31, 2026 |
| 0.9.5 | Jun 9, 2026 |
Frequently asked questions
- Who maintains Olkcli?
- Olkcli is maintained by rlrghb, which publishes 4 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Olkcli listed on the Official MCP Registry?
- Yes — Olkcli is listed on the Official MCP Registry.
- How many versions does Olkcli have?
- MCP Toplist tracks 4 versions of Olkcli, most recently published on Aug 29, 2026.
- Where can I find the source code for Olkcli?
- The source code for Olkcli is hosted at github.com/rlrghb/olkcli.