Skip to main content

Model Context Protocol (MCP) server for automated Outlook Calendar scheduling with automatic Microsoft Teams meeting link generation

Project description

Swapnil MCP Server

PyPI version Python Versions License: MIT

A Model Context Protocol (MCP) server that provides automated Outlook Calendar scheduling with automatic Microsoft Teams meeting link generation.

Features

  • Create and schedule meetings in Microsoft Outlook calendar
  • Set custom meeting properties (subject, location, body)
  • Configure reminder settings and busy status
  • Automatically generate Microsoft Teams meeting links
  • Simple API accessible through MCP clients

Installation

pip install swapnil-mcp-server

Requirements

  • Python 3.9 or higher
  • Windows OS (requires Microsoft Outlook and optionally Microsoft Teams)
  • pywin32 package
  • mcp package version 1.2.0 or higher

Usage

Starting the Server

# Run as a command
swapnil-mcp-server

# Or import in your Python code
from mcp_tools.server import mcp
mcp.run()

Using with MCP Clients

This package implements the Model Context Protocol (MCP), allowing AI assistants and other MCP-compatible clients to interact with your Outlook calendar.

Example of how an MCP client might use this tool:

from mcp.client import Client

client = Client()
result = await client.Set_Meeting(
    subject="Team Meeting",
    start_date="2023-10-01T10:00:00",
    end_date="2023-10-01T11:00:00"
)
print(result)  # Meeting with subject 'Team Meeting' set from 2023-10-01T10:00:00 to 2023-10-01T11:00:00.

API Reference

Set_Meeting

Creates and schedules a meeting in Microsoft Outlook.

Parameters:

  • subject (string, required): Meeting subject
  • start_date (string, required): Start date and time in ISO format (e.g., "2023-10-01T10:00:00")
  • end_date (string, required): End date and time in ISO format (e.g., "2023-10-01T11:00:00")
  • use_teams (boolean, optional, default=true): Whether to create a Teams meeting

Returns:

  • A confirmation message with the meeting details

Development

Project Structure

swapnil-mcp-server/
├── src/
│   └── mcp_tools/
│       ├── __init__.py
│       ├── __main__.py
│       └── server.py
├── LICENSE
├── README.md
└── pyproject.toml

Building and Publishing

python -m build
python -m twine upload dist/*

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

swapnil_mcp_server-6.0.5.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

swapnil_mcp_server-6.0.5-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

Details for the file swapnil_mcp_server-6.0.5.tar.gz.

File metadata

  • Download URL: swapnil_mcp_server-6.0.5.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for swapnil_mcp_server-6.0.5.tar.gz
Algorithm Hash digest
SHA256 6f6349f6747fb1b589626d706228fe3ea0ee1eb1dc2d4e6e509216bff8e53bfa
MD5 b9aacb3bbc4471d02abc094a0616a5b0
BLAKE2b-256 9b53901eb699d1d96f9514ef857be598d663a2d6ac58f1d328993be38832926e

See more details on using hashes here.

File details

Details for the file swapnil_mcp_server-6.0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for swapnil_mcp_server-6.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 a01603d4931b1f76237fc20c55ef999400c9210080418a524a7958ed200bfa6c
MD5 9df03738db16d40452fa6b04704c3ebe
BLAKE2b-256 7229f6e64994a33a306d07f402604aaa5c8b8db2de7c8be47374c74c0e5bae60

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page