A
securityA
licenseA
qualityEnables web content scanning and analysis by fetching, analyzing, and extracting information from web pages using tools like page fetching, link extraction, site crawling, and more.
Last updated -
6
10
MIT License
Tiny MCP server for LM Studio that adds two tools:
fetch_url_text(url)
: returns visible page textfetch_page_links(url)
: returns all page linksmcp.json
)Use the absolute interpreter to avoid ENOENT errors.
Alternative using the console script:
After saving, restart LM Studio if the tool does not appear.
url-text-fetcher.fetch_url_text
on https://httpbin.org/html
. Give a two‑sentence summary.”url-text-fetcher.fetch_page_links
for https://www.python.org/
and return the first 10 HTTPS links.”https://docs.python.org/3/whatsnew/3.12.html
. What is one notable change in Python 3.12?”
"Fetch text from https://www.python.org/. What’s the latest Python release mentioned and when was it announced?"spawn python
: Use the absolute interpreter shown above in mcp.json
.local-only server
The server can only run on the client's local machine because it depends on local resources.
Enables fetching visible text content and extracting all links from web pages through URL requests. Designed specifically for LM Studio integration to provide web scraping capabilities.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexandru2882/url-text-fetcher-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server