Back to Browse

Takocode MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Build, preview and publish full-stack web apps with TakoCode's hosted coding agent.

About

Build, preview and publish full-stack web apps with TakoCode's hosted coding agent.

Remote endpoints: streamable-http: https://takocode.com/api/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-takocode-takocode": {
      "url": "https://takocode.com/api/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

TakoCode MCP Server

TakoCode is an AI app-building platform. This repository documents the official TakoCode remote MCP server, which lets MCP clients (Claude, and any other MCP-capable assistant) build, preview and publish full-stack web apps by directing TakoCode's hosted coding agent.

This is a hosted (remote) server. There is nothing to install and no code in this repository to run — the server runs on TakoCode's infrastructure. This repo holds the public listing metadata (server.json) and documentation only.

Connect

Endpointhttps://takocode.com/api/mcp
TransportStreamable HTTP (MCP protocol 2025-06-18, 2025-03-26, 2024-11-05)
AuthOAuth 2.0 with dynamic client registration (RFC 7591) — sign in with your TakoCode account
Accounttakocode.com — $10/mo membership + prepaid wallet credits

Claude: Settings → Connectors → Add custom connector → paste https://takocode.com/api/mcp → sign in when prompted.

What your assistant can do

ToolKindDescription
takocode_get_startedread-onlyAccount status + the onboarding interview to run with the user
set_preferencesSave autonomy / question / tier / budget preferences (enforced server-side)
get_walletread-onlyWallet balance, membership, month spend, live turn slots
top_up_walletStripe checkout link for the human user ($5–$500 credits)
list_projectsread-onlyProjects with publish status, live URL and spend
create_projectCreate a new app project
start_turnpaidSend one build goal to TakoCode's coding agent (async; billed from wallet)
check_turnread-onlyPoll build progress; final message, cost, files, optional screenshot
get_preview_linkread-onlyShareable ~4h link to the running dev app
get_download_linkread-onlySigned 1h ZIP download of the project source
export_githubPush project source to the user's connected GitHub
publish_sitepaidDeploy to a permanent public URL (explicit user approval required)
check_publishread-onlyDeployment status + live URL
search_domainsread-onlyDomain availability + yearly pricing
buy_domainStripe checkout link to register a domain (auto-attached after payment)
attach_domainConnect a domain the user already owns (returns DNS records)

How it works

  • Your assistant orchestrates; TakoCode builds. The billable unit is an agent turn: one clear goal in, working code out. Long-running work is start/poll (start_turncheck_turn), so it survives client timeouts and disconnects.
  • Money is never autonomous. The assistant can never charge anyone: wallet top-ups and domain purchases return Stripe checkout links that only the human can complete, and publishing requires explicit user approval (plus per-user autonomy preferences and an optional monthly budget cap, enforced server-side).
  • Every tool carries MCP annotations (readOnlyHint / destructiveHint) so clients can gate confirmations appropriately.

Security & privacy

  • The server is closed-source and runs entirely on TakoCode's infrastructure; connecting a client grants it scoped access to your TakoCode account only, via OAuth.
  • Tokens are bearer-scoped to your account; revoke access any time from your TakoCode settings.
  • Privacy policy · Terms · Support
  • Vulnerability reports: see SECURITY.md.

License

The contents of this repository (documentation and listing metadata) are MIT-licensed. The TakoCode platform and MCP server implementation are proprietary and are not part of this repository.

Reviews

No reviews yet

Be the first to review this server!