Skip to main content

MCP server wrapping the GroupMe API v3

Project description

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

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

Project details


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-0.4.0.tar.gz (53.5 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-0.4.0-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: groupme_mcp-0.4.0.tar.gz
  • Upload date:
  • Size: 53.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for groupme_mcp-0.4.0.tar.gz
Algorithm Hash digest
SHA256 475177a9800d4b61e26abb1c1be7885c293691512a07332e48cb4a70967b50f3
MD5 664e6c3906aaa72506b63af521bf2d2d
BLAKE2b-256 458407b4863fa6add6c82ce99539655a1cc216820f3cc4077e10c972381f1948

See more details on using hashes here.

Provenance

The following attestation bundles were made for groupme_mcp-0.4.0.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-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: groupme_mcp-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 7.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for groupme_mcp-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 91b47a4d130aa6e1c6b9fae58882522f41d0cfefe36921b077379861b191febb
MD5 f66198afcb3a7e5d4a2814932100e592
BLAKE2b-256 11d77c4cc45ba769f5795a088e45d3d10528e723e43336b98a8f1fb5945935e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for groupme_mcp-0.4.0-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.

Supported by

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