Global Events
БесплатноНе проверенAn MCP server that dynamically sources global technology events, communities, and niche networking mixers from Luma, Eventbrite, Meetup, and fallback search sou
Описание
An MCP server that dynamically sources global technology events, communities, and niche networking mixers from Luma, Eventbrite, Meetup, and fallback search sources, enabling event discovery and community finding via natural language.
README
A TypeScript MCP server that dynamically sources global technology events, communities, and niche networking mixers from Luma, Eventbrite, Meetup-style sources, and fallback search blueprints.
The server runs as a hosted SSE MCP server by default and can also run over stdio for local Claude Desktop or Inspector testing.
HTTP Endpoints
GET /: server metadataGET /health: deployment health checkGET /sse: MCP SSE connection endpointPOST /messages?sessionId=<session-id>: MCP client message endpoint created by the SSE handshake
Tools
search_global_tech_events
Broad search for technology events across global platforms.
Inputs:
location: city or region worldwidetopic: technology niche such asAI,Web3,Crypto, orDevOpsevent_type:Summit,Community Meetup,Networking Mixer,General Tech, orAlltime_frame: natural language timeline such asthis week,next month, orcurrent
discover_tech_communities
Finds recurring developer groups, ecosystem hubs, and local technology associations.
Inputs:
location: city or regiontopic: technology niche
get_trending_niche_mixers
Focused search for informal mixers, hacker house gatherings, social meetups, side events, and casual networking for volatile niches.
Inputs:
location: city name globallyniche:AI,Web3, orCryptodays_ahead: number of days to search ahead
Install
npm.cmd install
npm.cmd run build
Run
npm.cmd start
By default, npm start runs the hosted SSE server on PORT or 3000.
For local stdio mode:
npm.cmd run start:stdio
For explicit hosted SSE mode:
npm.cmd run start:sse
Test With MCP Inspector
npm.cmd run build
npm.cmd run inspect
Open the local URL printed by Inspector. Use the Tools panel to list and call:
search_global_tech_eventsdiscover_tech_communitiesget_trending_niche_mixers
Example Inspector arguments for get_trending_niche_mixers:
{
"location": "Nairobi",
"niche": "Web3",
"days_ahead": 30
}
Claude Desktop Configuration
Claude Desktop normally launches local MCP servers over stdio. Use this mode for local testing.
Build the server first:
npm.cmd run build
Then add this to your Claude Desktop MCP config. On Windows, the file is usually:
%APPDATA%\Claude\claude_desktop_config.json
Example:
{
"mcpServers": {
"global-events": {
"command": "node",
"args": ["D:\\mcp-event-manager\\dist\\index.js", "--stdio"],
"env": {
"EVENT_SOURCE_TIMEOUT_MS": "10000"
}
}
}
}
Restart Claude Desktop after saving the config.
Deploy To Render
This repo includes render.yaml.
- Push the repository to GitHub.
- In Render, choose New Web Service.
- Connect the GitHub repository.
- Render should detect the
render.yamlsettings. - Add optional API keys in Render environment variables.
- Deploy.
The public MCP SSE endpoint will be:
https://your-render-service.onrender.com/sse
The health check endpoint is:
https://your-render-service.onrender.com/health
Deploy To Railway
Railway can use the included Procfile.
- Push the repository to GitHub.
- Create a new Railway project from the GitHub repo.
- Set the start command to
npm startif Railway does not detect it. - Add optional API keys in Railway variables.
- Deploy.
The public MCP SSE endpoint will be:
https://your-railway-domain.up.railway.app/sse
Vercel Note
This server uses long-lived SSE connections. Render and Railway are better defaults for this transport. Vercel serverless functions may close long-running streams depending on the plan and runtime settings.
Optional API Keys
The server works without API keys by returning clearly marked fallback discovery leads with source-specific search URLs. Add keys for richer live results:
{
"EVENTBRITE_API_KEY": "your-eventbrite-token",
"LUMA_API_KEY": "your-luma-token",
"MEETUP_API_KEY": "your-meetup-token",
"SERPER_API_KEY": "your-serper-token"
}
You can place those values inside the Claude Desktop env object or set them in the environment before launching the server.
Package For Local Testing
npm.cmd pack
This creates a .tgz package in the project directory that can be installed or moved for local testing.
Development
npm.cmd run dev
Build before using Claude Desktop:
npm.cmd run build
Установка Global Events
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Nickfx9/event-manager-mcpFAQ
Global Events MCP бесплатный?
Да, Global Events MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Global Events?
Нет, Global Events работает без API-ключей и переменных окружения.
Global Events — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Global Events в Claude Desktop, Claude Code или Cursor?
Открой Global Events на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Global Events with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
