MCP server for FLUF Connect — manage resale inventory, crosslisting and orders from an AI agent
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"fluf-mcp": {
"command": "npx",
"args": [
"-y",
"FLUF-io/fluf-mcp"
]
}
}
}
Run in terminal:
claude mcp add fluf-mcp npx -y FLUF-io/fluf-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"fluf-mcp": {
"command": "npx",
"args": [
"-y",
"FLUF-io/fluf-mcp"
]
}
}
}