Back to the catalog

PasteMD

Instant markdown sharing. Create, manage, and share documents with password protection.

Open source Repository Open in the app JSON README (API)

About

Instant markdown sharing. Create, manage, and share documents with password protection.

Details

Kind
MCP servers
Topic
Files & documents
Publisher
jini-tw
Origin
official
Category
ferramentas
Transport
http
Version
1.0.0
Last push
2026-02-01T07:09:59Z
Repository state
ativo
Added
2026-08-29 04:00:15
Updated
2026-08-29 04:00:15
Origin id
io.github.jini-tw/pastemd

README

# PasteMD - Claude Code Plugin

Instant markdown sharing. Create, manage, and share markdown documents directly from Claude.

## Install

```bash
claude mcp add --transport http pastemd https://api.pastemd.io/mcp
```

Or install from the Plugin Directory:

```
/plugin install pastemd
```

## Tools

| Tool | Description |
|------|-------------|
| `get_document` | Fetch a document by its slug (supports password-protected docs) |
| `list_documents` | List your documents with search and project filtering |
| `create_document` | Create a new markdown document with optional expiration |
| `update_document` | Update an existing document's content, title, or project |
| `list_projects` | List your projects with document counts |
| `get_project` | Get project details and its documents |
| `create_project` | Create a new project to organize documents |

## Examples

**Share meeting notes instantly**

Write markdown meeting notes in Claude and create a shareable link with one command. Set expiration dates for time-sensitive content.

```
Create a PasteMD document with today's meeting notes about the Q1 roadmap review.
Set it to expire in 1 week.
```

**Organize project documentation**

Create a project in PasteMD, add multiple documents, and share the entire collection with team members.

```
Create a "Backend API Docs" project and add documents for each endpoint group.
```

**Secure document sharing**

Share confidential documents with password protection. Recipients must enter the password to view the content.

```
Create a password-protected document with the security audit results and share the link.
```

## Authentication

This plugin uses OAuth 2.1 (PKCE) for secure authentication. On first use, you'll be prompted to authorize via your PasteMD account (Google Sign-In or email).

## Links

- **Website**: [pastemd.io](https://pastemd.io)
- **MCP Documentation**: [pastemd.io/mcp](https://pastemd.io/mcp)
- **Support**: support@pastemd.io

More