iris for Cursor
io.github.superangrymonkey/iris
Microsoft 365 mail MCP: drafts into Outlook; sending off by default, opt-in via IRIS_ENABLE_SEND.
client:Cursor
transport:stdio
runtime:pypi
Install iris in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"iris": {
"type": "stdio",
"command": "uvx",
"args": [
"iris-mcp"
],
"env": {
"IRIS_CLIENT_ID": "<IRIS_CLIENT_ID>",
"IRIS_TENANT_ID": "<IRIS_TENANT_ID>",
"IRIS_DRAFT_FOLDER": "<IRIS_DRAFT_FOLDER>",
"IRIS_ALLOWLIST": "<IRIS_ALLOWLIST>",
"IRIS_ENABLE_SEND": "<IRIS_ENABLE_SEND>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs