Multi-tenant, universal Model Context Protocol (MCP) server enabling LLM clients to securely publish content to Twitter/X, YouTube, and Instagram, and retrieve performance analytics with zero-trust OAuth credential isolation.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"social-publish-mcp-s": {
"command": "go",
"args": [
"run",
"github.com/kuldeep-poonia/social-publish-mcp-server@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add social-publish-mcp-s go run github.com/kuldeep-poonia/social-publish-mcp-server@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"social-publish-mcp-s": {
"command": "go",
"args": [
"run",
"github.com/kuldeep-poonia/social-publish-mcp-server@latest"
]
}
}
}
📋 Copy
Topics
ai-agent golang instagram-graph-api mcp model-context-protocol multi-tenant oauth2 social-media-api twitter-api youtube-api zero-trust