Loading MCP server directory, please wait...
Schedule posts, read comments and answer messages across eleven social networks.
npx @getmcp/cli add io.github.taliasoftworks/planvortexRequires Node.js 18+. Community-contributed server. Review source before installing.
PLANVORTEX_CLIENT_IDClient id of a PlanVortex app (Custom plan). Panel: Settings > Apps.
PLANVORTEX_CLIENT_SECRETSecret of that app.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.taliasoftworks/planvortex": {
"command": "npx",
"args": [
"-y",
"planvortex-mcp"
],
"env": {
"PLANVORTEX_CLIENT_ID": "",
"PLANVORTEX_CLIENT_SECRET": "",
"PLANVORTEX_ORGANIZATION_ID": "",
"PLANVORTEX_MCP_UPLOAD_DIRS": "",
"PLANVORTEX_MCP_READ_ONLY": ""
}
}
}
}