mcp-linkedin vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-linkedin by adhikasp | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 201 | ★ 85,748 |
| 30d uses | — | — |
| Score | 41 | 77 |
| Official | — | ✓ |
| Categories | CommunicationDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 16 mo ago | this month |
mcp-linkedin · Summary
MCP server for LinkedIn API interactions with job search and feed retrieval tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-linkedin · Use cases
- Automatically retrieving LinkedIn feed posts without manual browsing
- Searching and analyzing job listings against personal resumes
- Integrating LinkedIn data into AI workflows for professional networking
- Monitoring industry trends through LinkedIn posts
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
mcp-linkedin · Install
Installation
Via Smithery:
npx -y @smithery/cli install mcp-linkedin --client claudeManual Configuration:
{
"mcpServers": {
"linkedin": {
"command": "uvx",
"args": ["--from", "git+https://github.com/adhikasp/mcp-linkedin", "mcp-linkedin"],
"env": {
"LINKEDIN_EMAIL": "your_linkedin_email",
"LINKEDIN_PASSWORD": "your_linkedin_password"
}
}
}
}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"]
}
}
}