loading…
Search for a command to run...
loading…
A beginner MCP server that enables Claude to read local text, CSV, and Markdown files. Built as a learning project to understand how to connect AI to local file
A beginner MCP server that enables Claude to read local text, CSV, and Markdown files. Built as a learning project to understand how to connect AI to local file systems using the MCP protocol.
Ce projet est mon premier serveur MCP que j'ai construit pour apprendre comment connecter une IA aux fichiers locaux.
Je suis étudiant en Big Data à Kénitra et je voulais comprendre comment Claude peut accéder à mon ordinateur via le protocole MCP. Ce projet m'a appris comment créer un serveur MCP de zéro.
Il permet à Claude de lire des fichiers .txt, .csv et .md sur mon ordinateur en utilisant le protocole MCP.
npm install node server.js
Projet 2 — connecter Claude à une base de données SQLite
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-file-explorer": {
"command": "npx",
"args": []
}
}
}