Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"fuul": {
"command": "npx",
"args": [
"-y",
"--package=@fuul/mcp-server@latest",
"fuul-mcp-server"
],
"env": {
"FUUL_API_BASE_URL": "${user_config.FUUL_API_BASE_URL}"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
FUUL_API_BASE_URL=${user_config.FUUL_API_BASE_URL}npx claudepluginhub kuyen-labs/mcp_server --plugin fuul-mcp