You signed in with another tab or window. Reload
to refresh your session. You signed out in another tab or window. Reload
to refresh your session. You switched accounts on another tab or window. Reload
to refresh your session. Dismiss alert
ryaker / outlook-mcp Public
MCP server for Claude to access Outlook data via Microsoft Graph API
9 stars
3 forks
Branches
Tags
Activity
Notifications
You must be signed in to change notification settings
main
Go to file
Code
| Name | | Name | Last commit message | Last commit date |
| --- | --- | --- | --- |
| Latest commit
-------------
Example User
Add rule sequencing, folder ID detection, and GitHub organization scr…
Mar 13, 2025
bbccdd8
· Mar 13, 2025
History
-------
3 Commits
| | |
| auth | | auth | Initial commit | Mar 13, 2025 |
| email | | email | Initial commit | Mar 13, 2025 |
| folder | | folder | Initial commit | Mar 13, 2025 |
| rules | | rules | Add rule sequencing, folder ID detection, and GitHub organization scr… | Mar 13, 2025 |
| utils | | utils | Initial commit | Mar 13, 2025 |
| .gitignore | | .gitignore | Initial commit | Mar 13, 2025 |
| README.md | | README.md | Initial commit | Mar 13, 2025 |
| backup-logs.sh | | backup-logs.sh | Initial commit | Mar 13, 2025 |
| claude-config-sample.json | | claude-config-sample.json | Initial commit | Mar 13, 2025 |
| config.js | | config.js | Initial commit | Mar 13, 2025 |
| create-notifications-rule.js | | create-notifications-rule.js | Added files for subfolders | Mar 13, 2025 |
| find-folder-ids.js | | find-folder-ids.js | Added files for subfolders | Mar 13, 2025 |
| index.js | | index.js | Initial commit | Mar 13, 2025 |
| move-github-emails.js | | move-github-emails.js | Added files for subfolders | Mar 13, 2025 |
| outlook-auth-server.js | | outlook-auth-server.js | Initial commit | Mar 13, 2025 |
| package.json | | package.json | Initial commit | Mar 13, 2025 |
| test-direct.sh | | test-direct.sh | Initial commit | Mar 13, 2025 |
| test-modular-server.sh | | test-modular-server.sh | Initial commit | Mar 13, 2025 |
| View all files | | |
This is a modular implementation of the Outlook MCP (Model Context Protocol) server that connects Claude with Microsoft Outlook through the Microsoft Graph API.
/modular/
├── index.js # Main entry point
├── config.js # Configuration settings
├── auth/ # Authentication modules
│ ├── index.js # Authentication exports
│ ├── token-manager.js # Token storage and refresh
│ └── tools.js # Auth-related tools
├── email/ # Email functionality
│ ├── index.js # Email exports
│ ├── list.js # List emails
│ ├── search.js # Search emails
│ ├── read.js # Read email
│ └── send.js # Send email
└── utils/ # Utility functions
├── graph-api.js # Microsoft Graph API helper
├── odata-helpers.js # OData query building
└── mock-data.js # Test mode data
To configure the server, edit the config.js
file to change:
claude-config-sample.json
to your Claude Desktop configurationauthenticate
toolYou can test the server using:
./test-modular-server.sh
This will use the MCP Inspector to directly connect to the server and let you test the available tools.
outlook-auth-server.js
)authenticate
tool to get an authentication URL~/.outlook-mcp-tokens.json
To add more functionality:
calendar/
)TOOLS
array in index.js
MCP server for Claude to access Outlook data via Microsoft Graph API
No releases published
No packages published
You can’t perform that action at this time.