MCP Hub
Back to servers

Memos

A Model Context Protocol server that integrates Claude with the Memos note-taking platform, allowing for searching through existing notes and creating new entries.

Stars
19
Forks
5
Tools
2
Updated
Mar 20, 2025
Validated
Jan 11, 2026

memos-mcp-server

smithery badge

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"
            }
        }
    ]
}

Reviews

No reviews yet

Sign in to write a review