Social media automation with AI — publish, schedule, campaigns, DMs, analytics across 5 platforms.
claude mcp add autopilots --transport http https://mcp.dania.ai/autopilots
~/.cursor/mcp.json
{
"mcpServers": {
"autopilots": {
"url": "https://mcp.dania.ai/autopilots"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"autopilots": {
"serverUrl": "https://mcp.dania.ai/autopilots"
}
}
}
.vscode/mcp.json
{
"servers": {
"autopilots": {
"type": "http",
"url": "https://mcp.dania.ai/autopilots"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"autopilots": {
"url": "https://mcp.dania.ai/autopilots"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"autopilots": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.dania.ai/autopilots"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.dania.ai/autopilots |
X-API-Key: •••••• (required)
|
| sse | https://mcp.dania.ai/sse |
X-API-Key: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/io.github.carlosdania--autopilots/reviews or the review_server meta-tool.
POST /mcp