PlanVortex for Claude Desktop
io.github.taliasoftworks/planvortex
Schedule posts, read comments and answer messages across all your social networks.
client:Claude Desktop
transport:stdio
runtime:npm
Install PlanVortex in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"planvortex": {
"command": "npx",
"args": [
"-y",
"planvortex-mcp"
],
"env": {
"PLANVORTEX_CLIENT_ID": "<PLANVORTEX_CLIENT_ID>",
"PLANVORTEX_CLIENT_SECRET": "<PLANVORTEX_CLIENT_SECRET>",
"PLANVORTEX_ORGANIZATION_ID": "<PLANVORTEX_ORGANIZATION_ID>",
"PLANVORTEX_MCP_UPLOAD_DIRS": "<PLANVORTEX_MCP_UPLOAD_DIRS>",
"PLANVORTEX_MCP_READ_ONLY": "<PLANVORTEX_MCP_READ_ONLY>",
"PLANVORTEX_MCP_ALLOW_AI": "<PLANVORTEX_MCP_ALLOW_AI>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs