Stats
Actions
Tags
From actionbook
ActionBook MCP server for executing actions, workflows, and automations. Enables Claude access to ActionBook tools and resources. Runs locally as a subprocess on the user's machine.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"actionbook": {
"command": "npx",
"args": [
"-y",
"@actionbookdev/mcp@latest"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub actionbook/actionbook --plugin actionbook