AI Readiness Kit for Claude Desktop
io.github.silverbackmarketing/ai-readiness
Generate 18 AI readiness files (llms.txt, ai.txt, RAG indexes, schema) for any website.
client:Claude Desktop
transport:streamable-http
tools:6
Install AI Readiness Kit in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ai-readiness": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ai.silverbackmarketing.com/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs