Skip to main content

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.

Documentation

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

Skill

Install the companion skill to give Claude built-in knowledge of GroupMe workflows — group name resolution, message pagination, the async add_members flow, and more — without needing to prompt it each time.

The skill folder lives at skill/groupme-mcp/.

Install in Claude.ai: Settings → Capabilities → Skills → Upload skill → select the skill/groupme-mcp/ folder (zipped).

Install in Claude Code: place the skill/groupme-mcp/ folder in your Claude Code skills directory.

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>"
      }
    }
  }
}

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

Getting a Token

oauth/get_token.py runs a local OAuth flow using only the Python stdlib — no extra dependencies.

  1. Create an application at dev.groupme.com/applications.
  2. Set the callback URL to http://localhost:8080/callback.
  3. Run the helper:
python oauth/get_token.py --client-id YOUR_CLIENT_ID

The script opens your browser, waits for the GroupMe redirect, and prints the token along with the export command to set it.

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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

groupme_mcp-1.0.1.tar.gz (72.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

groupme_mcp-1.0.1-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file groupme_mcp-1.0.1.tar.gz.

File metadata

  • Download URL: groupme_mcp-1.0.1.tar.gz
  • Upload date:
  • Size: 72.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for groupme_mcp-1.0.1.tar.gz
Algorithm Hash digest
SHA256 576096e2e9fbe8be8219bdfc2e1e916947a3e4209b5df5aabb66a68a4b4e4c96
MD5 77d374f6827b6622e4c0a9048a3b2e69
BLAKE2b-256 54f55827bdfafbd1160b13cbb4c030e4bafcf585f704d472eb84d3412dd86b66

See more details on using hashes here.

Provenance

The following attestation bundles were made for groupme_mcp-1.0.1.tar.gz:

Publisher: publish.yml on KalebJS/groupme-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file groupme_mcp-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: groupme_mcp-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for groupme_mcp-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 26e12554708f17a0663e90ca81c1c14b8f999641654a3450acf2d3ce31174e90
MD5 9a1b03c7519100eb817daa4ba176736b
BLAKE2b-256 4cca424bb479f1ce7acff91f651d58c7997c8e33968c59d2f92d5c9c8475b361

See more details on using hashes here.

Provenance

The following attestation bundles were made for groupme_mcp-1.0.1-py3-none-any.whl:

Publisher: publish.yml on KalebJS/groupme-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

1.0.1 This release

2 files

1.0.0

2 files

0.4.1

2 files

0.4.0

2 files

0.3.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page