Puter

by HeyPuter

286 downloads
Not rated
GitHub

About

Puter MCP lets your AI tools (Claude Code, Codex, or any other MCP-compatible client) interact with your Puter resources: managing files, publishing websites, deploying workers, and more.

Details

Author
HeyPuter
Downloads
286
Categories
Other, File Management

- Filesystem: read, write, list, delete files in Puter cloud storage
- Hosting: publish and manage static sites at <subdomain>.puter.site
- Workers: deploy and run serverless JavaScript functions with public URLs
- Apps: register launchable Puter apps and check name availability
- Documentation: pull the latest Puter.js docs for accurate generated code
- Account: look up your account info with whoami

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Puter
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Add the MCP server to your client using its HTTP URL (https://mcp.puter.com/). For example, in Claude Code run claude mcp add --transport http --scope user puter https://mcp.puter.com/ then use /mcp to authenticate. In Codex run codex mcp add puter --url https://mcp.puter.com/. Authentication uses OAuth.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "puter": {
            "puter": {
                "type": "streamable-http",
                "url": "https://mcp.puter.com"
            }
        }
    }
}

McpServers

{
    "puter": {
        "type": "streamable-http",
        "url": "https://mcp.puter.com"
    }
}

Puter MCP

The Puter MCP server lets you connect your AI coding tool to interact with the Puter platform directly.

Installation

Puter MCP runs over HTTP at https://mcp.puter.com/, so any MCP-compatible client can connect to it. Claude Code: `` claude mcp add --transport http --scope user puter https://mcp.puter.com/ ` Then run /mcp inside Claude Code and follow the prompt to authenticate with your Puter account. Codex: ` codex mcp add puter --url https://mcp.puter.com/ ` If you use a different MCP client, just point it at https://mcp.puter.com/. The server uses OAuth, so your client will walk you through signing in.

Features

What Else Can You Do?

Puter MCP lets you use the whole Puter platform from your AI tool. - Filesystem: read, write, list, and delete files in your Puter cloud storage - Hosting: publish and manage static sites at
<subdomain>.puter.site - Workers: deploy and run serverless JavaScript functions with public URLs - Apps: register launchable Puter apps and check name availability - Documentation: pull the latest Puter.js docs so generated code stays accurate - Account: look up your account info with whoami` You can find the full list of tools in the Puter MCP docs.
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.