@senditapp/mcp
v0.1.1
Published
One-click MCP server installer for SendIt - publish to social media from any AI assistant
Maintainers
Readme
sendit-mcp
One-click MCP server installer for SendIt - publish to social media from any AI assistant.
Quick Start
npx sendit-mcpThe interactive wizard will:
- Detect your installed AI clients (Claude Desktop, VS Code, Cursor, Windsurf)
- Ask for your SendIt API key
- Write the correct config file
- Verify the connection works
Supported Clients
| Client | Config Format |
| ----------------- | ---------------------------- |
| Claude Desktop | claude_desktop_config.json |
| Claude Code | claude_code_config.json |
| VS Code (Copilot) | settings.json |
| Cursor | settings.json |
| Windsurf | mcp_config.json |
Manual Setup
If you prefer to configure manually, add this to your AI client's MCP config:
{
"mcpServers": {
"sendit": {
"command": "npx",
"args": ["-y", "sendit-mcp", "serve"],
"env": {
"SENDIT_API_KEY": "sk_live_YOUR_KEY_HERE"
}
}
}
}Commands
npx sendit-mcp
Interactive setup wizard.
npx sendit-mcp serve
Start the MCP stdio server. This is what AI clients run to communicate with SendIt. You don't need to run this directly - it's invoked automatically by your AI client.
Getting an API Key
- Sign up at sendit.infiniteappsai.com/auth/start
- Go to Settings in the dashboard
- Create a new API key
Available Tools
Once configured, your AI assistant can:
- publish_content - Post to LinkedIn, Instagram, TikTok, Threads, X, Facebook, YouTube, Pinterest
- schedule_content - Schedule posts for later
- get_analytics - View post performance metrics
- list_connected_accounts - See connected social accounts
- upload_media - Upload images and videos
- And 30+ more tools
Ask your AI assistant "What can SendIt do?" to get started.
License
MIT
