Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

MCP-llms-txt

MCP.Pizza Chef: SecretiveShell

MCP-llms-txt is an MCP server that integrates the Awesome-llms-txt project, enabling users to add and access documentation directly within conversations via MCP resources. It facilitates seamless embedding of textual documentation into LLM workflows, enhancing context availability and interaction. Installation is supported via Smithery or manual setup, making it accessible for various LLM clients like Claude.

Use This MCP server To

Embed textual documentation directly into LLM conversations Provide real-time access to project docs within chat workflows Integrate Awesome-llms-txt resources for enhanced context Simplify documentation lookup during AI-assisted coding Enable multi-LLM client support with standardized MCP interface

README

mcp-llms-txt

smithery badge

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

MCP-llms-txt MCP server

Installation

View a setup guide + example usage on pulsemcp.com

Installing via Smithery

To install MCP Server for Awesome-llms-txt for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @SecretiveShell/MCP-llms-txt --client claude

Manual Installation

Setup your claude config like this:

{
    "mcpServers": {
        "mcp-llms-txt": {
            "command": "uvx",
            "args": ["mcp-llms-txt"],
            "env": {
                "PYTHONUTF8": "1"
            }
        }
    }
}

testing

Use mcp-cli to test the server:

npx -y "@wong2/mcp-cli" -c config.json

The config file is already setup and does not need to be changed since there are no api keys or secrets.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

MCP-llms-txt FAQ

How do I install MCP-llms-txt?
You can install MCP-llms-txt automatically via Smithery CLI or manually configure it following the setup guide on pulsemcp.com.
Which LLM clients are compatible with MCP-llms-txt?
MCP-llms-txt supports clients like Claude, and can be adapted for others such as OpenAI and Gemini through MCP.
Can MCP-llms-txt add documentation dynamically during conversations?
Yes, it allows adding and accessing documentation directly within conversations using MCP resources.
Is there a setup guide available for MCP-llms-txt?
Yes, a detailed setup guide and example usage are available on pulsemcp.com.
Does MCP-llms-txt support multiple LLM providers?
Yes, it is designed to be provider-agnostic, supporting OpenAI, Claude, Gemini, and others via MCP.
What is Awesome-llms-txt in relation to MCP-llms-txt?
Awesome-llms-txt is the underlying project integrated by MCP-llms-txt to provide textual documentation resources within conversations.
Can I use MCP-llms-txt to improve AI-assisted coding workflows?
Yes, by embedding documentation directly into conversations, it streamlines coding and reference lookups.
Is MCP-llms-txt open source?
Yes, it is available on GitHub under the SecretiveShell organization.