Entra News
Rank #5,988io.github.darrenjrobinson/entra-news
Search the Entra.news newsletter archive — a weekly digest of Microsoft Entra news
Entra News is a Model Context Protocol (MCP) server published by darrenjrobinson. It ranks #5,988 of 115,460 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Entra News is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Mar 8, 2026 and most recently updated on Jul 15, 2026.
Ranks ahead of 109,472 of 115,460 servers on MCP Toplist.
Use Entra News
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add entra-news -- npx -y entra-news-mcp[mcp_servers.entra-news]
command = "npx"
args = ["-y", "entra-news-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"entra-news": {
"command": "npx",
"args": [
"-y",
"entra-news-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"entra-news": {
"command": "npx",
"args": [
"-y",
"entra-news-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"entra-news": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"entra-news-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"entra-news": {
"command": "npx",
"args": [
"-y",
"entra-news-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"entra-news": {
"command": "npx",
"args": [
"-y",
"entra-news-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.darrenjrobinson%2Fentra-news)<a href="https://mcptoplist.com/server/io.github.darrenjrobinson%2Fentra-news"><img src="https://mcptoplist.com/badge/io.github.darrenjrobinson%2Fentra-news.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
darrenjrobinson
Other servers by darrenjrobinson
- graph-atlas-mcp#6,773 · 5 vers
- Microsoft Entra SCIM#10,946 · 2 vers
- Entra.Chat Podcast MCP Server#14,304 · 1 ver
- entrapulse-polyarchy#15,340 · 4 vers
- microsoft-ai-roundup-mcp#18,383 · 1 ver
- Hibp#20,667 · 2 vers
- Untappd#43,516 · 2 vers
Available versions (3)
| Version | Published |
|---|---|
| 0.1.4 | Jul 15, 2026 |
| 0.1.3 | Mar 10, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Entra News?
- Entra News is maintained by darrenjrobinson, which publishes 8 MCP servers (20 total versions) tracked on MCP Toplist.
- Is Entra News listed on the Official MCP Registry?
- Yes — Entra News is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Entra News have?
- MCP Toplist tracks 3 versions of Entra News, most recently published on Jul 15, 2026.
- Where can I find the source code for Entra News?
- The source code for Entra News is hosted at github.com/darrenjrobinson/entranewsmcpserver.