unipile-linkedin-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@unipile-linkedin-mcpFind me CTOs at startups using Sales Navigator"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Unipile LinkedIn MCP Server
A fully-featured Model Context Protocol (MCP) server for the Unipile LinkedIn API. Enables AI assistants to interact with LinkedIn for search, messaging, connections, and Sales Navigator features.
Features
LinkedIn Search - People, companies, and posts search with Classic and Sales Navigator filters
Profile Management - View profiles, company pages, and your own profile
Connections - Send/accept/decline invitations, list connections
Messaging - List chats, send messages, start conversations
InMail - Send InMail to non-connections (Premium/Sales Navigator)
Sales Navigator - Advanced filters like tenure, seniority, company headcount
Related MCP server: LinkedIn MCP Server
Installation
Using uvx (recommended)
uvx unipile-linkedin-mcpUsing pip
pip install unipile-linkedin-mcpConfiguration
Environment Variables
Set these environment variables before running:
export UNIPILE_API_KEY="your-api-key"
export UNIPILE_BASE_URL="https://api13.unipile.com:14376/api/v1"
export UNIPILE_ACCOUNT_ID="your-account-id"Or create a .env file in your working directory.
Claude Desktop Configuration
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"unipile-linkedin": {
"command": "uvx",
"args": ["unipile-linkedin-mcp"],
"env": {
"UNIPILE_API_KEY": "your-api-key",
"UNIPILE_BASE_URL": "https://api13.unipile.com:14376/api/v1",
"UNIPILE_ACCOUNT_ID": "your-account-id"
}
}
}
}Available Tools (22 total)
Search
Tool | Description |
| Search people with Classic LinkedIn filters |
| Search with Sales Navigator advanced filters |
| Search for companies |
| Search LinkedIn posts/content |
| Get valid filter IDs (locations, industries, etc.) |
Profiles
Tool | Description |
| List all connected LinkedIn accounts |
| Get authenticated user's profile |
| Get any user's full profile |
| Get company page details |
Connections
Tool | Description |
| Send connection request (max 300 char message) |
| View pending outbound invites |
| View inbound connection requests |
| Accept a connection request |
| Decline a connection request |
| Withdraw a sent invitation |
| List 1st degree connections |
Messaging
Tool | Description |
| List message conversations |
| Get messages from a chat |
| Send message in existing chat |
| Start new conversation with connections |
InMail (Premium)
Tool | Description |
| Send InMail to non-connections |
| Check remaining InMail credits |
Usage Examples
Search for People
# Classic LinkedIn search
search_people(keywords="software engineer", location=["103644278"], limit=10)
# Sales Navigator search with advanced filters
search_people_sales_nav(
keywords="CTO",
company_headcount=[{"min": 51, "max": 200}],
changed_jobs=True,
seniority_level=["Director", "VP"]
)Get Search Parameter IDs
# Find location IDs
get_search_params(param_type="LOCATION", query="San Francisco")
# Find industry IDs
get_search_params(param_type="INDUSTRY", query="Software")Send a Connection Request
send_invitation(
provider_id="ACoAAB...",
message="Hi! I'd love to connect."
)Start a Conversation
# With 1st degree connection
start_chat(
attendees_ids=["ACoAAB..."],
text="Hello! Great connecting with you."
)
# InMail to non-connection (requires credits)
send_inmail(
attendees_ids=["ACoAAB..."],
subject="Quick question",
text="Hi, I noticed your work at..."
)Getting Unipile Credentials
Sign up at Unipile
Connect your LinkedIn account
Get your API key and account ID from the dashboard
Note your base URL (varies by region)
Rate Limits
Unipile recommends these daily limits:
Profile views: 80-100/day (Classic), 150/day (Sales Nav)
Invitations: 80-100/day (paid), 15/week (free)
Messages: 100-150/day
License
MIT License - see LICENSE for details.
Contributing
Contributions welcome! Please open an issue or PR on GitHub.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/bhaktatejas922/unipile-linkedin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server