Skip to content
xNotePadAI

Connect Your AI Agent

Use your xNotePadAI notebook as a memory layer for AI agents. Claude, Cursor, and any MCP-compatible tool can read, write, and search your notes.

Your MCP Token

Your personal MCP token — copy it into your agent's config below.

Enable AI in Settings first
Show full mcp.json config
 

⚠️ Keep your token secret. Anyone with it can read your notes.

Step 1 — Configure Your Agent

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "xnotepad": {
      "type": "http",
      "url": "https://www.xnotepadai.com/api/mcp/",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN_HERE"
      }
    }
  }
}

Restart Claude Desktop after saving.

Cursor

Add to .cursor/mcp.json in your project:

{
  "mcpServers": {
    "xnotepad": {
      "type": "http",
      "url": "https://www.xnotepadai.com/api/mcp/",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN_HERE"
      }
    }
  }
}

Kiro

Add to .kiro/settings/mcp.json:

{
  "mcpServers": {
    "xnotepad": {
      "type": "http",
      "url": "https://www.xnotepadai.com/api/mcp/",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN_HERE"
      }
    }
  }
}

Any MCP Client (generic)

Use these connection details:

Endpointhttps://www.xnotepadai.com/api/mcp/
ProtocolJSON-RPC 2.0 over HTTPS POST
Transport"type": "http"
AuthBearer token in Authorization header
Tools13 (list, create, get, update, delete, search, ask, versions, tag, link, merge, archive, index)

Step 2 — Try It

Once connected, ask your AI agent:

"Save this research to my xNotePadAI"

"What did I write about the project?"

"List all my notes"

"Tag my meeting notes with 'work'"

The agent will use xNotePadAI's MCP tools to interact with your notebook — privately, securely, and under your control.

API Docs → Generate Token →