Loading MCP server directory, please wait...
MCP server for the Handbook API – manage handbook entries via CRUD, overview and tag search.
npx @getmcp/cli add io.github.jannks/handbookRequires Node.js 18+. Community-contributed server. Review source before installing.
HANDBOOK_API_TOKENBearer token for authenticating with the Handbook API
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jannks/handbook": {
"command": "npx",
"args": [
"-y",
"@ah-oh/handbook-mcp-server"
],
"env": {
"HANDBOOK_API_TOKEN": "",
"HANDBOOK_API_URL": ""
}
}
}
}