Mon Serveur
FreeNot checkedExposes system tools (disk usage, file listing) and weather information via Open-Meteo to MCP-compatible LLMs.
About
Exposes system tools (disk usage, file listing) and weather information via Open-Meteo to MCP-compatible LLMs.
README
Serveur Model Context Protocol (MCP) exposant des outils système et météo à un LLM compatible MCP (ex. Claude Desktop).
Prérequis
- Python 3.12+
mcp1.27+
Installation
python3 -m venv .venv
source .venv/bin/activate
pip install mcp
Lancement
python server.py
Le serveur communique via stdin/stdout (protocole MCP over stdio).
Outils disponibles
get_disk_usage
Calcule la taille totale d'un dossier en mégaoctets.
| Paramètre | Type | Description |
|---|---|---|
path |
string | Chemin du dossier |
Exemple de réponse : 142.3 Mo
get_weather
Retourne la météo actuelle d'une ville via l'API Open-Meteo (gratuite, sans clé API).
| Paramètre | Type | Description |
|---|---|---|
city |
string | Nom de la ville |
Exemple de réponse : Paris — 18.2°C, Partiellement nuageux, vent 14 km/h
list_files
Liste les fichiers et sous-dossiers d'un dossier local. Les dossiers sont affichés en premier ([D]), suivis des fichiers ([F]), triés alphabétiquement.
| Paramètre | Type | Description |
|---|---|---|
path |
string | Chemin du dossier |
Exemple de réponse :
[D] documents
[D] images
[F] README.md
[F] server.py
[F] tools.py
Structure du projet
.
├── server.py # Serveur MCP : enregistrement des outils et point d'entrée
├── tools.py # Implémentation des outils
└── pyproject.toml
Intégration avec Claude Desktop
Ajouter dans claude_desktop_config.json :
{
"mcpServers": {
"mon-serveur-mcp": {
"command": "/chemin/vers/.venv/bin/python",
"args": ["/chemin/vers/server.py"]
}
}
}
Installing Mon Serveur
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/JoachimDAVAL/Estiam_GenAI_MCP-FAQ
Is Mon Serveur MCP free?
Yes, Mon Serveur MCP is free — one-click install via Unyly at no cost.
Does Mon Serveur need an API key?
No, Mon Serveur runs without API keys or environment variables.
Is Mon Serveur hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Mon Serveur in Claude Desktop, Claude Code or Cursor?
Open Mon Serveur on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Mon Serveur with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
