mcp-server-memos
Search and create memos using a simple API for memo management, enhancing note-taking and organization in applications.
Author

LeslieLeung
No License
Quick Info
Tools 1
Last Updated 2026-02-19
Actions
Tags
memosmemocloudserver memosapi memocreate memos
memos-mcp-server
A MCP(Model Context Protocol) server for Memos.
Tools
search_memos: Search memos with keyword.create_memo: Create a new memo.
Usage
Installing via Smithery
To install mcp-server-memos for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @LeslieLeung/mcp-server-memos --client claude
{
"mcpServers": [
"memos": {
"command": "uvx",
"args": [
"memos-mcp-server"
],
"env": {
"MEMOS_URL": "https://memos.example.com",
"MEMOS_API_KEY": "your_api_key",
"DEFAULT_TAG": "#mcp"
}
}
]
}
