mcpbeat Sign in

Ardupilot MCP Server

by furkanisikay Your server? Claim it
local only

Ardupilot MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 203 installs a week from pypi. Last commit 15 Jun 2026.

Diagnoses ArduPilot DataFlash flight logs over the Model Context Protocol.

Installs per day peak 56 · avg 20 · +36% w/w
a month agotoday
203
Installs / week
pypi · ardupilot-mcp
4
Stars
1 open issues
15 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Ardupilot MCP 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 ardupilot-mcp -- uvx ardupilot-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ardupilot-mcp": {
      "args": [
        "ardupilot-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ardupilot-mcp]
command = "uvx"
args = ["ardupilot-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ardupilot-mcp": {
      "args": [
        "ardupilot-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ardupilot-mcp": {
      "args": [
        "ardupilot-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Ardupilot MCP

same job, measured the same way
Opik MCP Server
by comet-ml

Interact with Opik prompts, traces, datasets and metrics through the Model Context Protocol.

70 installs/wk local only
MCP Prometheus
by jeanlopezxyz

A Model Context Protocol (MCP) server for Prometheus monitoring

112 installs/wk local only
MCP Alertmanager
by jeanlopezxyz

A Model Context Protocol (MCP) server for Prometheus Alertmanager

74 installs/wk local only
Januscope
by giancarloerra

Local MCP proxy for tool restrictions, response redaction, audit logs, and database schema context.

337 installs/wk local only
Docker MCP Server
by hypnosis

Docker for AI agents — containers, compose stacks, logs and databases, locally or over SSH.

225 installs/wk local only
Fldigi MCP
by sbrunner-atx

Control fldigi (amateur-radio digital modes) over XML-RPC: modem, frequency, rig, log, transmit.

83 installs/wk local only
Git Archaeologist
by engrmaziz

Trace code history, commit reasoning, and PR context directly from Git logs.

25 installs/wk local only
Monte Carlo
by monte-carlo-data

Data + AI observability — monitor and troubleshoot production-grade agents and the context they use.

answering

Ardupilot MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ardupilot MCP?
Ardupilot MCP 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 ardupilot-mcp was installed 203 times last week.
How do I connect Ardupilot MCP?
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 ardupilot-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Ardupilot MCP?
The pypi package ardupilot-mcp was installed 203 times in the last week. Week over week that is +36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ardupilot MCP open source?
Yes — it is published under the MIT licence, written in Python, 4 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.