MCP-llms-txt
MCP-llms-txtは、Pythonで構築されたテキスト生成モデルで、自然言語処理のタスクを効率的に実行します。特に、コード生成や翻訳に特化しており、開発者やデータサイエンティストにとって有用なツールです。使いやすいインターフェースを提供し、さまざまなアプリケーションに統合可能です。
GitHubスター
25
ユーザー評価
未評価
お気に入り
0
閲覧数
32
フォーク
6
イシュー
0
インストール方法
難易度
中級推定所要時間
10-20 分
インストール方法
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):
Setup your claude config like this:
bash
npx -y @smithery/cli install @SecretiveShell/MCP-llms-txt --client claude
json
{
"mcpServers": {
"mcp-llms-txt": {
"command": "uvx",
"args": ["mcp-llms-txt"],
"env": {
"PYTHONUTF8": "1"
}
}
}
}