MCP File Explorer
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP File Explorerread the sales data from last week's CSV file"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP File Explorer
This project is my first MCP server that I built to learn how to connect an AI to local files.
Why this project?
I am a Big Data student in Kenitra and I wanted to understand how Claude can access my computer via the MCP protocol. This project taught me how to create an MCP server from scratch.
Related MCP server: Claude-LMStudio-Bridge
What this project does
It allows Claude to read .txt, .csv, and .md files on my computer using the MCP protocol.
How I built this
I created an MCP server with Node.js
I created a tool called lire_fichier
I tested it with Anthropic's official MCP inspector
Installation
npm install node server.js
What I learned
How the MCP protocol works
The difference between client, server, and tool
How to connect an AI to the file system
Next step
Project 2 — connect Claude to a SQLite database
Technical stack
Node.js
Anthropic MCP SDK
Zod
JavaScript
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
An MCP server that gives your AI access to the source code and docs of all public github repos
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
Related MCP Servers
- FlicenseBqualityDmaintenanceA demonstration MCP server created for learning purposes, allowing Claude AI to interact with local files and a Postgres database while implementing a custom Model Context Protocol.19 npm-
- AlicenseNot gradedqualityFmaintenanceA simple MCP server that enables Claude to communicate with locally running LLM models via LM Studio.9MIT
- AlicenseNot gradedqualityAmaintenanceMCP server that enables Claude to control your computer, similar to Anthropic's computer use but easy to set up locally.236 npm362MIT
- FlicenseNot gradedqualityBmaintenanceA lightweight MCP server that bridges Claude AI with local Python execution, enabling personalized greetings and demonstrating local tool integration.-