Meetup MCP Server
@ajeetraina
About Meetup MCP Server
MCP Server implementation for Meetup
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Meetup MCP Server?
Meetup MCP Server is a Model Context Protocol (MCP) implementation for managing context, prompts, and model interactions in Meetup-style applications. It provides API endpoints for creating, retrieving, and updating AI context, as well as processing prompts and completions with managed context.
How to use Meetup MCP Server?
Clone the repository, install dependencies with npm install, copy .env.example to .env and configure settings, then start the server with npm start. The server exposes REST API endpoints for context and prompt operations.
Key features of Meetup MCP Server
- Context creation, retrieval, and update endpoints
- Prompt processing with managed context
- Session and context history tracking
- Customizable prompt templates
- Authentication and authorization settings
- Configurable model providers and database connection
Use cases of Meetup MCP Server
- Building AI‑powered assistants for Meetup event management
- Managing conversational context across multiple Meetup sessions
- Integrating custom prompt workflows into a Meetup application
- Prototyping MCP‑compliant server backends for community platforms
FAQ from Meetup MCP Server
What does Meetup MCP Server do?
It implements the Model Context Protocol to manage context for AI model interactions, enabling context‑aware prompts and completions through a REST API.
How do I install and run Meetup MCP Server?
Clone the repo, run npm install, copy .env.example to .env, edit the environment variables, then use npm start to launch the server.
What API endpoints are available?
The server exposes POST /api/context, GET /api/context/:id, PUT /api/context/:id, POST /api/prompt, and POST /api/completion.
What configuration options does Meetup MCP Server support?
The .env file can configure server port, database connection, model provider API keys, logging level, and authentication settings.
Are there any runtime dependencies?
Yes, the server requires Node.js and npm to install dependencies and run. Development mode uses npm run dev for hot reload; tests run with npm test.
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments