
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@easybits.cloud/mcp
Advanced tools
Easybits MCP server — stdio transport that proxies to the Easybits Streamable HTTP endpoint
Connect your AI agents to EasyBits — a digital asset marketplace for creators. Upload files, share content, optimize images, manage websites, and more — all through natural language.
Sign up at easybits.cloud and generate an API key from your developer dashboard.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"easybits": {
"command": "npx",
"args": ["-y", "@easybits.cloud/mcp"],
"env": {
"EASYBITS_API_KEY": "your-api-key"
}
}
}
}
claude mcp add easybits -- npx -y @easybits.cloud/mcp
Then set your API key in ~/.easybitsrc:
EASYBITS_API_KEY=your-api-key
Add to your Cursor MCP settings:
{
"mcpServers": {
"easybits": {
"command": "npx",
"args": ["-y", "@easybits.cloud/mcp"],
"env": {
"EASYBITS_API_KEY": "your-api-key"
}
}
}
}
Ask your AI agent things like:
| Tool | Description |
|---|---|
list_files | List files with pagination and filtering |
get_file | Get file metadata and a signed download URL (1h expiry) |
upload_file | Create a file record and get a presigned upload URL |
update_file | Update name, access level, or metadata |
delete_file | Soft-delete a file (recoverable for 7 days) |
restore_file | Restore a soft-deleted file |
list_deleted_files | List deleted files with days until permanent purge |
search_files | AI-powered natural language file search (requires AI key) |
| Tool | Description |
|---|---|
share_file | Share a file with another user by email |
generate_share_token | Generate a presigned download URL (60s–7 days) |
list_share_tokens | List all share tokens with expiration status |
| Tool | Description |
|---|---|
optimize_image | Convert images to WebP or AVIF with quality control |
transform_image | Resize, rotate, flip, convert format, or apply grayscale |
| Tool | Description |
|---|---|
set_ai_key | Store an AI provider API key (Anthropic/OpenAI) for search |
list_ai_keys | List configured AI keys (masked) |
delete_ai_key | Remove a stored AI key |
| Tool | Description |
|---|---|
list_providers | List configured storage providers |
| Tool | Description |
|---|---|
list_websites | List all websites with stats |
create_website | Create a new website with auto-generated slug |
get_website | Get website details and computed stats |
update_website | Update website name or status |
delete_website | Delete website and soft-delete associated files |
| Variable | Description | Required |
|---|---|---|
EASYBITS_API_KEY | Your EasyBits API key | Yes |
EASYBITS_URL | Custom API base URL | No |
You can also set these in a ~/.easybitsrc file:
EASYBITS_API_KEY=eb_your_key_here
This package is a stdio-to-HTTP proxy. It reads JSON-RPC messages from stdin and forwards them to the EasyBits MCP endpoint (https://www.easybits.cloud/api/mcp). Responses are streamed back via Server-Sent Events (SSE).
MIT
FAQs
MCP server for EasyBits — the cloud for AI agents: sandboxes, web, files, SQL databases, documents and app hosting
The npm package @easybits.cloud/mcp receives a total of 54 weekly downloads. As such, @easybits.cloud/mcp popularity was classified as not popular.
We found that @easybits.cloud/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.