Skip to main content
Glama
jaykuma007

community-toolkit

by jaykuma007

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

days_until_event

Countdown to your next meetup

meetup_announcement

Generates a ready-to-post Markdown announcement

thank_you_note

Drafts contributor appreciation notes

Related MCP server: EventHorizon MCP Server

Quick start (5 minutes)

1. Install

pip install "mcp[cli]"

2. Test it with the MCP Inspector

mcp dev server.py

This 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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivitySlowing
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables discovery and submission of AI community events, hackathons, and meetups through search by location, type, and date range, plus newsletter subscription capabilities.
    -
  • F
    license
    A
    quality
    D
    maintenance
    Integrates with the EventHorizon Django platform to manage events, registrations, and user profiles through natural language, including creating/updating events, handling attendee registrations, and viewing hosted events.
    13
    2
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    Automates 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.
    -

Latest Blog Posts

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