Metadata-Version: 2.4
Name: iflow-mcp_mcp-llms-txt
Version: 0.2.0
Summary: Add your description here
Author-email: TerminalMan <84923604+SecretiveShell@users.noreply.github.com>
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: httpx>=0.28.1
Requires-Dist: mcp>=1.2.1
Requires-Dist: pydantic>=2.10.6
Description-Content-Type: text/markdown

# mcp-llms-txt

[![smithery badge](https://smithery.ai/badge/@SecretiveShell/MCP-llms-txt)](https://smithery.ai/server/@SecretiveShell/MCP-llms-txt)

MCP server for [Awesome-llms-txt](https://github.com/SecretiveShell/Awesome-llms-txt). Add documentation directly into your conversation via mcp resources.

<a href="https://glama.ai/mcp/servers/kqwhhpe8l7"><img width="380" height="200" src="https://glama.ai/mcp/servers/kqwhhpe8l7/badge" alt="MCP-llms-txt MCP server" /></a>

## Installation

View a setup guide + example usage on [pulsemcp.com](https://www.pulsemcp.com/use-cases/utilize-llm-txt-files/secretiveshell-claude-llmstxt)

### Installing via Smithery

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
```

### Manual Installation
Setup your claude config like this:

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

## testing

Use [mcp-cli](https://github.com/wong2/mcp-cli) to test the server:

```bash
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.
