habeebmoosa/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.
Platform-specific configuration:
{
"mcpServers": {
"LLMReady": {
"command": "npx",
"args": [
"-y",
"LLMReady"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...