mcp-unix-manual
An MCP server that provides Unix command documentation directly within LLMs conversations.
Documentation
Unix Manual Server (MCP)
An MCP server that provides Unix command documentation directly within Claude conversations.
Features
- Get command documentation: Retrieve help pages, man pages, and usage information for Unix commands
- List common commands: Discover available commands on your system, categorized by function
- Check command existence: Verify if a specific command is available and get its version information
Installation
Prerequisites
- Python 3.13+
- Claude Desktop or any MCP-compatible client
Setup
1. Clone this repository
2. Install the package:
pip install -e .
# or
uv install -e .3. Install the server in Claude Desktop:
mcp install unix_manual_server.py
# uv
uv run mcp install unix_manual_server.pyUsage
Once installed, you can use the server's tools directly in Claude:
Get command documentation
I need help with the grep command. Can you show me the documentation?List common commands
What Unix commands are available on my system?Check if a command exists
Is the awk command available on my system?Development
To test the server locally without installing it in Claude:
mcp dev unix_manual_server.pySecurity
The server takes precautions to prevent command injection by:
- Validating command names against a regex pattern
- Executing commands directly without using shell
- Setting timeouts on all command executions
- Only checking for documentation, never executing arbitrary commands
Logging
Logs are saved to `unix-manual-server.log` in the same directory as the script, useful for debugging.
- use `@modelcontextprotocol/inspector` with `npx` under the hood.
uv run mcp dev unix_manual_server.pynpx @modelcontextprotocol/inspector uv run unix_manual_server.pyLicense
MIT
*Created with the MCP Python SDK. For more information about MCP, visit modelcontextprotocol.io.*
Frequently asked questions
What is mcp-unix-manual?
mcp-unix-manual is An MCP server that provides Unix command documentation directly within LLMs conversations.
How do I install mcp-unix-manual?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-unix-manual open source?
Yes — it is hosted on GitHub at https://github.com/tizee/mcp-unix-manual and has 1 stars.
Related MCP tools
基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择ChatGPT/Claude/DeepSeek/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Kimi/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
🚀 The fast, Pythonic way to build MCP servers and clients Trusted by 19900+ developers. Trusted by 19900+ developers. Trusted by 19900+ developers.
Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth! Python-based implementation. Trusted by 11000+ developers.
Agent Framework For Fintech for the Model Context Protocol. Enhance AI assistants with powerful integrations. Python-based implementation.
Build effective agents using Model Context Protocol and simple workflow patterns Python-based implementation. Trusted by 7600+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP