Mcp Unix Manual
@tkausch
About Mcp Unix Manual
An MCP implemented in swift to search and read man pages for macOS
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"unix-manual": {
"command": "/absolute/path/to/MCPUnixManual/.build/release/mcp-unix-manual"
}
}
}Tools
3Read a Unix manual page
Search man pages by keyword
List standard manual sections
Overview
What is Mcp Unix Manual?
It is an MCP server that provides access to Unix manual pages directly within Claude. It allows users to query man pages, search documentation, and explore Unix commands without leaving the conversation.
How to use Mcp Unix Manual?
After building the server with Swift, add its executable path to Claude Desktop's configuration file (claude_desktop_config.json) as an MCP server, then restart Claude Desktop. The server exposes three tools: read_manpage, search_manpages, and list_man_sections.
Key features of Mcp Unix Manual
- Read full Unix manual pages for any command
- Search man pages by keyword using
apropos - Browse standard Unix manual sections
- Built with Swift for optimal macOS performance
- Input validation prevents command injection
Use cases of Mcp Unix Manual
- Quick reference for Unix command options and syntax
- Discover new commands by searching related keywords
- Explore manual sections without leaving Claude
- Learn about system utilities during development
FAQ from Mcp Unix Manual
What platforms does Mcp Unix Manual support?
Full support for macOS 13.0 and later. It compiles on iOS/tvOS/watchOS/visionOS but returns an error because Unix manual pages are only available on macOS.
What are the prerequisites for using this server?
You need macOS 13.0 or later, Swift 6.2 or later, and Xcode for building the server.
How does it protect against command injection?
Only alphanumeric characters, dots, hyphens, and underscores are allowed in command names. Arguments are properly escaped before execution.
What tools does Mcp Unix Manual provide?
Three tools: read_manpage (read a man page
More AI & Agents MCP servers
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Web Agent Protocol
OTA-Tech-AI๐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Comments