Local File Reader
0
Enables an MCP client like Claude Desktop to securely read files directly from your local disk.
关于
The Model Context Protocol (MCP) is an open standard by Anthropic empowering Large Language Models to interact with external resources in a structured way. This specific implementation provides a straightforward MCP server that allows an MCP client, such as Claude Desktop, to access and read files from your local file system, offering a direct and conversational interface for LLMs to execute commands based on your requests without hardcoding plugins.
主要功能
- Provides local disk file reading capability to MCP clients
- Seamless integration with Claude Desktop
- Exposes tools via JSON-RPC for structured LLM interaction
- Enables conversational execution of local file operations by LLMs
- Simple to set up and run using Python3
- 0 GitHub stars
使用案例
- Allow Claude Desktop to access and process local text files
- Enable AI to analyze code, logs, or documents stored on your machine
- Develop and test custom MCP tool integrations with local file systems