Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Manito

FreeNot checked

MCP tool for querying and exploring Unix man pages

GitHubEmbed

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:

Calling MCP

Man Output:

Man Output

Help Fallback:

Help Fallback

Double Command:

Double Command

from github.com/uberkael/manito

Installing Manito

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/uberkael/manito

FAQ

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

Compare Manito with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs