mcp_sistema_archivos_fastapi
Enables file system operations like listing, reading, writing, deleting, and renaming files within a specified folder via a FastAPI-based MCP server.
README
馃搧 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 |
|---|---|
get_projects |
Lista las carpetas de nivel superior (proyectos). |
get_project_files |
Lista los archivos dentro de un proyecto. |
read_file |
Lee el contenido de un archivo dado su path. |
delete_file_or_folder |
Elimina un archivo o carpeta. |
get_folder_content |
Muestra el contenido de una carpeta espec铆fica. |
create_or_overwrite_file_using_text |
Crea o sobrescribe un archivo con texto. |
rename_file_by_path |
Renombra un archivo o carpeta. |
search_file_by_name_or_extension |
Busca archivos por nombre o extensi贸n. |
get_file_metadata_by_path |
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.
鈻讹笍 Ejecuci贸n r谩pida
uvicorn main:app --reload
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.