MCP Server Cybersecurity News

by enggpt-it

314 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Server Cybersecurity News
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.