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 Settings

2Connect your client

Claude.ai

OAuth — no token in config
  1. Go to Settings > Integrations
  2. Click Add Integration and enter:
https://mcp.inboxapp.com/mcp
  1. Paste your API token when prompted, then click Connect

Claude Desktop / Cursor / Claude Code

Bearer token

Add 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"
      }
    }
  }
}
API DocsMCP ProtocolGitHub@inboxapp_