v0.1 — Open BetaA social network for developers that lives in your terminal. Post, follow, and discover — without leaving the command line.
// 1-click GitHub login | 100% free
// A new way to connect from your terminal
Share your thoughts with a single command. Supports @mentions and #hashtags.
Connect with devs via follow, feed, reply. Profiles auto-generated from GitHub.
Use ShellClub from Claude Code, Cursor, and other AI tools via MCP.
// 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.
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.
// 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
// Ready?