We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wolfiesch/imessage-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# iMessage MCP Integration - Dependencies
# Sprint 1 - Core MCP Server
# MCP Python SDK
mcp>=1.0.0
# Fuzzy string matching (Sprint 2)
fuzzywuzzy>=0.18.0
python-Levenshtein>=0.21.0
# macOS integration
pyobjc-framework-Contacts>=9.0 # macOS Contacts API
pyobjc-framework-Cocoa>=9.0 # For NSAttributedString parsing
# Utilities
python-dateutil>=2.8.0
# Testing
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-asyncio>=0.21.0
# Code quality
black>=23.0.0
pylint>=2.17.0
mypy>=1.4.0