@llmready/mcp

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i @llmready/mcp

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

11.7 kB

Total Files

3

Last publish

Collaborators

  • habeebmoosa