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