Newrelic Server
Freeby MCP Community
MCP server for New Relic — NRQL queries, entity search, and APM observability tools via the Model Context Protocol
v0.1.0Added Apr 12, 2026
mcpmodel-context-protocolnewrelicnrqlobservability
Newrelic Server MCP Server
MCP server for New Relic — NRQL queries, entity search, and APM observability tools via the Model Context Protocol
Installation
Reviews
Installation
Quick install
npx -y @mcp-packages/newrelic-server
Add to claude_desktop_config.json
{
"mcpServers": {
"newrelic-server": {
"command": "npx",
"args": ["-y", "@mcp-packages/newrelic-server"]
}
}
}