Skip to content

Newrelic

Free

by MCP Community

MCP server for New Relic — query data, search entities, inspect alerts, deployments and dashboards via NerdGraph

v1.1.1Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Newrelic MCP Server

MCP server for New Relic — query data, search entities, inspect alerts, deployments and dashboards via NerdGraph

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-newrelic
Add to claude_desktop_config.json
{
  "mcpServers": {
    "newrelic": {
      "command": "npx",
      "args": ["-y", "mcp-newrelic"]
    }
  }
}