PasteMD

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

0No licenseother

Install

Config snippet generator goes here (5 client tabs)

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