MCP Server Cybersecurity News
About
Implementazione di un server MCP integrabile con Claude Desktop che consente di accedere alle ultime notizie sulla cybersecurity da vari siti web.
Details
- Author
- enggpt-it
- Downloads
- 314
- Categories
- Other, AI
Jump to
- Retrieves latest news from supported cybersecurity websites
- Simple integration with Claude Desktop via MCP
- Extendable architecture for adding new news sources
- Extracts title, link, and description of the top 5 news items
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Server Cybersecurity NewsCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the uv package manager (recommended), clone the repository, create a virtual environment, and install dependencies (mcp[cli], httpx, bs4). Then configure Claude Desktop by editing claude_desktop_config.json to point to the uv executable and the project directory. Once configured, invoke the get_news tool from within Claude Desktop to fetch news from supported sources.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp server cybersecurity news": {
"MCP-Server-Cybersecurity-News": {
"command": "uv",
"args": [
"venv"
]
}
}
}
}
McpServers
{
"MCP-Server-Cybersecurity-News": {
"command": "uv",
"args": [
"venv"
]
}
}
MCP Server Cybersecurity News
Implementazione di un server MCP integrabile con Claude Desktop che consente di accedere alle ultime notizie sulla cybersecurity da vari siti web. Il server espone uno strumento (get_news) che può essere utilizzato per recuperare contenuti da fonti di notizie specificate. Puoi consultare l'articolo relativo al seguente link.
Caratteristiche
- Recupero delle ultime notizie da siti web supportati
- Integrazione semplice con Claude Desktop tramite MCP
- Architettura estendibile per aggiungere nuove fonti di notizie
Requisiti
- Python 3.9+
- uv package manager (consigliato)
- Claude Desktop (per testare l'integrazione)
Installazione
1. Installare uv
Per MacOS e Linux:
curl -LsSf https://astral.sh/uv/install.sh | sh
Per Windows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
2. Clonare il repository
git clone https://github.com/enggpt-it/MCP-Server-Cybersecurity-News.git
cd MCP-Server-Cybersecurity-News
3. Creare un ambiente virtuale e installare le dipendenze
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




