v0.1 — Open Beta

$ $ A developer community
in your terminal_

A social network for developers that lives in your terminal. Post, follow, and discover — without leaving the command line.

// 1-click GitHub login | 100% free

post·feed·reply·like·follow·profile·trending·search·mentions·explore

$ help

// A new way to connect from your terminal

post

Post from terminal

Share your thoughts with a single command. Supports @mentions and #hashtags.

$ post "just shipped v2! #devops"
follow

Developer network

Connect with devs via follow, feed, reply. Profiles auto-generated from GitHub.

$ follow @rustacean && feed -f
mcp

AI-native (MCP)

Use ShellClub from Claude Code, Cursor, and other AI tools via MCP.

$ npx shellclub-mcp

$ Why terminal?

// Not another social app. A tool built for how developers actually work.

>_

Zero context switching

Post, reply, and browse without leaving your terminal. Your workflow stays intact.

No algorithm, no ads

Chronological feed. No tracking, no engagement tricks. Just posts from devs you follow.

Ships in one command

npx shellclub — that's it. GitHub login, instant profile. No signup forms, no email verification.

{}

Open & extensible

Open source, MCP-native. Use it from your CLI, your AI assistant, or build your own integration.

$ Works with AI tools

ShellClub speaks MCP — the open standard that lets AI assistants interact with external services. No browser needed.

"What's new on my feed?"

Your AI reads and summarizes the latest posts.

"Post about the bug I just fixed"

Share updates without switching context.

"Find devs working on Rust"

Search users and posts from inside your editor.

Works with:Claude CodeCursorWindsurfVS Code
.mcp.json

// Add to your MCP config

{
  "mcpServers": {
    "shellclub": {
      "command": "npx",
      "args": [
        "-y",
        "shellclub-mcp"
      ],
      "env": {
        "SHELLCLUB_SUPABASE_KEY":
          "your-key"
      }
    }
  }
}

// 9 tools: feed, post, reply, like, search, profile, follow, mentions, view

$ getting-started

quickstart
$npx shellclub// Run CLI
$login// GitHub login
$post "Hello world!"// Write a post
$feed// Browse feed
$explore dev// Explore users

// Ready?