iris
Rank #17,811io.github.SuperAngryMonkey/iris
Microsoft 365 mail MCP: drafts into Outlook; sending off by default, opt-in via IRIS_ENABLE_SEND.
iris is a Model Context Protocol (MCP) server published by SuperAngryMonkey. It ranks #17,811 of 132,113 servers tracked on MCP Toplist. iris is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 22, 2026 and most recently updated on Sep 2, 2026.
Ranks ahead of 114,302 of 132,113 servers on MCP Toplist.
Use iris
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add iris -e "IRIS_CLIENT_ID=<your IRIS_CLIENT_ID>" -e "IRIS_TENANT_ID=<your IRIS_TENANT_ID>" -e "IRIS_DRAFT_FOLDER=<your IRIS_DRAFT_FOLDER>" -e "IRIS_ALLOWLIST=<your IRIS_ALLOWLIST>" -e "IRIS_ENABLE_SEND=<your IRIS_ENABLE_SEND>" -- uvx iris-mcpReplace each placeholder with your own value before saving.
[mcp_servers.iris]
command = "uvx"
args = ["iris-mcp"]
[mcp_servers.iris.env]
IRIS_CLIENT_ID = "<your IRIS_CLIENT_ID>"
IRIS_TENANT_ID = "<your IRIS_TENANT_ID>"
IRIS_DRAFT_FOLDER = "<your IRIS_DRAFT_FOLDER>"
IRIS_ALLOWLIST = "<your IRIS_ALLOWLIST>"
IRIS_ENABLE_SEND = "<your IRIS_ENABLE_SEND>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"iris": {
"command": "uvx",
"args": [
"iris-mcp"
],
"env": {
"IRIS_CLIENT_ID": "<your IRIS_CLIENT_ID>",
"IRIS_TENANT_ID": "<your IRIS_TENANT_ID>",
"IRIS_DRAFT_FOLDER": "<your IRIS_DRAFT_FOLDER>",
"IRIS_ALLOWLIST": "<your IRIS_ALLOWLIST>",
"IRIS_ENABLE_SEND": "<your IRIS_ENABLE_SEND>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"iris": {
"command": "uvx",
"args": [
"iris-mcp"
],
"env": {
"IRIS_CLIENT_ID": "<your IRIS_CLIENT_ID>",
"IRIS_TENANT_ID": "<your IRIS_TENANT_ID>",
"IRIS_DRAFT_FOLDER": "<your IRIS_DRAFT_FOLDER>",
"IRIS_ALLOWLIST": "<your IRIS_ALLOWLIST>",
"IRIS_ENABLE_SEND": "<your IRIS_ENABLE_SEND>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"iris": {
"type": "stdio",
"command": "uvx",
"args": [
"iris-mcp"
],
"env": {
"IRIS_CLIENT_ID": "<your IRIS_CLIENT_ID>",
"IRIS_TENANT_ID": "<your IRIS_TENANT_ID>",
"IRIS_DRAFT_FOLDER": "<your IRIS_DRAFT_FOLDER>",
"IRIS_ALLOWLIST": "<your IRIS_ALLOWLIST>",
"IRIS_ENABLE_SEND": "<your IRIS_ENABLE_SEND>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"iris": {
"command": "uvx",
"args": [
"iris-mcp"
],
"env": {
"IRIS_CLIENT_ID": "<your IRIS_CLIENT_ID>",
"IRIS_TENANT_ID": "<your IRIS_TENANT_ID>",
"IRIS_DRAFT_FOLDER": "<your IRIS_DRAFT_FOLDER>",
"IRIS_ALLOWLIST": "<your IRIS_ALLOWLIST>",
"IRIS_ENABLE_SEND": "<your IRIS_ENABLE_SEND>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"iris": {
"command": "uvx",
"args": [
"iris-mcp"
],
"env": {
"IRIS_CLIENT_ID": "<your IRIS_CLIENT_ID>",
"IRIS_TENANT_ID": "<your IRIS_TENANT_ID>",
"IRIS_DRAFT_FOLDER": "<your IRIS_DRAFT_FOLDER>",
"IRIS_ALLOWLIST": "<your IRIS_ALLOWLIST>",
"IRIS_ENABLE_SEND": "<your IRIS_ENABLE_SEND>"
}
}
}
}Replace each placeholder with your own value before saving.
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.SuperAngryMonkey%2Firis)<a href="https://mcptoplist.com/server/io.github.SuperAngryMonkey%2Firis"><img src="https://mcptoplist.com/badge/io.github.SuperAngryMonkey%2Firis.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
SuperAngryMonkey
Other servers by SuperAngryMonkey
View all SuperAngryMonkey servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.1 | Sep 2, 2026 |
| 0.1.0 | Aug 22, 2026 |
Frequently asked questions
- Who maintains iris?
- iris is maintained by SuperAngryMonkey, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is iris listed on the Official MCP Registry?
- Yes — iris is listed on the Official MCP Registry, alongside Glama.
- How many versions does iris have?
- MCP Toplist tracks 2 versions of iris, most recently published on Sep 2, 2026.
- Where can I find the source code for iris?
- The source code for iris is hosted at github.com/SuperAngryMonkey/iris.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.