thebbqreport/hp-outlook-mcp-server
If you are the rightful owner of hp-outlook-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The HP Outlook MCP Server is a comprehensive integration solution for Microsoft Outlook, providing seamless management of email, calendar, contacts, and communication contexts.
HP Outlook MCP Server
A comprehensive Model Context Protocol (MCP) server for Microsoft Outlook integration with email, calendar, contacts, and communication context management. Features 29 functions with 100% operational status, including critical fixes for parameter parsing and logger functionality.
🚀 Version 1.0.0
📋 Features
- Complete source code
- Setup instructions
- Documentation included
- Version controlled
🛠️ Installation
Installation
Prerequisites
- Node.js (v14 or higher)
- Python (v3.8 or higher)
- Microsoft Outlook with Graph API access
- N8N for workflow automation
Setup Steps
-
Clone the repository:
git clone https://github.com/thebbqreport/hp-outlook-mcp-server.git cd hp-outlook-mcp-server -
Install dependencies:
npm install -
Configure N8N webhook URL in src/config.js
-
Add to Claude Desktop configuration:
{ "mcpServers": { "hp-outlook-email-context": { "command": "node", "args": ["path/to/hp-outlook-mcp-server/src/server.js"], "cwd": "path/to/hp-outlook-mcp-server", "env": { "NODE_ENV": "production", "MCP_CONTEXT_ENABLED": "true" } } } } -
Test the installation:
python diagnostics/diagnostic_check.py
Status: 100% Operational
✅ All 29 functions working (Email: 6, Calendar: 12, Contacts: 5, Context: 6)
✅ Parameter parsing fix applied
✅ Logger warn method implemented
✅ Search function optimization complete
📁 Project Structure
HP Outlook MCP Server/
├── src/ # Source code
├── docs/ # Documentation
├── tests/ # Test files
└── README.md # This file
🔧 Configuration
- Clone the repository
- Install dependencies
- Configure settings
- Run the application
📝 Usage
Detailed usage instructions coming soon...
🤝 Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
📄 License
This project is licensed under the MIT License.
📞 Support
For support and questions, please create an issue in the GitHub repository.
Generated by GitHub MCP Server