agentfuse mcp for Cursor
io.github.sai4447/agentfuse-mcp
Affiliate API for AI agents -- browse programs, generate tracked links, record conversions.
client:Cursor
transport:stdio
runtime:npm
Install agentfuse mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentfuse-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentfuse-mcp"
],
"env": {
"AGENTFUSE_API_KEY": "<AGENTFUSE_API_KEY>",
"AGENTFUSE_API_URL": "<AGENTFUSE_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs