MCP Server

RedShip ships a remote MCP server. Connect it to Claude (or any MCP client) and your AI assistant can read your Reddit opportunities, help you pick what to engage on, draft replies with you and keep your inbox up to date. All without opening the dashboard.

Typical morning: you ask Claude "what should I reply to today?", it pulls your top opportunities ranked by relevance and freshness, you pick one, draft a reply together, post it on Reddit, and Claude marks it as replied. Your streak keeps counting.

Server URL

https://mcp.redship.io

One connection gives access to one RedShip project. You pick which one during the connection flow, and you can connect several clients or projects side by side.

Connect Claude

  1. Open claude.ai or the Claude desktop app
  2. Go to SettingsConnectors
  3. Click Add custom connector and paste the server URL
  4. A RedShip login opens. Sign in, pick the project to connect, approve

That's it. Ask Claude "what are my top Reddit opportunities?" to check it works.

Tip: log in to RedShip in your browser before connecting, the flow is smoother.

Connect Claude Code

Terminal

claude mcp add --transport http redship https://mcp.redship.io

Claude Code handles the OAuth login in your browser on first use.

Connect Cursor

.cursor/mcp.json

{
"mcpServers": {
  "redship": { "url": "https://mcp.redship.io" }
}
}

Connect Codex

~/.codex/config.toml

[mcp_servers.redship]
url = "https://mcp.redship.io"

Using an API key instead

Clients that don't support OAuth can authenticate with a RedShip API key as a Bearer token. Create one under SettingsAPI & MCP, then send it in the Authorization header:

Header

Authorization: Bearer rsp_your_api_key_here

API keys are scoped to a project, same as OAuth connections.

Managing connections

Active connections are listed under SettingsAPI & MCP, with the client name and last activity. Revoking a connection cuts access immediately; the client will ask you to reconnect next time.

An active RedShip subscription is required to use the MCP server.