Webpage Summary Agent with mcp-agent and qwen

by yeshan333

157 downloads
Not rated
GitHub

About

Webpage Summary Agent with mcp-agent 、MCP servers and qwen.

Details

Author
yeshan333
Downloads
157
Categories
AI

- Summarizes any public webpage via a command-line tool
- Uses Qwen (via OpenAI-compatible API) for text generation
- Runs exclusively on Windows with uv package manager

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 Webpage Summary Agent with mcp-agent and qwen
    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 with uv venv, then create a mcp_agent.secrets.yaml file with your Qwen API key. Run the agent with uv run main.py --url "<webpage_url>".

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "webpage summary agent with mcp-agent and qwen": {
            "webpage-summary-agent": {
                "command": "uv",
                "args": [
                    "venv"
                ]
            }
        }
    }
}

McpServers

{
    "webpage-summary-agent": {
        "command": "uv",
        "args": [
            "venv"
        ]
    }
}

Webpage Summary Agent with mcp-agent and qwen

Ruff

Require

- Windows environment - uv

Installation

``bash uv venv `

Usage

Create file
mcp_agent.secrets.yaml,set qwen api key in mcp_agent.secrets.yaml: ``yaml
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.