📖 What is the Nexus Share MCP Server?
The Nexus Share MCP (Model Context Protocol) Server allows AI assistants like Claude, ChatGPT, and others to directly interact with your Nexus Share account. This means you can:
- ✅ Create and schedule social media posts through conversation
- ✅ Manage your connected social networks
- ✅ Check post analytics and performance
- ✅ Enhance content with AI
- ✅ Get intelligent scheduling recommendations
Two Ways to Connect
Cloud-hosted HTTP server using Streamable HTTP transport. Best for personal use with IDEs like Kiro, VS Code, Cursor, and Claude Desktop. No persistent connections needed - works perfectly with serverless Lambda.
AWS Bedrock-specific gateway for production AI agents. Best for enterprise applications and AWS Bedrock agent integration.
Runs on your computer. Best for development, testing, and offline use.
All options provide access to the same 16 MCP tools covering all Nexus Share features.
🌐 Remote MCP Server (IDE Integration)
The Remote MCP Server is a cloud-hosted HTTP server using the Streamable HTTP transport protocol. Simple authentication with just your username and password!
✨ Key Features
- No local installation - works from any device
- Simple authentication (username + password)
- Standard MCP Streamable HTTP protocol
- Works with Kiro, VS Code, Cursor, Claude Desktop
- AWS-managed infrastructure with auto-scaling
- Built-in monitoring via CloudWatch and X-Ray
- Stateless operation - perfect for serverless
📋 Your Remote MCP Server Information
https://mcp-remote.nexus-share.com
MCP_REMOTE_nexus-share.com
🔧 IDE Setup (Remote MCP)
The remote server uses simple JWT authentication with your Nexus Share credentials.
Prerequisites
- Your Nexus Share username and password
- IDE with remote MCP support (Kiro, Claude Desktop, VS Code, Cursor)
Kiro
1. Get your authentication token
!, $, or \
2. Configure Kiro with the remote server:
3. Reload Kiro
📚 More help: Kiro Remote MCP Guide
Claude Desktop & Other IDEs
Similar configuration applies to other IDEs with remote MCP support. You'll need:
- Streamable HTTP transport with the server URL
- Authorization header with your Cognito ID token
📚 More help: MCP Streamable HTTP Transport Documentation
🏗️ Architecture
🤖 AgentCore Gateway (AWS Bedrock)
The AgentCore Gateway is specifically designed for AWS Bedrock AI agents. This is NOT for IDE integration - use the Remote MCP Server above for that.
✨ Key Features
- AWS Bedrock-specific protocol
- Enterprise security (IAM, audit logging)
- Multi-agent support
- 99.99% availability SLA
📋 Your Gateway Information
https://mcp.nexus-share.com
MCP_AGENTCORE_nexus-share.com
nexus-share-gateway-prod-jwxtauqnzb
🤖 AWS Bedrock Agent Setup
1. Create or open your AWS Bedrock Agent
In the AWS Console, navigate to Amazon Bedrock → Agents
2. Add the AgentCore Gateway as an action group
- In your agent configuration, go to "Action groups"
- Click "Add action group"
- Select "Use AgentCore Gateway"
- Enter the Gateway ID shown above
3. Configure permissions
Ensure your Bedrock agent has permission to invoke the gateway. The agent's execution role needs:
📚 More help: AWS Bedrock Agents Documentation
🏗️ Architecture
💻 Local MCP Server Setup
The Local MCP Server runs on your computer and integrates with AI assistants in your IDE.
✨ Key Features
- Native IDE integration (VS Code, Cursor, Claude Desktop)
- Low latency (~10-50ms)
- Free to run (no AWS costs)
- Simple 5-minute setup
- Perfect for personal use and development
📥 Download
⚙️ Configuration
Prerequisites
- Node.js 18 or higher
- Your Nexus Share account credentials (email and password)
- One of: Claude Desktop, VS Code, or Cursor
🖥️ Claude Desktop Setup
1. Find the configuration file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
2. Add this configuration:
3. Restart Claude Desktop
4. Test it: Ask Claude "What Nexus Share tools do you have access to?"
NEXUS_API_URL: "https://nexus-share.com/api"
NEXUS_GRAPHQL_URL: "https://api.nexus-share.com/graphql"
📚 More help: Claude Desktop MCP Setup Guide
🔧 VS Code / Cursor Setup
1. Install the MCP extension (if using VS Code) or use Cursor's built-in MCP support
2. Add to your workspace settings (.vscode/settings.json or Cursor settings):
3. Reload your IDE
📚 More help:
🤖 Kiro Setup
1. Open Kiro MCP Configuration
In Kiro, open the command palette and search for "MCP" or navigate to Settings → MCP Configuration
2. Add the Nexus Share MCP server:
3. Reload Kiro
4. Test it: Ask Kiro "What Nexus Share tools do you have access to?"
📚 More help: Kiro MCP Configuration Guide
🔒 Security Best Practices
- Never commit configuration files with credentials to version control
- Use environment-specific accounts (separate dev/prod)
- Consider using environment variables instead of hardcoded credentials
- Rotate passwords regularly
🐛 Troubleshooting
- Verify the path to
dist/index.jsis absolute - Check that Node.js 18+ is installed:
node --version - Restart your IDE completely
- Check IDE logs for MCP errors
- Verify your username and password are correct
- Check that you're using the correct API URLs for your environment
- Ensure your account has API access enabled
- Verify API URLs match your environment (sandbox/beta/production)
- Check that your account has necessary permissions
- Ensure feature flags are enabled for beta features
🛠️ Available MCP Tools
Both MCP server implementations expose the same 16 tools:
Post Management (6 tools)
Social Network Management (4 tools)
User & Subscription (3 tools)
AI Features (2 tools)
Analytics (1 tool)
💬 Usage Examples
Once configured, you can interact with Nexus Share through natural conversation with your AI assistant:
You: "Create a LinkedIn post about the benefits of automation"
AI: Uses the create_post tool to create your post
You: "Schedule 3 posts about AI trends for next week on X and LinkedIn"
AI: Uses generate_intelligent_schedule and create_post tools
You: "Show me the performance of my last 5 posts"
AI: Uses list_posts and get_post_metrics tools
You: "Make this more professional: 'We launched a thing'"
AI: Uses enhance_text_with_ai tool to improve your content
Use the feedback option in the Nexus Share app to get support or ask questions about MCP server setup.