# cortexpad [Health: Active]

**Category:** 🧠 Knowledge & Memory  
**Repository:** https://cortexpad.com  
**Views:** 3  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/cortexpad

## Description
Google Keep-style notes app with an MCP server for AI agents to read/write notes.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "cortexpad": {
    "command": "npx",
    "args": ["-y","cortexpad"]
  }
}
```

## Documentation

## What cortexpad MCP server does

The cortexpad MCP server connects AI agents with CortexPad, a notes application modeled after Google Keep. Its documented purpose is to let agents read existing notes and write new or updated note content. This makes CortexPad available as an external place for information that an agent needs to retrieve or modify during a workflow.

The cortexpad MCP server is focused on notes. The available material does not describe task management, reminders, file storage, search across other services, or connections to third-party productivity platforms. Treat it as a notes integration rather than a general workspace or broad memory system.

## How it works

An MCP-compatible AI agent uses the server as the interface to CortexPad. Read operations allow the agent to access notes, while write operations allow it to add or change note content. The source description does not specify the exact tool names, request parameters, response formats, authentication method, transport, or whether changes are applied immediately.

This arrangement is useful when an agent needs information that lives in a note or needs to record information for later access. The app remains the destination for the notes; the MCP server supplies the agent-facing connection. The provided material does not explain how notes are organized, identified, filtered, or synchronized.

## Tools and capabilities

The documented capabilities are limited to two core operations:

- Reading notes from CortexPad.
- Writing notes to CortexPad.

No specific MCP tool names are provided. The source also does not confirm support for deleting notes, listing notebooks, searching note contents, attaching files, or managing labels. Developers should verify those details from the service documentation before depending on them.

## Limitations and notes

The available listing contains no README or implementation details. As a result, installation steps, configuration fields, environment variables, supported MCP transports, authentication requirements, client compatibility, and licensing cannot be confirmed here.

The cortexpad MCP server should be evaluated against the agent’s required note workflow. If the workflow only needs an agent to read and write CortexPad notes, the stated capability is a direct fit. If it requires structured records, full-text search, attachments, note deletion, or another productivity service, the provided information does not establish that those features exist.

Before deployment, confirm how the cortexpad MCP server is started, how it identifies the target CortexPad account, what permissions it requests, and how write failures are reported. None of these operational details are specified in the supplied material.

_Full upstream README: https://allmcps.com/mcp/cortexpad/readme_

