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-mcpRelated MCP servers
io.github.darrenjrobinson/hibp
Maintained
A Model Context Protocol (MCP) server for the Have I Been Pwned (HIBP) API
5
View repository →JavaScript
MIT
io.github.darrenjrobinson/untappd
Maintained
MCP server exposing Untappd API tools for AI agents
0
View repository →TypeScript