Skip to main content
Glama
README_PYTHON.md847 B
# MCP Server - Python Version ✅ ## ✅ Status MCP server successfully rewritten in Python! All features work identically to the TypeScript version. ## 🚀 Quick Start ### Installation ```bash pip install -r requirements.txt ``` ### Running ```bash python3 src/server.py ``` ## 📋 What Works ✅ All tools preserved: - Mac application management - Ollama integration - MongoDB integration - AppleScript automation ## 🔄 Usage ### With Clients All clients updated: - `mcp_client.py` - text client - `voice_client.py` - voice client ### With Claude Desktop Update configuration: ```json { "mcpServers": { "mac-apps": { "command": "python3", "args": ["/path/to/MCP/src/server.py"] } } } ``` ## 📚 Documentation - Main: [README.md](./README.md) - Migration: [PYTHON_MIGRATION.md](./PYTHON_MIGRATION.md)

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/TrueOleg/MCP-expirements'

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