A Node.js server implementing MCP for controlling Korean word processor (HWP) documents, allowing AI assistants to create and edit Hangul documents. A specialized MCP server for document workflows.
Loading more......
An MCP server implementation for Microsoft OneNote, allowing AI language models to interface with and manage OneNote notebooks, sections, and pages. Demonstrates MCP server patterns.
A reimagined MCP server for filesystem access, featuring privacy-preserving path aliases and an optimized LLM-friendly API.
Provides file search functionality within filesystems, returning detailed metadata for discovered files based on path fragments.
An MCP server for local file and directory management, pattern matching, and workflow automation via AI. Essential for automating file operations in development environments.
A comprehensive MCP (Model Context Protocol) server for file system operations, providing AI assistants with access to local files and directories.
An MCP server allowing AI assistants to perform filesystem operations like reading, writing, listing, moving files, and searching directories within allowed paths. Multiple implementations exist in different languages, all providing secure, controlled access to local filesystems via MCP.
Category: file-management-mcp-servers
Tags: mcp, document-management, nodejs, ai-assistant
hwp-mcp is a Node.js server implementing the Model Context Protocol (MCP) for controlling Korean word processor (HWP) documents. It enables AI assistants (such as Claude) to automatically create, edit, and manage Hangul documents by providing a specialized MCP server for document workflows.
For more details and installation instructions, refer to the GitHub repository.