Unifi Applications MCP Server

A Model Context Protocol (MCP) server that makes the official UniFi API documentation queryable by AI agents - endpoint search, schema drill-down, and code examples in five languages, for Claude Desktop, Claude Code (VS Code / JetBrains), or any MCP-compatible client. Its 10 documented tools cover endpoints, endpoint. It runs locally over stdio via the published package.

People who work with endpoints and endpoint and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-13 · ★ 35 · #50 OF 208 MAINTAINED DOCUMENTATION · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Unifi Applications

Claude Code

claude mcp add kallistox-mcp-unifi-applications -- uvx mcp-unifi-applications

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "kallistox-mcp-unifi-applications": {
      "command": "uvx",
      "args": [
        "mcp-unifi-applications"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package mcp-unifi-applications - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.KallistoX is GitHub-verified and matches the repo owner

03 · What Unifi Applications can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list all API endpoints, optionally filtered by HTTP method or app, and search for a field name across all endpoint schemas.

Capability map

Tools grouped from the project's README - what Unifi Applications lets an agent do.

read & search

4 tools - e.g. Code examples in curl, Go, Node.js, Python, or Ansible (local/remote); Example JSON response for an endpoint; API guide pages (filtering syntax, error handling, getting started)

get_example · get_response_sample · get_guide · get_docs_info

Endpoints

2 tools - e.g. List all API endpoints, optionally filtered by HTTP method or app; Fuzzy search by name, path, method, or description (filterable by app)

list_endpoints · search_endpoints

Endpoint

2 tools - e.g. Full schema for an endpoint (summary or raw JSON); All CRUD operations for a resource (e.g. "networks")

get_endpoint · get_endpoint_group

Field

2 tools - e.g. Search for a field name across all endpoint schemas; Drill into a specific field's subtree (e.g. management[GATEWAY].dhcpV4)

find_field · get_field_schema

Latest releases

v0.4.0 · 2026-09-10

add a roadmap, and record the 0.3.1 acceptance findings in it · render query parameters in get_endpoint · do not resolve colliding guide titles silently · score search per query token, not against a token set · read…

v0.3.1 · 2026-09-10

annotate the tools and say what they actually return · release 0.3.1

v0.3.0 · 2026-09-10

move parsing out of the browser and cover it · lead the Quick Start with pip install, not a Docker scrape · fill in project URLs and classifiers, and test what they claim · replace screenshots of text with the text…

04 · Who maintains Unifi Applications

mcp-unifi-applications is maintained by kallistox. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
documentation - ranked #50 of 208 actively-maintained documentation servers as of 2026-09-18.
release cadence
4 releases in the last 90 days (latest 2026-09-10)
registry
io.github.KallistoX/mcp-unifi-applications (active, first published 2026-09-09 · 5 versions)
packages
pypi:mcp-unifi-applications

06 · Unifi Applications FAQ

Is Unifi Applications still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-13 and it shipped 4 releases in the last 90 days. We re-verify nightly.

What can Unifi Applications do?

With this server connected, an agent can list all API endpoints, optionally filtered by HTTP method or app, and search for a field name across all endpoint schemas.

How do I install Unifi Applications?

Run `uvx mcp-unifi-applications`. You can also paste the ready-made client config above.

Does Unifi Applications run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Unifi Applications

More documentation MCP servers · Agent Knowledge · Svelte LLM MCP · BrewPage MCP · Vueuse MCP · Krimto

More Python MCP servers · Dash MCP Server · Firekeep · Code Memory · Meta Prompt MCP · Kapruka MCP · see all