mcp_sistema_archivos_fastapi
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_sistema_archivos_fastapilist projects"
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 FastAPI
MCP FastAPI es una API construida con FastAPI para gestionar archivos dentro de una carpeta específica del sistema. Permite explorar, leer, escribir, modificar, eliminar y renombrar archivos, ideal para proyectos que requieren acceso controlado al filesystem.
🚀 Funcionalidades principales
Funcionalidad | Descripción |
| Lista las carpetas de nivel superior (proyectos). |
| Lista los archivos dentro de un proyecto. |
| Lee el contenido de un archivo dado su path. |
| Elimina un archivo o carpeta. |
| Muestra el contenido de una carpeta específica. |
| Crea o sobrescribe un archivo con texto. |
| Renombra un archivo o carpeta. |
| Busca archivos por nombre o extensión. |
| Devuelve información como tamaño, tipo y fechas. |
Todos los endpoints pueden ser consumidos mediante HTTP con peticiones estándar (GET, POST, DELETE, etc.), lo que permite integrarlos fácilmente con interfaces web, scripts o herramientas externas.
🔧 FastMCP
FastMCP es un módulo auxiliar que convierte una aplicación FastAPI en una API MCP con rutas predefinidas para la gestión de archivos.
Permite:
Registrar automáticamente todos los endpoints MCP.
Configurar de forma rápida la ruta base del filesystem.
Usarlo como extensión en cualquier proyecto FastAPI.
Related MCP server: MCP Filesystem Server
▶️ Ejecución rápida
uvicorn main:app --reloadThis server cannot be deployed
Maintenance
Related MCP Connectors
Browse and manage files in your Moxt AI workspace from any MCP client.
Persistent file storage for AI agents via MCP and curl. Upload, download, and version files.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Manage files and folders directly from your workspace. Read and write files, list directories, cre…
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables file system operations such as listing, reading, and creating files within a scoped local project directory. It provides a secure way to manage local files through standardized MCP tools built with FastMCP.-
- AlicenseNot gradedqualityDmaintenanceEnables file system operations such as listing directories, reading, writing, creating, and deleting files or directories through MCP.12 npmMIT
- AlicenseNot gradedqualityDmaintenanceExposes file system operations to AI clients via MCP, enabling secure read, write, and management of files and folders.4 npmMIT
- FlicenseAqualityCmaintenanceEnables accessing and managing files from configured folders with filtering and size limits, allowing listing, reading, and searching files via MCP tools and resources.3-