AI & Machine Learning
aimeetup.co
An MCP server for discovering and searching AI meetups by location, date, and keyword, providing event details like venue, organizer, and canonical URLs.
ENDPOINT 1
https://aimeetup.co/mcp
MCP server metadata
- Name
- AI Meetup
- Version
- 1.0.0
Known tools 9
search_meetupsSearch published AI meetups by keyword, location, date range and format.
Inferred read-onlyfind_nearby_meetupsFind AI meetups within a radius of a coordinate pair, sorted by distance.
Inferred read-onlyget_meetupFetch one published AI meetup by its slug, including venue, timing, organizer name and the canonical event URL.
Inferred read-onlysearch_locationsFind US cities, counties and states covered by AI Meetup, with their local site URLs.
Inferred read-onlyget_locationDescribe one location: Census population, coordinates, how much AI activity it has, and the nearby communities to try if it is quiet.
Inferred read-onlysearch_ai_topicsSearch AI Meetup's topic hubs and published guides — AI agents, automation, business, ethics, governance, education and more — and return their canonical URLs.
Inferred read-onlyget_organizerLook up a meetup organizer's public profile and the published meetups they run.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ai-meetup]
url = "https://aimeetup.co/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ai-meetup": {
"type": "http",
"url": "https://aimeetup.co/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ai-meetup
Remote MCP URL: https://aimeetup.co/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ai-meetup": {
"url": "https://aimeetup.co/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ai-meetup": {
"type": "http",
"url": "https://aimeetup.co/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ai-meetup",
"transport": "streamable-http",
"url": "https://aimeetup.co/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.