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.
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
- get_todays_events: Returns all events happening today
- get_upcoming_events: Returns events in the next N days (default: 7)
- Parameter:
days(optional, number)
- Parameter:
- search_events: Searches events by name or description
- Parameter:
query(required, string)
- Parameter:
- register_for_event: Register for an event
- Parameters:
event_id(required, string): Event API ID from the event listingname(required, string): Your full nameemail(required, string): Your email addressphone_number(optional, string): Your phone numbertimezone(optional, string): Your timezone (default: Asia/Kuala_Lumpur)
- Parameters:
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:
-
Create a new
.mdfile in thewiki/directory:echo "# My New Page" > wiki/my-new-page.md -
Add your content in Markdown format
-
Rebuild the server:
npm run build -
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
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。