# mkdshare.DEV MCP server

Publish and share access-controlled Markdown documents from any MCP-enabled AI tool.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-philipand-mkdshare

## Install
- Endpoint: https://mkdshare.dev/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://mkdshare.dev/mcp
- Header: Authorization

## Tools
- list_documents - List all mkdshare.DEV documents owned by the authenticated user. Endpoint: https://mkdshare.dev/mcp
- get_document - Read the full markdown content of a document by its slug. Endpoint: https://mkdshare.dev/mcp
- create_document - Create a new mkdshare.DEV document. Endpoint: https://mkdshare.dev/mcp
- update_document - Update an existing document you own. Omit any field to keep its current value. Endpoint: https://mkdshare.dev/mcp
- list_annotations - List all annotations (comments) on a document. Endpoint: https://mkdshare.dev/mcp
- create_annotation - Add an annotation (comment) to a document. Pass quoted_text with the exact passage you want to annotate — the server will locate it automatically. Omit quoted_text to attach to the whole document. You can also provide start_offset + end_offset explicitly if needed. Endpoint: https://mkdshare.dev/mcp
- request_device_auth - Start a headless Google sign-in. Call this FIRST if you don't have an API token yet. Returns a user_code and verification_url for the user to visit, plus a device_code to use with poll_device_auth. No Bearer token required. Endpoint: https://mkdshare.dev/mcp
- poll_device_auth - Check whether the user has approved the device authorization. Call every 5 seconds (or the interval returned by a slow_down response) until status is 'complete'. Save the returned api_token to your MCP server config. Endpoint: https://mkdshare.dev/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.PhilipAnd
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 15, 2026
- Source: https://registry.modelcontextprotocol.io
