webx-mcp-server
The server integrates DuckDuckGo search to enable web searching capabilities, allowing users to search the web and retrieve results via the DuckDuckGo HTML search engine.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@webx-mcp-serverfetch clean text from https://en.wikipedia.org/wiki/Web_scraping"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
WebX MCP Server 🌐
A Model Context Protocol (MCP) server for web content extraction — fetch clean text, extract links, query by CSS selector, and search the web.
Built for AI agents. Works with Hermes Agent, Claude Code, Cursor, and any MCP-compatible client.
✨ Features
Tool | Description |
| Fetch a URL and extract clean readable text (up to 50K chars) |
| Extract all links with anchor text, optionally filtered by domain |
| Extract content by CSS selector (text, HTML, or attribute) |
| Search the web via DuckDuckGo HTML search |
Related MCP server: MCP Server Fetch Python
🚀 Quick Start
# Install from GitHub
pip install git+https://github.com/ceeyang-ai/webx-mcp-server.git
# Run as MCP server
webx-mcp-server🔌 Usage with AI Agents
Hermes Agent
Add to ~/.hermes/config.yaml:
mcp_servers:
webx:
command: "webx-mcp-server"Restart → use mcp_webx_fetch_clean_text, mcp_webx_extract_links, etc.
Claude Code / Cursor / Any MCP Client
Add to your MCP config:
{
"mcpServers": {
"webx": {
"command": "webx-mcp-server"
}
}
}📖 Examples
Fetch clean text
result = fetch_clean_text(
url="https://en.wikipedia.org/wiki/Web_scraping",
max_chars=5000
)Extract links
result = extract_links(
url="https://example.com",
filter_domain=True,
max_links=20
)Search the web
result = search_web(
query="latest AI research papers",
max_results=10
)🛠 Requirements
Python 3.10+
requests ≥ 2.28
beautifulsoup4 ≥ 4.11
lxml ≥ 4.9
mcp ≥ 1.0
👨💻 Development
git clone https://github.com/ceeyang-ai/webx-mcp-server.git
cd webx-mcp-server
pip install -e .
webx-mcp-server # Start MCP server📄 License
MIT — free for personal and commercial use.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ceeyang-ai/webx-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server