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