mcpbeat Sign in

Cursor History MCP Server

local only

Cursor History runs on your own machine — the client starts it, so there is no endpoint to ping. 153 installs a week from npm.

MCP server for browsing, searching, exporting, and backing up your Cursor AI chat history

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 31 · avg 13 · +35% w/w
a month agotoday
153
Installs / week
npm · cursor-history-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cursor-history -- npx -y cursor-history-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cursor-history": {
      "args": [
        "-y",
        "cursor-history-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cursor-history]
command = "npx"
args = ["-y", "cursor-history-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cursor-history": {
      "args": [
        "-y",
        "cursor-history-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cursor-history": {
      "args": [
        "-y",
        "cursor-history-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Cursor History

same job, measured the same way
Telegram Archive MCP
by geiserx

MCP server for Telegram Archive — search messages, browse chats, and access history

47 installs/wk local only
C
LLMnesia
by llmnesia

Search your AI chat history from Claude, Cursor, Codex, and other MCP clients.

214 installs/wk local only
MCP Advisor
by stucchi

Browse, search, and discover MCP servers from your AI assistant

128 installs/wk local only
1stDibs
by 1stdibs

MCP server for browsing and searching items on 1stDibs marketplace.

4 tools answering
YouTube Transcript + YouTube Search MCP
by getyoutubetranscript

YouTube transcripts, search, channel browsing, and playlists for AI agents via MCP.

6 tools answering
Slimcontext MCP Server
by agentailor

MCP Server for SlimContext - AI chat history compression tools

50 installs/wk local only
ChangeDetection.io MCP Server
by rusty4444

MCP server for ChangeDetection.io website monitoring and change history.

74 installs/wk local only
WhatsApp Chat Reader (Unofficial)
by nabheetcloud

Unofficial read-only MCP server for your local WhatsApp chat history (stays on your machine).

48 installs/wk local only

Cursor History — questions

Answers built from our own checks of this server.

Why is there no uptime for Cursor History?
Cursor History runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package cursor-history-mcp was installed 153 times last week.
Is Cursor History still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Cursor History?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls cursor-history-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Cursor History?
The npm package cursor-history-mcp was installed 153 times in the last week. Week over week that is +35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.