Network School Events MCP Server

Network School Events MCP Server

Enables access to Network School Luma calendar events through Claude Desktop. Allows users to view today's events, search upcoming events, and register for events directly with their contact information.

Category
Visit Server

README

Network School Events MCP Server

A Model Context Protocol (MCP) server that provides access to Network School Luma calendar events through Claude Desktop.

Features

Tools

  • get_todays_events: Fetch all events happening today
  • get_upcoming_events: Get events in the next N days (default: 7)
  • search_events: Search events by name or description
  • register_for_event: Register for events directly with your name and email

Wiki Resources

  • Access Network School wiki pages with information about:
    • Visas (Malaysia, Singapore, travel from different countries)
    • Internet (WiFi passwords, SIM cards)
    • Getting Started guide
    • And more - easily add new wiki pages as markdown files!

Installation

npm install

Build

npm run build

Development

Watch mode for development:

npm run dev

Testing

Test the API connection and event formatting:

npm test

This will fetch events from the Luma API and display them in the formatted output.

Configuration

Add to your Claude Desktop config file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "network-school-events": {
      "command": "node",
      "args": ["/Users/akashkumar/Code/ns-mcp/build/index.js"]
    }
  }
}

You can also copy the configuration from claude_config_example.json in this project.

Usage in Claude Desktop

After configuration, restart Claude Desktop. The server will automatically connect when Claude starts.

You can then ask Claude questions like:

Viewing Events:

  • "What events are happening today at Network School?"
  • "Show me upcoming events in the next 14 days"
  • "Show me events in the next 30 days"
  • "Search for hackathon events"
  • "Find events about AI or machine learning"
  • "Are there any coding events coming up?"

Registering for Events:

  • "Register me for the Vibecoding event with name John Doe and email john@example.com"
  • "Sign me up for event evt-XXX with my name and email"
  • After viewing events, you can say: "Register me for that AI Music Lab event"

Accessing Wiki Information:

  • "How do I get a visa for Malaysia from India?"
  • "What's the WiFi password?"
  • "How do I get started at Network School?"
  • "What are the visa requirements for Singapore?"
  • Claude will automatically access the relevant wiki pages to answer your questions!

Available Tools

  1. get_todays_events: Returns all events happening today
  2. get_upcoming_events: Returns events in the next N days (default: 7)
    • Parameter: days (optional, number)
  3. search_events: Searches events by name or description
    • Parameter: query (required, string)
  4. register_for_event: Register for an event
    • Parameters:
      • event_id (required, string): Event API ID from the event listing
      • name (required, string): Your full name
      • email (required, string): Your email address
      • phone_number (optional, string): Your phone number
      • timezone (optional, string): Your timezone (default: Asia/Kuala_Lumpur)

API

This server fetches data from the public Network School Luma calendar API. No authentication is required.

Adding Wiki Content

To add or update wiki pages:

  1. Create a new .md file in the wiki/ directory:

    echo "# My New Page" > wiki/my-new-page.md
    
  2. Add your content in Markdown format

  3. Rebuild the server:

    npm run build
    
  4. Restart Claude Desktop

The new wiki page will automatically be available as a resource that Claude can access!

Tips:

  • Use descriptive filenames (e.g., transportation.md, food-guide.md)
  • Include headers with # for better organization
  • Link to other resources or external URLs
  • Keep information up-to-date

Tech Stack

  • TypeScript
  • Node.js
  • @modelcontextprotocol/sdk
  • axios for HTTP requests
  • date-fns for date formatting

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured