Northeastern University Calendar MCP Server
@jibinb961
About Northeastern University Calendar MCP Server
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Northeastern University Calendar MCP Server?
This MCP server provides access to Northeastern University's event calendar through the Model Context Protocol (MCP). It allows Claude Desktop to fetch, search, and filter events from the Northeastern University calendar.
How to use Northeastern University Calendar MCP Server?
Install by cloning the repository, creating and activating a Python virtual environment (Python 3.9+ required), then installing dependencies with pip install -r requirements.txt. Start the server with python neu_calendar_server.py (defaults to localhost port 8000). Connect it to Claude Desktop by editing the MCP configuration in Settings β Developer β Edit Config and adding the server entry, then restart Claude Desktop.
Key features of Northeastern University Calendar MCP Server
- Get today's events from the calendar.
- Get upcoming events for a specified number of days.
- Search events by keywords.
- Filter events by category.
- Get detailed information about specific events.
- List available event categories.
Use cases of Northeastern University Calendar MCP Server
- Ask "What events are happening today at Northeastern University?"
- Request "Show me upcoming events for the next week."
- Query "Are there any workshops happening this month?"
- Ask about specific categories such as "Tell me about athletic events at Northeastern."
- Inquire "What categories of events are available?"
FAQ from Northeastern University Calendar MCP Server
What are the requirements to run the server?
Python 3.9+, the Claude Desktop app, and an internet connection to access the Northeastern University calendar.
How do I install and start the server?
Clone or download the repository, create and activate a Python virtual environment, run pip install -r requirements.txt, then start with python neu_calendar_server.py.
How do I connect the server to Claude Desktop?
In Claude Desktop, go to Settings β Developer β Edit Config, add the server configuration, then restart Claude Desktop. Detailed setup is in the provided CLAUDE_DESKTOP_SETUP.md file.
What should I do if Claude can't connect to the server?
Ensure the server is running and that port 8000 is not blocked by a firewall. Also verify the MCP extension configuration in Claude Desktop is correct.
Where does the calendar data come from?
The data is sourced from the Northeastern University Calendar at https://calendar.northeastern.edu/. The server retrieves this data over the internet.
More Productivity MCP servers
MCP SAP GUI Server
mario-andreschakMCP server that allows simple SAP GUI interaction for LLM models using simulated mouse clicks and keyboard input.
Google Calendar MCP Server
takumi0706Google Calendar MCP server for Claude Desktop integration
Todoist MCP Server
greirsonMCP server that connects Claude to Todoist for natural language task and project management with bulk operations
ATLAS: Task Management System
cyanheadsA Model Context Protocol (MCP) server for ATLAS, a Neo4j-powered task management system for LLM Agents - implementing a three-tier architecture (Projects, Tasks, Knowledge) to manage complex workflows. Now with Deep Research.
π TaskMaster: Todoist MCP for Cursor AI
mingolladanieleA lightweight Model Context Protocol (MCP) server that enables natural language interaction with your Todoist tasks directly from your IDE. Built with simplicity and maintainability in mind.
Comments