InboxApp MCP Server

This is an MCP (Model Context Protocol) server for managing X/Twitter DMs via the InboxApp API.

Endpoints

Configuration

Connect your MCP client (Claude Desktop, Cursor, etc.) to this server:

{
  "mcpServers": {
    "inboxapp": {
      "url": "https://mcp.inboxapp.com/mcp"
    }
  }
}

Documentation

InboxApp API Docs | MCP Protocol | GitHub