bookclaw-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@bookclaw-mcplist my books"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
bookclaw-mcp
A Model Context Protocol (MCP) server that exposes BookClaw's
author workflow to MCP clients over Streamable HTTP. It is a thin, stateless
client of BookClaw's REST API — see CLAUDE.md and
docs/superpowers/specs/2026-06-18-bookclaw-mcp-design.md.
Setup
npm install
cp .env.example .env # fill in BOOKCLAW_AUTH_TOKEN and BOOKCLAW_MCP_TOKEN
npm start # listens on http://127.0.0.1:3849/mcpBOOKCLAW_AUTH_TOKEN is BookClaw's own token (from BookClaw's .env).
BOOKCLAW_MCP_TOKEN is a token you choose to gate this server.
Related MCP server: Simple Streamable HTTP MCP Server
Tools
bookclaw_status, list_books, get_book, create_book, set_active_book,
get_book_files, read_book_file, list_projects, get_project,
create_project, create_pipeline, advance_pipeline, get_project_files,
chat, compile_project, export_docx, list_library, get_library_entry,
list_endpoints, bookclaw_request (escape hatch).
Testing
npm test # unit + smoke
npx tsc --noEmit # type-checkThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA minimal, containerized MCP server that exposes a Streamable HTTP transport with API key authentication, allowing secure access to MCP endpoints.Last updated
- Flicense-qualityDmaintenanceA reference implementation demonstrating proper MCP server patterns with HTTP transport, featuring session management, progress notifications, and example tools for testing server functionality. Serves as a clean template for building MCP servers with streamable responses and comprehensive error handling.Last updated7
- Alicense-qualityDmaintenanceExposes any stdio-based MCP server to the internet via HTTP/SSE transport, enabling remote agents to access MCP tools over a network.Last updated17MIT
- FlicenseCqualityDmaintenanceA multi-agent book-writing MCP server that manages a guarded chapter pipeline (writer → editor → third-pass agents → approve) with project planning, continuity tracking, and export/diff helpers.Last updated35
Related MCP Connectors
MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes.
Hosted weather data MCP for discovery, validation, and OAuth-protected GribStream queries.
Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pshort05/bookclaw-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server