InboxApp MCP Server
Connect your AI assistant to InboxApp to manage X/Twitter DMs — list threads, send messages, tag prospects, and more.
1Get your API key
You'll need an InboxApp API token to authenticate. Generate one from your account settings:
Open InboxApp Settings2Connect your client
Claude.ai
OAuth — no token in config- Go to Settings > Integrations
- Click Add Integration and enter:
https://mcp.inboxapp.com/mcp
- Paste your API token when prompted, then click Connect
Claude Desktop / Cursor / Claude Code
Bearer tokenAdd this to your MCP client config, replacing the token with your own:
{
"mcpServers": {
"inboxapp": {
"url": "https://mcp.inboxapp.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
}