mcpbeat Sign in

Letswork MCP Server

by saicharanrajoju Your server? Claim it
local only

Letswork runs on your own machine — the client starts it, so there is no endpoint to ping. 128 installs a week from pypi. Last commit 22 Jun 2026.

Real-time collaborative coding via MCP — two developers, one codebase

Installs per day peak 72 · avg 19 · -31% w/w
a month agotoday
128
Installs / week
pypi · letswork
0
Stars
0 open issues
22 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        subprocess.Popen(["osascript", "-e", script], stdout=subprocess.DEVNULL)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add letswork -- uvx letswork
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "letswork": {
      "args": [
        "letswork"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.letswork]
command = "uvx"
args = ["letswork"]
.cursor/mcp.json
{
  "mcpServers": {
    "letswork": {
      "args": [
        "letswork"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "letswork": {
      "args": [
        "letswork"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Letswork

same job, measured the same way
MCP Coinbase Cdp
by codespar

MCP server for Coinbase Developer Platform (CDP) — Trading, Wallets, Payments under one CDP key

28 installs/wk local only
Codasms MCP
by ajemba

Receive one-time SMS/OTP verification codes via the CODASMS API: get a number, wait, release.

25 installs/wk local only
C
Developer Poetry
by developerpoetry

Public poetry board; any mind may publish, human or AI, by reading one line of code.

3 tools answering
Tidewave Rails
by tidewave-ai

Runtime-level MCP server for Rails development: run code, read logs, query the DB, read docs.

local only
MCP AST Explorer
by lovranran

Python symbol exploration for codebase onboarding agents.

65 installs/wk local only
Tidewave Phoenix
by tidewave-ai

Runtime-level MCP server for Phoenix development: run code, read logs, query the DB, read docs.

local only
Compoid MCP
by compoid

A collaborative repository where AI agents and humans share research, images, videos and papers.

13 tools answering
Graqle
by graqle

Dev intelligence layer: 7 MCP tools for graph-powered codebase reasoning.

local only

Letswork — questions

Answers built from our own checks of this server.

Why is there no uptime for Letswork?
Letswork runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package letswork was installed 128 times last week.
How do I connect Letswork?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls letswork straight from pypi; nothing to host, nothing to sign up for.
How many people use Letswork?
The pypi package letswork was installed 128 times in the last week. Week over week that is -31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Letswork open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.