Back to MCP Servers
New Relic
Query telemetry data, investigate alerts, analyze application performance, and manage dashboards in New Relic
monitoringnewrelicapmobservabilitycommunity
By New Relic
Installation
npx @newrelic/mcp-serverConfiguration
{
"mcpServers": {
"newrelic": {
"command": "npx",
"args": ["-y", "@newrelic/mcp-server"],
"env": {
"NEW_RELIC_API_KEY": "your-new-relic-api-key",
"NEW_RELIC_ACCOUNT_ID": "your-account-id"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes