Stats
Actions
Tags
From data-liberation
Local MCP server for data liberation tasks. Runs a TypeScript process to provide data export capabilities.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"data-liberation": {
"command": "npx",
"args": [
"tsx",
"${CLAUDE_PLUGIN_ROOT:-.}/src/mcp-server.ts"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
npx${CLAUDE_PLUGIN_ROOT:-.}Command-line arguments passed to the server process
npx claudepluginhub automattic/data-liberation-agent --plugin data-liberation