Skip to main content
Glama
pyproject.toml529 B
[build-system] requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta" [project] name = "comfyui-mcp" version = "0.1.0" description = "Model Context Protocol server for ComfyUI workflows and model catalog" authors = [{ name = "ComfyUI MCP" }] readme = "README.md" requires-python = ">=3.10" dependencies = [ "anyio>=4.4.0", "mcp>=1.19.0", ] [project.scripts] comfyui-mcp = "comfyui_mcp.server:main" [tool.setuptools.packages.find] where = ["src"] [tool.uv.sources] comfyui-mcp = { path = "." }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/neutrinotek/ComfyUI_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server