Servers
F
Fsext Mcp Server Python
@kurtzhi
A full-featured secure MCP server for local file system operations, with built-in image processing, OCR and media tools.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"fsext-mcp-server": {
"command": "uvx",
"args": [
"fsext-mcp-server"
]
}
}
}