mcpbeat Sign in

New Relic MCP Server

by meet-bhalodiya Your server? Claim it
local only

New Relic MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 69 installs a week from npm. Last commit 30 Jun 2026.

Secure, self-hosted New Relic observability and administration tools for MCP clients

Installs per day peak 79 · avg 7 · -52% w/w
a month agotoday
69
Installs / week
npm · @meet-bhalodiya/newrelic-mcp
0
Stars
0 open issues
30 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node -e "const m=Number(process.versions.node.split('.')[0]);if(m<22)console.warn('newrelic-mcp requires Node 22.7.5 or newer; use Node 24 LTS for production.')"

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 newrelic-mcp -- npx -y @meet-bhalodiya/newrelic-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "newrelic-mcp": {
      "args": [
        "-y",
        "@meet-bhalodiya/newrelic-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.newrelic-mcp]
command = "npx"
args = ["-y", "@meet-bhalodiya/newrelic-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "newrelic-mcp": {
      "args": [
        "-y",
        "@meet-bhalodiya/newrelic-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "newrelic-mcp": {
      "args": [
        "-y",
        "@meet-bhalodiya/newrelic-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to New Relic MCP Server

same job, measured the same way
MCP Firefly Iii
by yakupemreyerli

Security-first, self-hosted MCP server for Firefly III — 152 operations behind 5 scoped tools.

1 281 installs/wk local only
n8n MCP Community
by drzamarian

A security-focused MCP server for self-hosted n8n Community Edition.

153 installs/wk local only
Umami Compass
by webcredo

Secure Umami Analytics MCP server for Cloud and self-hosted deployments

70 installs/wk local only
MCP ZAP Server
by dtkmn

Safe, self-hosted OWASP ZAP operator for guided AI security scans and reports.

local only
Cybersec Toolkit
by 26zl

Authorization-gated MCP server to discover and run 670+ security tools for CTF, pentest, and DFIR.

local only
Onyx MCP
by bywaleed

Secure MCP access to Onyx search, chat, projects, and administration.

local only
CloudBees Unify MCP Server
by cloudbees

Connect AI agents to CloudBees Unify: feature flags, CI/CD, release orchestration, and security

answering
I
Ghost MCP Server
by ghostsecurity

Minimal MCP server for Ghost Security API - compatible with all MCP clients

62 installs/wk local only

New Relic MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for New Relic MCP Server?
New Relic MCP Server 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 @meet-bhalodiya/newrelic-mcp was installed 69 times last week.
How do I connect New Relic MCP Server?
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 @meet-bhalodiya/newrelic-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use New Relic MCP Server?
The npm package @meet-bhalodiya/newrelic-mcp was installed 69 times in the last week. Week over week that is -52%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is New Relic MCP Server open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 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.