Onetimesecret MCP
O

Onetimesecret MCP

A privacy - first secret sharing application based on the Model Context Protocol, supporting client - side encryption and self - destruct after reading functions, and providing server - side storage through Cloudflare Workers.
2 points
3.6K

What is OneTime Secret?

OneTime Secret is a secure and privacy - first secret sharing tool. It allows you to create encrypted messages (such as passwords, sensitive information, temporary access codes, etc.) and generate a shareable link. After the recipient opens the link and enters the password, they can view the secret content, and then the secret will automatically self - destruct or have its viewing times limited according to the settings. The server will never see your plain - text secret or password, and all encryption and decryption are done on the client side.

How to use OneTime Secret?

You can use it in two ways: 1) Use it directly as an MCP application in Claude Desktop, creating and sharing secrets through conversations; 2) Non - Claude users can access the independent web interface through the generated link to view secrets. The basic process is: create a secret → set a password and expiration date → share the link → the recipient views the secret → the secret automatically self - destructs.

Use cases

Suitable for sharing temporary passwords, sensitive configuration information, one - time access tokens, private notes, confidential messages, etc. It is especially suitable for situations where you need to ensure that information is not stored for a long time or viewed multiple times.

Main Features

Zero - Knowledge Encryption
All secrets are encrypted on your device using AES - 256 - GCM. The server only stores the encrypted data and will never see your plain - text secret or password.
Automatic Self - Destruction
Secrets can be set to self - destruct after a single view or automatically expire after a certain period (up to 7 days), ensuring that information is not permanently retained.
MCP Integration
Seamlessly integrated into Claude Desktop, allowing you to create and manage secrets directly through conversations without leaving the chat interface.
Independent Interface
Provides a simple web interface for users without Claude. They can view secrets by simply opening the link and entering the password.
Cloudflare Backend
Uses the Cloudflare Workers global edge network for storage, ensuring fast access and high availability. Data is automatically expired and cleaned up.
Flexible Sharing Methods
Supports multiple sharing methods: sharing the link and password separately, single - link sharing, etc., to meet different security requirements.
Advantages
Extremely high privacy protection: The server cannot access your plain - text data
Easy to use: No need to register an account, directly create and share
Automatic cleaning: Secrets are automatically deleted after expiration, leaving no traces
Multiple usage methods: Supports MCP integration and independent web access
Globally available: Based on the Cloudflare edge network, with fast access
Open - source and transparent: The code is open - source, and the security mechanism can be verified
Limitations
Single or limited views: Not suitable for scenarios that require multiple accesses
Time limit: The maximum storage time is 7 days, not suitable for long - term storage
File size limit: Maximum support for 1MB of encrypted data
Dependent on password memory: You need to remember or securely transfer the password
Network dependency: Requires an Internet connection to create and view secrets

How to Use

Installation and Configuration
First, you need to install the MCP server and configure it in Claude Desktop. If you are only viewing secrets shared by others, you can skip this step.
Create a Secret
Request to create a secret directly in Claude, providing the message to be encrypted and the password. You can also set the expiration date and viewing times limit.
Share the Link
Claude will generate a shareable link. Send this link to the recipient. For higher security, send the password through other channels (such as SMS, encrypted messages).
View the Secret (Recipient)
The recipient opens the link, enters the password on the web page, and can view the secret content. After viewing, the secret may be destroyed according to the settings.

Usage Examples

Share Temporary Login Credentials
You need to temporarily give a colleague access to a system but don't want to send the plain - text password through an insecure channel.
Send Sensitive Configuration Information
The development team needs to share API keys or database connection strings without leaving traces in version control or chat records.
Pass Private Messages
You need to send a message containing personal information, ensuring that only the specific recipient can view it and that no record is left on the server.

Frequently Asked Questions

If I forget the password, can I retrieve the secret?
How long can a secret be stored at most?
Can I share files?
How to ensure the security of the shareable link?
Can I use it without Claude Desktop?
If the server is attacked, will my secret be leaked?

Related Resources

GitHub Repository
Complete source code, issue tracking, and contribution guidelines
Deployment Guide
Detailed self - deployment and configuration instructions
Model Context Protocol Official Website
Learn about the MCP protocol and technical details
Cloudflare Workers Documentation
Documentation for the serverless platform used in the backend

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "onetimesecret": {
      "command": "node",
      "args": ["/path/to/onetimesecret-mcp/dist/main.js"],
      "env": {
        "CLOUDFLARE_WORKER_URL": "http://localhost:8787"
      }
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

V
Vestige
Vestige is an AI memory engine based on cognitive science. By implementing 29 neuroscience modules such as prediction error gating, FSRS - 6 spaced repetition, and memory dreaming, it provides long - term memory capabilities for AI. It includes a 3D visualization dashboard and 21 MCP tools, runs completely locally, and does not require the cloud.
Rust
9.4K
4.5 points
M
Moltbrain
MoltBrain is a long-term memory layer plugin designed for OpenClaw, MoltBook, and Claude Code, capable of automatically learning and recalling project context, providing intelligent search, observation recording, analysis statistics, and persistent storage functions.
TypeScript
10.0K
4.5 points
B
Bm.md
A feature-rich Markdown typesetting tool that supports multiple style themes and platform adaptation, providing real-time editing preview, image export, and API integration capabilities
TypeScript
15.1K
5 points
S
Security Detections MCP
Security Detections MCP is a server based on the Model Context Protocol that allows LLMs to query a unified security detection rule database covering Sigma, Splunk ESCU, Elastic, and KQL formats. The latest version 3.0 is upgraded to an autonomous detection engineering platform that can automatically extract TTPs from threat intelligence, analyze coverage gaps, generate SIEM-native format detection rules, run tests, and verify. The project includes over 71 tools, 11 pre-built workflow prompts, and a knowledge graph system, supporting multiple SIEM platforms.
TypeScript
6.3K
4 points
P
Paperbanana
Python
8.0K
5 points
B
Better Icons
An MCP server and CLI tool that provides search and retrieval of over 200,000 icons, supports more than 150 icon libraries, and helps AI assistants and developers quickly obtain and use icons.
TypeScript
9.3K
4.5 points
A
Assistant Ui
assistant - ui is an open - source TypeScript/React library for quickly building production - grade AI chat interfaces, providing composable UI components, streaming responses, accessibility, etc., and supporting multiple AI backends and models.
TypeScript
8.9K
5 points
A
Apify MCP Server
The Apify MCP Server is a tool based on the Model Context Protocol (MCP) that allows AI assistants to extract data from websites such as social media, search engines, and e-commerce through thousands of ready-to-use crawlers, scrapers, and automation tools (Apify Actors). It supports OAuth and Skyfire proxy payment and can be integrated into MCP clients such as Claude and VS Code through HTTPS endpoints or local stdio.
TypeScript
9.5K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
22.4K
4.5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
36.3K
5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
77.6K
4.3 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
27.8K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
36.3K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
68.8K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
22.8K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
53.7K
4.8 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase