Servers
F
Fsext Mcp Server Typescript
@kurtzhi
A high-performance, secure, and production-grade Model Context Protocol (MCP) server built with TypeScript, providing comprehensive filesystem operations, advanced text search & replace, image processing, and Tesseract OCR capabilities. Designed for LLM agent integration, it deli
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"fsext-mcp-server": {
"command": "npx",
"args": [
"-y",
"fsext-mcp-server"
]
}
}
}