hp-outlook-mcp-server

thebbqreport/hp-outlook-mcp-server

3.1

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

  1. Clone the repository:

    git clone https://github.com/thebbqreport/hp-outlook-mcp-server.git
    cd hp-outlook-mcp-server
    
  2. Install dependencies:

    npm install
    
  3. Configure N8N webhook URL in src/config.js

  4. 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"
          }
        }
      }
    }
    
  5. 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

  1. Clone the repository
  2. Install dependencies
  3. Configure settings
  4. Run the application

📝 Usage

Detailed usage instructions coming soon...

🤝 Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. 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