📦
Llmready
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.
0 installs
Trust: 61 — Good
Devtools
Installation
npx llmreadyAsk AI about Llmready
Powered by Claude · Grounded in docs
I know everything about Llmready. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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
