Skip to main content
Glama

MCP Windows Website Downloader Server

download_docs.py455 B
""" Example usage of the MCP website downloader """ import asyncio from pathlib import Path from mcp.client import Client async def main(): # Connect to MCP server async with Client() as client: # Download documentation result = await client.call_tool( "download", {"url": "https://docs.example.com"} ) print(f"Download result: {result}") if __name__ == "__main__": asyncio.run(main())

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/angrysky56/mcp-windows-website-downloader'

If you have feedback or need assistance with the MCP directory API, please join our Discord server