io.github.Distribea/distribea-mcp MCP Server
io.github.Distribea/distribea-mcp
What is the io.github.Distribea/distribea-mcp MCP server?
Generate images, video, music and voice from your CLI or AI agent. On-brand AI media toolkit.
How to install io.github.Distribea/distribea-mcp
Copy-paste configuration for popular MCP clients.
DISTRIBEA_MCP_KEYrequiredsecretYour Distribea MCP access key (dmcp_…). Get it from your account page at https://distribea.com/account/mcp.
AuthorizationrequiredsecretBearer token — your Distribea MCP access key (dmcp_…) from https://distribea.com/account/mcp. Used by hosted site builders (Lovable, Bolt, v0…) that call the engine over HTTP.
{
"mcpServers": {
"distribea-mcp": {
"command": "npx",
"args": [
"-y",
"distribea-mcp"
],
"env": {
"DISTRIBEA_MCP_KEY": "<YOUR_DISTRIBEA_MCP_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"distribea-mcp": {
"command": "npx",
"args": [
"-y",
"distribea-mcp"
],
"env": {
"DISTRIBEA_MCP_KEY": "<YOUR_DISTRIBEA_MCP_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"mcpServers": {
"distribea-mcp": {
"command": "npx",
"args": [
"-y",
"distribea-mcp"
],
"env": {
"DISTRIBEA_MCP_KEY": "<YOUR_DISTRIBEA_MCP_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}{
"servers": {
"distribea-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"distribea-mcp"
],
"env": {
"DISTRIBEA_MCP_KEY": "<YOUR_DISTRIBEA_MCP_KEY>",
"Authorization": "<YOUR_AUTHORIZATION>"
}
}
}
}claude mcp add distribea-mcp --env DISTRIBEA_MCP_KEY=<YOUR_DISTRIBEA_MCP_KEY> --env Authorization=<YOUR_AUTHORIZATION> -- npx -y distribea-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.