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.
- website-to-markdown: Converts any website by using URL into markdown for LLM consumption.
- Easily integrates with any MCP-compatible client.
{
"mcpServers": {
"LLMReadyMCP" : {
"command": "npx",
"args": ["@llmready/mcp@latest"]
}
}
}
MIT © Habeeb Moosa