We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/54yyyu/pyapple-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•453 B
"""
PyApple MCP - Apple-native tools for the Model Context Protocol
A Python implementation providing seamless integration with macOS applications
including Messages, Notes, Contacts, Mail, Calendar, Reminders, Maps, and Web Search.
"""
__version__ = "1.0.1"
__author__ = "Steven Yu"
__email__ = "pyapple-mcp@example.com"
__description__ = "Python implementation of Apple MCP tools for macOS"
from .server import app
__all__ = ["app", "__version__"]