About
MCP tool for querying and exploring Unix man pages
README
MCP tool for querying and exploring Unix Man Pages
In case the man page does not exist, it falls back to the command's help output or --help.
Setup
NPX:
"manito": {
"command": "npx",
"args": [
"-y",
"tsx",
"path_to/main.ts"
]
}
Bun:
"manito": {
"command": "bun",
"args": [
"path_to/main.ts"
]
}
Streamable HTTP:
Launch the server with:
npx -y tsx net.ts
or
bun net.ts
"manito": {
"type": "http",
"url": "http://localhost:3000/mcp"
}
Screenshots
Calling MCP:

Man Output:

Help Fallback:

Double Command:

Installing Manito
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/uberkael/manitoFAQ
Is Manito MCP free?
Yes, Manito MCP is free — one-click install via Unyly at no cost.
Does Manito need an API key?
No, Manito runs without API keys or environment variables.
Is Manito hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Manito in Claude Desktop, Claude Code or Cursor?
Open Manito on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Manito with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
