mkdshare MCP Server
onlineThis endpoint speaks the Model Context Protocol. Connect any MCP client to create, share, and annotate markdown documents.
POST
https://mkdshare.dev/mcp
Available tools
list_documents
List your documents
get_document
Read any document you have access to
create_document
Publish a new document and get a shareable URL
update_document
Edit a document you own
list_annotations
Read all inline comments on a document
create_annotation
Add an inline comment anchored to specific text
request_device_auth
Start Google sign-in without a browser (no token needed)
poll_device_auth
Complete sign-in and retrieve your API token
Sign in to get an API token, or ask your AI assistant to call request_device_auth — no browser needed.
Quick test
curl -s -X POST https://mkdshare.dev/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'