PluginBench
MCP Server
Active

io.github.darrenjrobinson/entra-news MCP Server

io.github.darrenjrobinson/entra-news

What is the io.github.darrenjrobinson/entra-news MCP server?

Search the Entra.news newsletter archive — a weekly digest of Microsoft Entra news

How to install io.github.darrenjrobinson/entra-news

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "entra-news": {
      "command": "npx",
      "args": [
        "-y",
        "entra-news-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "entra-news": {
      "command": "npx",
      "args": [
        "-y",
        "entra-news-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "entra-news": {
      "command": "npx",
      "args": [
        "-y",
        "entra-news-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "entra-news": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "entra-news-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add entra-news -- npx -y entra-news-mcp

Related MCP servers

A Model Context Protocol (MCP) server for the Have I Been Pwned (HIBP) API

5
JavaScript
MIT
View repository →

MCP server exposing Untappd API tools for AI agents

0
TypeScript
View repository →