community-toolkit
Provides tools for community event management including event countdown, generating meetup announcements, and drafting contributor thank-you notes.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@community-toolkithow many days until our next meetup on Dec 15?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
My First MCP Server: Community Toolkit 🛠️
A beginner-friendly Model Context Protocol server built by a DevRel person learning MCP from scratch. If I can build this, you can too.
What it does
Gives Claude (or any MCP client) three tools every community builder needs:
Tool | What it does |
| Countdown to your next meetup |
| Generates a ready-to-post Markdown announcement |
| Drafts contributor appreciation notes |
Related MCP server: Pingfyr
Quick start (5 minutes)
1. Install
pip install "mcp[cli]"2. Test it with the MCP Inspector
mcp dev server.pyThis opens a browser UI where you can call each tool and see the responses — no AI client needed yet.
3. Connect to Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"community-toolkit": {
"command": "python",
"args": ["/full/path/to/server.py"]
}
}
}Restart Claude Desktop, then try: "How many days until my meetup on 2026-09-15?"
What I learned building this
MCP is genuinely "USB-C for AI" — I wrote plain Python functions and the protocol handled everything else.
The
@mcp.tool()decorator + a good docstring is all the AI needs to know when to use your tool.The MCP Inspector (
mcp dev) is the fastest feedback loop for beginners.
Next steps
Add a tool that pulls real data (e.g., Meetup/Luma API)
Try resources and prompts, not just tools
Built as part of my AAIF Ambassador journey. Blog post: coming soon.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI assistants to manage calendars and tasks through natural language, supporting Google Calendar operations like event creation, availability checking, and smart scheduling. It features schedule analysis, task reminders, and meeting time recommendations to streamline productivity.
- AlicenseAqualityBmaintenanceEnables AI agents to schedule and manage reminders across platforms like email, Slack, Discord, and webhooks. It provides tools to create, list, update, and cancel notifications to automate task reminders and agent wake-ups.4241MIT
- Flicense-qualityDmaintenanceAutomates meeting logistics with tools for scheduling, availability checking, slot finding, timezone conversion, and recurring date generation. Eliminates the need for custom calendar logic by providing validated time operations and formatted invitations for applications and AI assistants.
- Alicense-qualityDmaintenanceEnables AI assistants to interact with Circle.so communities through Google OAuth 2.0, providing 20+ tools for comprehensive community management.19MIT
Related MCP Connectors
Boost posts and launch community growth campaigns from your AI assistant. OAuth, credit-billed.
Schedule and manage Google Calendar events directly from your workspace. Check availability, view…
An AI-first personal CRM you run in natural language: contacts, reminders, notes, and more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jaykuma007/mcp-first-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server