Entra.Chat Podcast MCP Server
Rank #14,304io.github.darrenjrobinson/entra-news-podcast
Search Entra.Chat podcast transcripts — Merill Fernando's Microsoft Entra podcast on YouTube
Entra.Chat Podcast MCP Server is a Model Context Protocol (MCP) server published by darrenjrobinson. It ranks #14,304 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Entra.Chat Podcast MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 16, 2026 and most recently updated on Jul 16, 2026.
Ranks ahead of 101,156 of 115,460 servers on MCP Toplist.
Use Entra.Chat Podcast MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add entra-news-podcast -- npx -y entra-news-podcast-mcp[mcp_servers.entra-news-podcast]
command = "npx"
args = ["-y", "entra-news-podcast-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"entra-news-podcast": {
"command": "npx",
"args": [
"-y",
"entra-news-podcast-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"entra-news-podcast": {
"command": "npx",
"args": [
"-y",
"entra-news-podcast-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"entra-news-podcast": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"entra-news-podcast-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"entra-news-podcast": {
"command": "npx",
"args": [
"-y",
"entra-news-podcast-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"entra-news-podcast": {
"command": "npx",
"args": [
"-y",
"entra-news-podcast-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-podcast)<a href="https://mcptoplist.com/server/io.github.darrenjrobinson%2Fentra-news-podcast"><img src="https://mcptoplist.com/badge/io.github.darrenjrobinson%2Fentra-news-podcast.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
darrenjrobinson
Other servers by darrenjrobinson
- Entra News#5,988 · 3 vers
- graph-atlas-mcp#6,773 · 5 vers
- Microsoft Entra SCIM#10,946 · 2 vers
- 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 (1)
| Version | Published |
|---|---|
| 0.1.1 | Jul 16, 2026 |
Frequently asked questions
- Who maintains Entra.Chat Podcast MCP Server?
- Entra.Chat Podcast MCP Server is maintained by darrenjrobinson, which publishes 8 MCP servers (20 total versions) tracked on MCP Toplist.
- Is Entra.Chat Podcast MCP Server listed on the Official MCP Registry?
- Yes — Entra.Chat Podcast MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Entra.Chat Podcast MCP Server have?
- MCP Toplist tracks 1 version of Entra.Chat Podcast MCP Server, most recently published on Jul 16, 2026.
- Where can I find the source code for Entra.Chat Podcast MCP Server?
- The source code for Entra.Chat Podcast MCP Server is hosted at github.com/darrenjrobinson/EntraNewsPodcastMCPServer.