msvp-mcp
v1.0.1
Published
MCP server for Maxx Social Video Poster — AI agent integration for Facebook, Instagram, YouTube, and more
Maintainers
Readme
msvp-mcp
MCP (Model Context Protocol) server for Maxx Social Video Poster WordPress plugin. Enables AI agents like Claude to manage social media publishing across Facebook, Instagram, LinkedIn, YouTube, Pinterest, and more.
Quick Start
Add to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"maxx-social": {
"command": "npx",
"args": ["-y", "msvp-mcp@latest"],
"env": {
"MSVP_WP_URL": "https://your-site.com",
"MSVP_WP_USER": "your-username",
"MSVP_WP_APP_PASSWORD": "xxxx xxxx xxxx xxxx xxxx xxxx",
"MSVP_PLATFORMS": "facebook,instagram,linkedin"
}
}
}
}Environment Variables
| Variable | Required | Description |
|---|---|---|
| MSVP_WP_URL | Yes | WordPress site URL |
| MSVP_WP_USER | Yes | WordPress username |
| MSVP_WP_APP_PASSWORD | Yes | WordPress Application Password |
| MSVP_PLATFORMS | No | Comma-separated platform list (auto-detected if omitted) |
| MSVP_TRANSPORT | No | stdio (default) or http |
| MSVP_PORT | No | HTTP port (default: 3000) |
Available Tools
get_facebook_accounts— List connected Facebook pagespublish_facebook_post— Publish posts (text, link, image, video, reel, story, carousel, poll)get_facebook_jobs/get_facebook_job— View publishing jobsretry_facebook_job/cancel_facebook_job— Manage jobssync_facebook_content— Sync content from Facebookget_facebook_content/get_facebook_content_stats— View synced contentdelete_facebook_content/delete_facebook_post— Remove contentpost_facebook_comment— Comment on posts
Setup
- Install the Maxx Social Video Poster plugin on your WordPress site
- Go to Social Video Poster → MCP Server in wp-admin
- Generate an Application Password
- Copy the config JSON into your Claude Desktop settings
- Restart Claude Desktop
License
MIT
