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.
npx claudepluginhub actionbook/actionbook --plugin actionbookAdd to your .mcp.json:
{
"mcpServers": {
"actionbook": {
"command": "npx",
"args": [
"-y",
"@actionbookdev/mcp@latest"
]
}
}
}npxShare bugs, ideas, or general feedback.