Events MCP

Discover tech events, startup meetups, AI events across 8 cities - including hidden ones. This MCP entry surfaces a curated ranking/list from the project README rather than a classic multi-tool integration surface. It still exposes 3 documented tools (including search_events, get_upcoming_events, list_cities) for browsing or selecting items from that list.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-25 · ★ 2 · #511 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install Events MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add himanshusaleria-events-mcp --transport http https://mcp.hiddenevents.online/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "himanshusaleria-events-mcp": {
      "url": "https://mcp.hiddenevents.online/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.hiddenevents.online/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.hiddenevents.online

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package events-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.himanshusaleria is GitHub-verified and matches the repo owner

03 · What Events MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can get the next upcoming events in a city, sorted by date, and list all available cities with event counts.

The 3 tools it gives your agent

Extracted from the project's README - what events-mcp lets an agent do.

search_events
- Full-text search across event names, hosts, organizers, and tags. Filter by city, date range.
get_upcoming_events
- Get the next upcoming events in a city, sorted by date.
list_cities
- List all available cities with event counts.

04 · Who maintains Events MCP

events-mcp is maintained by himanshusaleria. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
other - ranked #511 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.himanshusaleria/events-mcp (active, first published 2026-05-21)
packages
npm:events-mcp

06 · Events MCP FAQ

Is Events MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-25. We re-verify nightly.

What can Events MCP do?

With this server connected, an agent can get the next upcoming events in a city, sorted by date, and list all available cities with event counts.

How do I install Events MCP?

Run `npx -y events-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Events MCP require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Events MCP