Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2025 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Keep Mcp

    MCP server for Google Keep

    53 stars
    Python
    Updated Nov 4, 2025

    Documentation

    keep-mcp

    MCP server for Google Keep

    keep-mcp

    How to use

    1. Add the MCP server to your MCP servers:

    json
    "mcpServers": {
        "keep-mcp-pipx": {
          "command": "pipx",
          "args": [
            "run",
            "keep-mcp"
          ],
          "env": {
            "GOOGLE_EMAIL": "Your Google Email",
            "GOOGLE_MASTER_TOKEN": "Your Google Master Token - see README.md"
          }
        }
      }

    2. Add your credentials:

    • GOOGLE_EMAIL: Your Google account email address
    • GOOGLE_MASTER_TOKEN: Your Google account master token

    Check https://gkeepapi.readthedocs.io/en/latest/#obtaining-a-master-token and https://github.com/simon-weber/gpsoauth?tab=readme-ov-file#alternative-flow for more information.

    Features

    • find: Search for notes based on a query string
    • create_note: Create a new note with title and text (automatically adds keep-mcp label)
    • update_note: Update a note's title and text
    • delete_note: Mark a note for deletion

    By default, all destructive and modification operations are restricted to notes that have were created by the MCP server (i.e. have the keep-mcp label). Set UNSAFE_MODE to true to bypass this restriction.

    code
    "env": {
      ...
      "UNSAFE_MODE": "true"
    }

    Publishing

    To publish a new version to PyPI:

    1. Update the version in pyproject.toml

    2. Build the package:

    bash
    pipx run build

    3. Upload to PyPI:

    bash
    pipx run twine upload --repository pypi dist/*

    Troubleshooting

    • If you get "DeviceManagementRequiredOrSyncDisabled" check https://admin.google.com/ac/devices/settings/general and turn "Turn off mobile management (Unmanaged)"

    Similar MCP

    Based on tags & features

    • AS

      Aseprite Mcp

      Python·
      92
    • IS

      Isaac Sim Mcp

      Python·
      83
    • MA

      Mayamcp

      Python·
      27
    • FH

      Fhir Mcp Server

      Python·
      55

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • AS

      Aseprite Mcp

      Python·
      92
    • IS

      Isaac Sim Mcp

      Python·
      83
    • MA

      Mayamcp

      Python·
      27
    • FH

      Fhir Mcp Server

      Python·
      55

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k