Skip to main content
Glama
KalebJS

groupme-mcp

by KalebJS

groupme-mcp

A Model Context Protocol (MCP) server that wraps the GroupMe API v3, letting AI assistants read and send GroupMe messages, manage groups, interact with bots, and more.

Tools

Category

Tools

Groups

list_groups, list_former_groups, get_group, create_group, update_group, destroy_group, join_group, rejoin_group

Members

add_members, get_member_results, remove_member, update_membership

Messages

list_messages, send_message

Direct Messages

list_direct_messages, send_direct_message

Chats

list_chats

Likes

like_message, unlike_message

Bots

create_bot, post_as_bot, list_bots, destroy_bot

Users

get_me, update_user

Blocks

list_blocks, check_block, create_block, delete_block

Requirements

Usage

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "groupme": {
      "command": "uvx",
      "args": ["groupme-mcp"],
      "env": {
        "GROUPME_TOKEN": "<your-token>"
      }
    }
  }
}

Until published to PyPI, use uv run with --directory pointing to a local clone instead of uvx.

Local development

git clone https://github.com/KalebJS/groupme-mcp
cd groupme-mcp
export GROUPME_TOKEN=<your-token>
uv run mcp dev main.py   # opens MCP Inspector in browser

Development

# Install dev dependencies
uv sync --group dev

# Install pre-commit hooks
uv run --group dev pre-commit install

# Run tests
uv run --group dev pytest tests/ -v

# Lint
uv run --group dev pre-commit run --all-files

License

MIT

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

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/KalebJS/groupme-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server