Install neon-mcp¶
neon-mcp is a Python 3.11+ package with one command, neon-mcp. The recommended
installer is uv1, which keeps the
server in its own environment.
PyPI release
Until the first PyPI release, install from GitHub as shown below. After it,
uv tool install neon-mcp and uvx neon-mcp work directly.
Verify¶
neon-mcp --version # neon-mcp 0.1.0
neon-mcp --check # {"ok": true, "version": "0.1.0", "tokenConfigured": false, "apiReachable": true, ...}
--check loads your configuration, makes one small anonymous NEON request and
exits 0 when NEON is reachable. --print-config shows the effective settings with
the token masked.
Next: connect a client and add your NEON API token.
-
uv documentation. https://docs.astral.sh/uv/ ↩
-
neon-mcp source repository. https://github.com/idss-mesa/neon-mcp ↩