loading…
Search for a command to run...
loading…
Enables users to manage affiliate marketing directly within Claude by connecting to the Affilync platform. Affiliates can search campaigns and track earnings, w
Enables users to manage affiliate marketing directly within Claude by connecting to the Affilync platform. Affiliates can search campaigns and track earnings, while brands can create campaigns, monitor performance, and manage affiliate applications through natural language.
MCP (Model Context Protocol) server for Affilync — manage affiliate marketing directly from Claude.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"affilync": {
"command": "npx",
"args": ["@affilync/mcp-server"],
"env": {
"AFFILYNC_TOKEN": "<your-jwt-token>"
}
}
}
}
claude mcp add affilync -- env AFFILYNC_TOKEN=<your-jwt-token> npx @affilync/mcp-server
AFFILYNC_TOKEN| Tool | Description |
|---|---|
getUserProfile |
Get your profile (affiliate or brand) |
searchCampaigns |
Search campaigns by name/category |
getNotifications |
View recent notifications |
| Tool | Description |
|---|---|
listAvailableCampaigns |
Browse campaigns to join |
joinCampaign |
Apply to join a campaign |
generateAffiliateLink |
Create a tracking link |
listMyLinks |
View your tracking links |
getEarningsSummary |
Total/pending/available earnings |
listCommissions |
Individual commission records |
getClickAnalytics |
Click stats (today/week/month) |
requestPayout |
Cash out available earnings |
listActiveCampaigns |
Your joined campaigns |
| Tool | Description |
|---|---|
createCampaign |
Create a campaign with commission structure |
listBrandCampaigns |
View your campaigns |
getCampaignPerformance |
Campaign metrics (clicks, conversions, EPC) |
listAffiliateApplications |
Review applications |
decideApplication |
Approve/reject an application |
getBrandDashboard |
Overall brand performance |
listBrandAffiliates |
Affiliates working with you |
npm install
AFFILYNC_TOKEN=<token> npm run dev
| Variable | Required | Default | Description |
|---|---|---|---|
AFFILYNC_TOKEN |
Yes | — | JWT access token |
AFFILYNC_API_URL |
No | https://api.affilync.com |
API base URL |
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"affilync-mcp-server": {
"command": "npx",
"args": []
}
}
}