MCP-llms-txt

MCP server for SecretiveShell/Awesome-llms-txt. Add documentation directly into your conversation via MCP resources.

GitHub Stars

25

User Rating

Not Rated

Favorites

0

Views

129

Forks

6

Issues

0

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

View a setup guide + example usage on [pulsemcp.com](https://www.pulsemcp.com/use-cases/utilize-llm-txt-files/secretiveshell-claude-llmstxt) To install MCP Server for Awesome-llms-txt for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@SecretiveShell/MCP-llms-txt):
bash
npx -y @smithery/cli install @SecretiveShell/MCP-llms-txt --client claude
Setup your claude config like this:
json
{
    "mcpServers": {
        "mcp-llms-txt": {
            "command": "uvx",
            "args": ["mcp-llms-txt"],
            "env": {
                "PYTHONUTF8": "1"
            }
        }
    }
}

Additional Resources