Webpage Summary Agent with mcp-agent and qwen
About
Webpage Summary Agent with mcp-agent 、MCP servers and qwen.
Details
- Author
- yeshan333
- Downloads
- 157
- Categories
- AI
Jump to
- 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:
- 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
Webpage Summary Agent with mcp-agent and qwenCommand (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 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
Require
- Windows environment - uvInstallation
``bash
uv venv
`
Usage
Create file mcp_agent.secrets.yaml,set qwen api key in mcp_agent.secrets.yaml:
``yamlSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
