com.puter/mcp-server MCP Server
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
What is the com.puter/mcp-server MCP server?
The Puter MCP server is a remote Model Context Protocol endpoint (https://mcp.puter.com/) that lets AI tools and agents interact with Puter, an open-source, self-hostable "internet computer" platform. It exposes Puter's file storage, website hosting, and serverless worker capabilities so an AI client can manage a user's Puter account programmatically.
Puter's MCP server connects AI assistants like Claude or Cursor to a Puter account via a remote streamable-HTTP endpoint. Puter itself is an open-source, self-hostable cloud platform combining file storage, apps, AI, databases, and serverless workers under one roof. Through this MCP server, an AI agent can manage files, publish and manage websites, and work with serverless workers on behalf of a user, without needing to run any local server since the connection is remote.
How to install com.puter/mcp-server
Copy-paste configuration for popular MCP clients.
{
"mcpServers": {
"mcp-server": {
"url": "https://mcp.puter.com/"
}
}
}{
"mcpServers": {
"mcp-server": {
"serverUrl": "https://mcp.puter.com/"
}
}
}{
"servers": {
"mcp-server": {
"type": "http",
"url": "https://mcp.puter.com/"
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.puter.com/"
]
}
}
}claude mcp add --transport http mcp-server https://mcp.puter.com/Use cases
- Have an AI agent read, write, and organize files in a user's Puter cloud storage
- Publish or update static websites hosted on Puter directly from an AI assistant
- Manage Puter serverless workers through natural-language AI commands
- Automate routine Puter account tasks (files, apps) via an MCP-compatible client like Claude or Cursor
com.puter/mcp-server MCP server FAQ
It gives AI tools like Claude or Cursor access to a Puter account so they can manage files, websites, and serverless workers through the Model Context Protocol.
Puter itself is open-source under AGPL-3.0 and can be self-hosted for free, or used as a hosted service at puter.com. The README does not specify separate pricing for the MCP endpoint itself.
Add it as a remote MCP server using the streamable-HTTP endpoint https://mcp.puter.com/ in your client's MCP configuration; no local installation is required.
The README does not detail specific auth steps beyond connecting to the hosted endpoint; typically this would involve authenticating with a Puter account to authorize access.
The README describes self-hosting the full Puter platform (via git clone/npm start or the self-host script), but the MCP-specific instructions given are for the remote hosted endpoint at mcp.puter.com.
Based on the description, it can manage files, websites, and workers within a Puter account; the detailed README does not list a specific tool-by-tool breakdown.
README (reference)
Source of truth, from the repository.
Puter
Puter is an advanced, open-source, self-hostable internet computer designed to be feature-rich, fast, and highly extensible.
For Users
Puter's goal is to provide you with every app and feature you need to work, create, and play under one roof. From a simple Notepad and Voice Recorder to Spreadsheet and Camera, Puter wants to be the all-in-one solution for your digital life.
For Developers
Puter provides everything you need to build and publish web apps and games. From AI to Cloud Storage and Database to Serverless Workers, Puter has you covered. Puter also helps you get users! Once you build your app, you can publish it on our App Store to reach and monetize users.
<br/>Getting Started
💻 Local Development
git clone https://github.com/HeyPuter/puter
cd puter
npm install
npm start
→ This should launch Puter at http://puter.localhost:4100
<br/>🚀 Self-Hosting
Linux/macOS
curl -fsSL https://puter.com/selfhost | sh
Windows
irm https://puter.com/selfhost?os=windows | iex
→ For more details, see Self-Hosting Puter.
<br/>☁️ Puter.com
Puter is available as a hosted service at puter.com.
<br/>Support
Connect with the maintainers and community through these channels:
- Bug report or feature request? Please open an issue.
- Discord: discord.com/invite/PQcx7Teh8u
- X (Twitter): x.com/HeyPuter
- Reddit: reddit.com/r/puter/
- Mastodon: mastodon.social/@puter
- Security issues or abuse reports? security@puter.com
- Email maintainers at hi@puter.com
We are always happy to help you with any questions you may have. Don't hesitate to ask!
<br/>License
This repository, including all its contents, sub-projects, modules, and components, is licensed under AGPL-3.0 unless explicitly stated otherwise. Third-party libraries included in this repository may be subject to their own licenses.
<br/>Translations
- Arabic / العربية
- Armenian / Հայերեն
- Bengali / বাংলা
- Chinese / 中文
- Danish / Dansk
- English
- Farsi / فارسی
- Finnish / Suomi
- French / Français
- German / Deutsch
- Hebrew/ עברית
- Hindi / हिंदी
- Hungarian / Magyar
- Indonesian / Bahasa Indonesia
- Italian / Italiano
- Japanese / 日本語
- Korean / 한국어
- Malay / Bahasa Malaysia
- Malayalam / മലയാളം
- Polish / Polski
- Portuguese / Português
- Punjabi / ਪੰਜਾਬੀ
- Romanian / Română
- Russian / Русский
- Spanish / Español
- Swedish / Svenska
- Tamil / தமிழ்
- Telugu / తెలుగు
- Thai / ไทย
- Turkish / Türkçe
- Ukrainian / Українська
- Urdu / اردو
- Vietnamese / Tiếng Việt
Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.
Adds web search capability to MCP-enabled AI agents like Agent TARS.