Affilync MCP Server
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.
README
@affilync/mcp-server
MCP (Model Context Protocol) server for Affilync — manage affiliate marketing directly from Claude.
Setup
Claude Desktop
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 Code
claude mcp add affilync -- env AFFILYNC_TOKEN=<your-jwt-token> npx @affilync/mcp-server
Get your token
- Go to app.affilync.com/settings/api-keys
- Create a new API key
- Use the token value as
AFFILYNC_TOKEN
Available Tools
Shared (all users)
| Tool | Description |
|---|---|
getUserProfile |
Get your profile (affiliate or brand) |
searchCampaigns |
Search campaigns by name/category |
getNotifications |
View recent notifications |
Affiliate Tools
| 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 |
Brand Tools
| 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 |
Development
npm install
AFFILYNC_TOKEN=<token> npm run dev
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
AFFILYNC_TOKEN |
Yes | — | JWT access token |
AFFILYNC_API_URL |
No | https://api.affilync.com |
API base URL |
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.