PluginBench
MCP Server
Maintained

io.github.sonpiaz/openaffiliate-mcp MCP Server

io.github.sonpiaz/openaffiliate-mcp

What is the io.github.sonpiaz/openaffiliate-mcp MCP server?

Search and discover affiliate programs with agent-ready data and commission details.

How to install io.github.sonpiaz/openaffiliate-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": {
    "openaffiliate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "openaffiliate-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "openaffiliate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "openaffiliate-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "openaffiliate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "openaffiliate-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "openaffiliate-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "openaffiliate-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add openaffiliate-mcp -- npx -y openaffiliate-mcp

Related MCP servers

Hand any social video to your AI agent — frames + transcript bundled. MCP server for watch-cli.

View repository →