Newrelic
Freeby MCP Community
MCP server for New Relic APIs
v0.1.0Added Apr 12, 2026
mcpnewrelicapimonitoringobservability
Newrelic MCP Server
MCP server for New Relic APIs
Installation
Reviews
Installation
Quick install
npx -y @piekstras/newrelic-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"newrelic": {
"command": "npx",
"args": ["-y", "@piekstras/newrelic-mcp-server"]
}
}
}