Agent Ready for Claude Desktop
io.github.mlava/agent-ready-mcp
Scan any URL for AI agent readability — Vercel Spec, llmstxt.org, and agent-protocol manifests.
client:Claude Desktop
transport:streamable-http
runtime:npm
tools:3
Install Agent Ready in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent-ready-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agent-ready.dev/api/v1/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