Skip to main content
Glama
nntkio

UniFi MCP Server

by nntkio
pyproject.toml1.15 kB
[project] name = "unifi-mcp" version = "0.1.0" description = "MCP server for Ubiquiti UniFi network devices" readme = "README.md" license = { text = "MIT" } requires-python = ">=3.13" dependencies = [ "mcp>=1.0.0", "httpx>=0.27.0", "pydantic>=2.0.0", ] [project.optional-dependencies] dev = [ "pytest>=8.0.0", "pytest-cov>=4.0.0", "pytest-asyncio>=0.23.0", "ruff>=0.8.0", "pre-commit>=4.0.0", ] [project.scripts] unifi-mcp = "unifi_mcp.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/unifi_mcp"] [tool.ruff] target-version = "py313" line-length = 88 src = ["src", "tests"] [tool.ruff.lint] select = [ "E", # pycodestyle errors "W", # pycodestyle warnings "F", # Pyflakes "I", # isort "B", # flake8-bugbear "C4", # flake8-comprehensions "UP", # pyupgrade ] ignore = [ "E501", # line too long (handled by formatter) ] [tool.ruff.lint.isort] known-first-party = ["unifi_mcp"] [tool.pytest.ini_options] testpaths = ["tests"] asyncio_mode = "auto" addopts = "-v"

Latest Blog Posts

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/nntkio/unifiMCP'

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