Planify for Cline
com.planifyapps/planify
Schedule and publish social posts to Twitter, Instagram, LinkedIn, Pinterest, Bluesky and more.
client:Cline
transport:stdio
runtime:npm
Install Planify in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"planify": {
"command": "npx",
"args": [
"-y",
"@planifyapps/mcp"
],
"env": {
"PLANIFY_API_KEY": "<PLANIFY_API_KEY>",
"PLANIFY_API_URL": "<PLANIFY_API_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs