Handbook runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 6 Mar 2026.
MCP server for the Handbook API – manage handbook entries via CRUD, overview and tag search.
Today is the operative word: we check Handbook every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add handbook -- npx -y @ah-oh/handbook-mcp-server
{
"mcpServers": {
"handbook": {
"args": [
"-y",
"@ah-oh/handbook-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.handbook]
command = "npx"
args = ["-y", "@ah-oh/handbook-mcp-server"]
{
"mcpServers": {
"handbook": {
"args": [
"-y",
"@ah-oh/handbook-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"handbook": {
"args": [
"-y",
"@ah-oh/handbook-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
HANDBOOK_API_TOKEN (Bearer token for authenticating with the Handbook API), HANDBOOK_API_URL (Base URL of the Handbook API (default: https://handbook.ah-oh.com/handbook-api)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Bear notes — read, search, create, edit, tag, and manage notes via CloudKit
MCP server for Bear notes — read, search, create, edit, tag, and manage notes via CloudKit
MCP server for the xAI Grok API — chat, vision, search, and embeddings
MCP server for the OVH API. Explore and call any OVH endpoint via sandboxed JS.
MCP server for the Gmail API: search, read and send email, manage drafts, labels and the trash.
MCP server for Podman container management via the Podman REST API
MCP server for Kylas CRM: create, search, and manage leads. Requires KYLAS_API_KEY.
MCP server for Kylas CRM: create, search, and manage leads. Requires KYLAS_API_KEY.
Answers built from our own checks of this server.