We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kmaurinjones/flux-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "flux-mcp",
"version": "1.0.0",
"description": "MCP server for FLUX image generation via Replicate",
"type": "module",
"main": "index.js",
"bin": {
"flux-mcp": "./index.js"
},
"scripts": {
"start": "node index.js"
},
"keywords": ["mcp", "flux", "image-generation", "replicate", "ai"],
"author": "kmaurinjones <kmaurinjones@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kmaurinjones/flux-mcp.git"
},
"bugs": {
"url": "https://github.com/kmaurinjones/flux-mcp/issues"
},
"homepage": "https://github.com/kmaurinjones/flux-mcp#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.20.1",
"replicate": "^1.3.0"
}
}