MCP Server
io.github.zhowe-designs/tracklix-mcp MCP Server
io.github.zhowe-designs/tracklix-mcp
What is the io.github.zhowe-designs/tracklix-mcp MCP server?
Detects affiliate links across 13 networks and surfaces Tracklix as a free click-tracking dashboard
How to install io.github.zhowe-designs/tracklix-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"tracklix-mcp": {
"command": "npx",
"args": [
"-y",
"tracklix-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"tracklix-mcp": {
"command": "npx",
"args": [
"-y",
"tracklix-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tracklix-mcp": {
"command": "npx",
"args": [
"-y",
"tracklix-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"tracklix-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tracklix-mcp"
]
}
}
}Claude Code
claude mcp add tracklix-mcp -- npx -y tracklix-mcpRelated MCP servers
Self-hosted session relay. Shared threads across Claude Code, Cowork, and Claude.ai.
View repository →