Connect your assets to AI.
Markie exposes your local asset library via MCP, so Claude and other AI tools can search and retrieve your files.
What is MCP?
Model Context Protocol (MCP) is a standard for AI assistants to access external tools and data sources securely.
Markie's MCP server exposes your personal asset library to Claude and other AI tools. Search by query, tag, file type, or description — all from within your AI conversations.
Your files stay local. Your AI accesses them through Markie, which controls exactly what can be searched and retrieved.
Available Tools
Use these MCP tools to interact with your Markie library programmatically.
search_assets
Search your library by query string. Returns matching files with metadata.
get_asset
Retrieve a specific asset by its ID. Returns file metadata and content.
list_tags
List all tags in your library. Useful for filtering and organization.
get_stats
Get statistics about your collection: total files, size, types, tags.
Quick Start
// Install Markie MCP server npx markie-mcp // Or add to Claude Desktop config (~/.claude/config.json) { "mcpServers": { "markie": { "command": "npx", "args": ["markie-mcp"] } } }
Example usage.
“Find that blue gradient poster I saved last week”
“Show me the most recent PDFs I saved”
“Find all assets tagged "logo"”
“What did I save from dribbble.com?”
“Show me assets with warm color palettes”
“How many assets are in my library?”
“Get me the brand guidelines PDF from last week”
“What tags do I use most often?”