LLMReady

habeebmoosa/LLMReady

3.2

If you are the rightful owner of LLMReady and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

LLM Ready MCP is a server designed to prepare LLMs for new tasks by converting websites and documents into Markdown format.

LLM Ready MCP

A simple MCP (Model Context Protocol) server that makes LLMs ready for new things by exposing tools to convert websites and documents into LLM-ready Markdown.

Features

  • website-to-markdown: Converts any website by using URL into markdown for LLM consumption.
  • Easily integrates with any MCP-compatible client.

Usage

{
  "mcpServers": {
    "LLMReadyMCP" : {
        "command": "npx",
        "args": ["@llmready/mcp@latest"]
    }
  }
}

Links

License

MIT © Habeeb Moosa