
Tanjiren MCP Server
Delegate coding and ops tasks from Claude Code or Cursor to remote Tanjiren workstations instead of running everything on your laptop.
Overview
Tanjiren MCP is a MCP server for the Build phase that delegates task-first work to remote Tanjiren workstations and workers over hosted streamable HTTP.
What is this MCP server?
- Hosted streamable-http MCP endpoint at mcp.tanjiren.app (no local server to maintain)
- Task-first delegation model aimed at remote workstations and workers
- Documented at tanjiren.app/docs with Tanjiren MCP Server title in registry metadata
- Registry schema 2025-12-11 with version 0.1.1
- PWA-style icon metadata for catalog and client discovery
- 1 streamable-http remote endpoint documented
- Server version 0.1.1 in registry metadata
- Schema: 2025-12-11 server.schema.json
What problem does it solve?
Your agent can plan and edit code, but long builds, scraping, or batch jobs stall when everything runs on one local machine.
Who is it for?
Indie developers who already use MCP agents and want overflow compute or dedicated remote boxes for delegated tasks.
Skip if: Builders who need fully self-hosted, air-gapped workers or who will not trust third-party execution of repo-related tasks.
What do I get? / Deliverables
After you register the hosted endpoint, your agent can submit tasks to remote workers so build work continues without you babysitting local processes.
- Registered hosted MCP remote in your agent config
- Delegated tasks executed on Tanjiren remote workers
- Reduced local-machine load for heavy or parallel agent work
Recommended MCP Servers
Journey fit
How it compares
Remote execution MCP integration, not a local devcontainer or a single-repo coding skill.
Common Questions / FAQ
Who is Tanjiren MCP for?
It is for solo and small teams using Claude Code, Cursor, or similar agents who want to offload tasks to Tanjiren remote workstations via MCP.
When should I use Tanjiren MCP?
Use it during build when local machines are the bottleneck and you are ready to delegate well-scoped tasks to remote workers through your agent.
How do I add Tanjiren MCP to my agent?
Add the hosted remote URL https://mcp.tanjiren.app/mcp as a streamable-http MCP server in your client, then follow Tanjiren docs for account and task setup.