ig-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
ig-mcp by jlbadano | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 127 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | MediaCommunicationProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 3 mo ago | this month |
ig-mcp · Summary
Production-ready MCP server enabling AI applications to interact with Instagram Business accounts through the Graph API.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ig-mcp · Use cases
- Social media managers analyzing engagement metrics and creating content strategies
- Marketing teams automating Instagram content publishing
- Business owners monitoring their Instagram performance through AI assistants
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
ig-mcp · Install
Installation
- Clone the repository:
git clone <repository-url>
cd ig-mcp- Install dependencies:
pip install -r requirements.txt- Set up environment variables:
cp .env.example .env
# Edit .env with your Instagram API credentials- Configure the MCP server:
# Edit config.json with your specific settings- Add to Claude Desktop:
{
"mcpServers": {
"instagram": {
"command": "python",
"args": ["/path/to/ig-mcp/src/instagram_mcp_server.py"],
"env": {
"INSTAGRAM_ACCESS_TOKEN": "your_access_token"
}
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}