mcpbeat Sign in

MCP Unifi Applications MCP Server

by kallistox Your server? Claim it
local only

MCP Unifi Applications runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 10 Sep 2026.

Queryable UniFi API docs: endpoint search, schemas, code examples. No controller access.

Installs / week
pypi · mcp-unifi-applications
35
Stars
1 open issues
10 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check MCP Unifi Applications every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-unifi-applications -- uvx mcp-unifi-applications
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-unifi-applications": {
      "args": [
        "mcp-unifi-applications"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-unifi-applications]
command = "uvx"
args = ["mcp-unifi-applications"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-unifi-applications": {
      "args": [
        "mcp-unifi-applications"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-unifi-applications": {
      "args": [
        "mcp-unifi-applications"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to MCP Unifi Applications

same job, measured the same way
Amcharts5
by amcharts

On-demand access to amCharts 5 docs, code examples, and API reference

556 installs/wk local only
Drupal Code Query
by tresbien

Drupal core API changes, contrib usage, upgrade readiness, patch verdicts, code search, SQL.

16 tools answering
Geolint
by iliasabk

ESLint for AI search: audits AI-crawler access, llms.txt, schema and citability.

1 147 installs/wk local only
Avalara Developer Documentation
by avalara

Provides access to Avalara developer documentation, integration guides, and code examples

answering
C
NVIDIA CUDA Docs
by nvidia-ngc-nsight-copilot-api

Search NVIDIA CUDA documentation and code samples from AI coding agents.

answering
I
MCP API Doc Generator
by vpatser1

Generate OpenAPI 3.1 specs, endpoint docs, TypeScript SDKs, and test suites from code

28 installs/wk local only
Vexor
by scarletkc

A semantic search engine for files and code.

842 installs/wk local only
Claude Replay
by constripacity

Session checkpoint & recovery for Claude Code: resume, search, tag, and export recorded sessions.

159 installs/wk local only

MCP Unifi Applications — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Unifi Applications?
MCP Unifi Applications runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-unifi-applications.
How do I connect MCP Unifi Applications?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-unifi-applications straight from pypi; nothing to host, nothing to sign up for.
Is MCP Unifi Applications open source?
Yes — it is published under the MIT licence, written in Python, 35 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.