mcpbeat Sign in

Novaposhta MCP Server

by shopanaio Your server? Claim it
local only

Novaposhta runs on your own machine — the client starts it, so there is no endpoint to ping. 76 installs a week from npm. Last commit 18 Aug 2026.

MCP Server for Nova Poshta API integration with AI assistants

Installs per day peak 48 · avg 12 · +71% w/w
a month agotoday
76
Installs / week
npm · @shopana/novaposhta-mcp-server
7
Stars
0 open issues
18 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
HTML

Nothing serious here today

Today is the operative word: we check Novaposhta 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 novaposhta -- npx -y @shopana/novaposhta-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "novaposhta": {
      "args": [
        "-y",
        "@shopana/novaposhta-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.novaposhta]
command = "npx"
args = ["-y", "@shopana/novaposhta-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "novaposhta": {
      "args": [
        "-y",
        "@shopana/novaposhta-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "novaposhta": {
      "args": [
        "-y",
        "@shopana/novaposhta-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: NOVA_POSHTA_API_KEY (Your Nova Poshta API key), NOVA_POSHTA_SYSTEM (System identifier (e.g., 'DevCentre' for development/testing)), LOG_LEVEL (Logging level (debug, info, warn, error)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Novaposhta

same job, measured the same way
Redmine
by vfa-khuongdv

MCP server for Redmine API integration with AI agents.

62 installs/wk local only
MCP Backlog
by vfa-khuongdv

MCP server for Backlog API integration with AI agents.

30 installs/wk local only
Powerbi
by asklokesh

MCP server for Power BI API integration

56 installs/wk local only
Chanty
by asklokesh

MCP server for Chanty API integration

63 installs/wk local only
Uipath
by asklokesh

MCP server for UiPath API integration

60 installs/wk local only
Azure
by asklokesh

MCP server for Azure API integration

63 installs/wk local only
Xero
by asklokesh

MCP server for Xero API integration

44 installs/wk local only
Rancher
by asklokesh

MCP server for Rancher API integration

49 installs/wk local only

Novaposhta — questions

Answers built from our own checks of this server.

Why is there no uptime for Novaposhta?
Novaposhta 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 npm package @shopana/novaposhta-mcp-server was installed 76 times last week.
How do I connect Novaposhta?
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 @shopana/novaposhta-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Novaposhta?
The npm package @shopana/novaposhta-mcp-server was installed 76 times in the last week. Week over week that is +71%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Novaposhta open source?
Yes — it is published under the Apache-2.0 licence, written in HTML and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.