MCP_Server_Neu

MCP_Server_Neu

3.3

This MCP server provides access to Northeastern University's event calendar through the Model Context Protocol (MCP).

The Northeastern University Calendar MCP Server is designed to facilitate access to the university's event calendar using the Model Context Protocol (MCP). This server allows users, particularly those using the Claude Desktop application, to fetch, search, and filter events from the Northeastern University calendar. It provides a seamless way to integrate calendar data into applications, enabling users to stay informed about university events. The server supports various functionalities such as retrieving today's events, searching by keywords, filtering by categories, and obtaining detailed event information. It is built to work with Python 3.9+ and requires an internet connection to access the calendar data.

Features

  • Get today's events
  • Get upcoming events for a specified number of days
  • Search events by keywords
  • Filter events by category
  • Get detailed information about specific events

Usage with Different Platforms

Running the MCP Server

python
python neu_calendar_server.py

Connecting to Claude Desktop

markdown
1. Open Claude Desktop
2. Go to Settings -> Developer
3. Click "Edit Config"
4. Add the configuration for the NEU Calendar MCP server
5. Restart Claude Desktop