Official Registry metadata
mcp-server
Puter MCP enables AI tools to interact with Puter: manage files, websites, workers, and more
79Recommendation
Configure in your coding agent
Copy this metadata-derived example, review it, and add secrets only through environment variables on your own machine.
~/.codex/config.toml or codex mcp addRun this command locally. Review package commands before confirming execution.
codex mcp add 'com-puter-mcp-server-b925d632' --url 'https://mcp.puter.com/'
.mcp.jsonAdd this entry to the project-level mcpServers object.
{
"mcpServers": {
"com-puter-mcp-server-b925d632": {
"type": "http",
"url": "https://mcp.puter.com/"
}
}
}.cursor/mcp.jsonKeep secret values as environment-variable references.
{
"mcpServers": {
"com-puter-mcp-server-b925d632": {
"type": "http",
"url": "https://mcp.puter.com/"
}
}
}.vscode/mcp.jsonReview the generated server entry before enabling it.
{
"servers": {
"com-puter-mcp-server-b925d632": {
"type": "http",
"url": "https://mcp.puter.com/"
}
}
}~/.gemini/settings.jsonAdd this entry to mcpServers and keep trust disabled initially.
{
"mcpServers": {
"com-puter-mcp-server-b925d632": {
"httpUrl": "https://mcp.puter.com/",
"trust": false
}
}
}Stacklane does not install, connect to, execute, or security-certify MCP servers. Metadata and risk signals are automated discovery aids.
What this MCP server does
Puter MCP enables AI tools to interact with Puter: manage files, websites, workers, and more
Best suited for
Browser & Web · streamable-http
How to evaluate it
Stacklane does not install, connect to, execute, or security-certify MCP servers. Metadata and risk signals are automated discovery aids.
Declared requirements
Risk signals
- No elevated requirement declared in registry metadata