sn-community-events-mcp
MCP server that fetches ServiceNow Community events for a date range and returns them as structured data, optionally writing a CSV. No login or credentials required.
README
sn-community-events-mcp
MCP server that fetches ServiceNow Community events (SNUGs, webinars, World Forum stops, etc. from https://www.servicenow.com/community/events/ct-p/TopLevel_Events) for a date range and returns them as structured data, optionally also writing a CSV.
No login or credentials are required — the underlying API is public.
Setup
Requires uv installed locally (brew install uv on
macOS). uvx fetches and runs the package straight from this repo — no manual
cloning or dependency install needed on your end, for either client below. Both
re-fetch from main on next launch, so you stay on the latest version automatically.
Claude Code
claude mcp add sn-community-events -- uvx --from git+https://github.com/jon-lind-sn/sn-community-events-mcp sn-community-events-mcp
This registers the server at the user level (available in every project). To scope it
to just the current project instead, add --scope project before the --, which
writes the entry to .mcp.json in the current directory instead of your global config.
Verify it's registered with claude mcp list, and check connectivity with
claude mcp get sn-community-events.
Claude Desktop
-
Install
uvand open the config file:macOS
brew install uv open -e ~"/Library/Application Support/Claude/claude_desktop_config.json"Windows
winget install --id=astral-sh.uv -e notepad "$env:APPDATA\Claude\claude_desktop_config.json" -
Add the
sn-community-eventsentry below.-
If the file already has an
mcpServerskey, addsn-community-eventsas a new entry inside it, alongside whatever's already there:{ "mcpServers": { "sn-community-events": { "command": "uvx", "args": [ "--from", "git+https://github.com/jon-lind-sn/sn-community-events-mcp", "sn-community-events-mcp" ] } } } -
If the file is empty or has no
mcpServerskey, paste the whole block above in as-is.
-
-
Restart Claude Desktop for it to pick up the new server.
Tool: get_community_events
| Argument | Required | Description |
|---|---|---|
start_date |
yes | Inclusive start of the date range, YYYY-MM-DD |
end_date |
yes | Inclusive end of the date range, YYYY-MM-DD |
status_category |
no | Filter slug. Only upcoming is confirmed to work reliably. |
location_category |
no | e.g. in-person, virtual, hybrid |
product_category |
no | e.g. app-engine (slugified UI label) |
type_category |
no | e.g. webinar, workshop, academy, office-hours |
include_full_description |
no, default true |
Fetch each event's own page for its full description instead of the listing's truncated blurb. One extra HTTP request per matched event — set false for wide date ranges. |
save_csv_path |
no | If given, also write results to a CSV at this local path. |
Returns {"events": [...], "meta": {...}}. meta includes counts worth surfacing to
the user (how many events matched, how many full descriptions were/weren't fetched,
etc.).
Development notes
All fetch/parse logic is in src/sn_community_events_mcp/core.py — read its
docstrings before changing anything. The short version: the API's page query
param is silently ignored (pagination is a keyset cursor via cursor-k/cursor-b
instead), and its own result-count fields are unreliable. Both cost real debugging
time to work out originally.
To run locally for development:
uv sync
uv run sn-community-events-mcp
推荐服务器
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 模型以安全和受控的方式获取实时的网络信息。