MCP Me MCP Server

A community-driven MCP server framework that lets anyone expose personal information to AI assistants via the Model Context Protocol.

Local serverstdioTypeScript

What is the MCP Me MCP server?

Connect MCP Me to Claude, Cursor or any other MCP client and it stops being a tab you switch to. A community-driven MCP server framework that lets anyone expose personal information to AI assistants via the Model Context Protocol. The mcp me mcp server is what makes that connection.

What the server does

Add mcp-me to your AI assistant in one click — no path configuration needed (profile defaults to ~/.mcp-me):

  • AI that knows you — — Your assistants remember your skills, career, projects, and personality across every conversation
  • Auto-generated — — Pull data from 329 registered generators (implemented across 44 generator source files) with one command
  • Privacy-first — — All data stays local in YAML files on your machine. Nothing is sent to any cloud
  • Real-time plugins — — 13 live integrations (Spotify now playing, GitHub repos, Last.fm scrobbles) that AI queries on demand
  • Extensible — — Community-driven generators and plugins. Add a new data source in ~10 lines of code
  • Works everywhere — — Claude Desktop, Cursor, Windsurf, Copilot, and any MCP-compatible AI assistant

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Windsurf — The Windsurf tool exposed by this server
  • Resources — The Resources tool exposed by this server
  • Tools — The Tools tool exposed by this server
  • Prompts — The Prompts tool exposed by this server

Installation

mcp-me on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Credentials and setup notes

Configuration is passed through the environment: SPOTIFY_CLIENT_ID, SPOTIFY_CLIENT_SECRET, SPOTIFY_REFRESH_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Where it fits

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP Me's toolset — Windsurf, Resources, Tools and 1 more — is a fair guide to whether it matches your workflow. It is maintained by paladini; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
WindsurfThe Windsurf tool exposed by this server.
ResourcesThe Resources tool exposed by this server.
ToolsThe Tools tool exposed by this server.
PromptsThe Prompts tool exposed by this server.

How to install the MCP Me MCP server

{
  "mcpServers": {
    "me": {
      "command": "npx",
      "args": ["-y", "mcp-me"],
      "env": {
        "SPOTIFY_CLIENT_ID": "your-value",
        "SPOTIFY_CLIENT_SECRET": "your-value",
        "SPOTIFY_REFRESH_TOKEN": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
SPOTIFY_CLIENT_IDConfiguration value read at startup.Optional
SPOTIFY_CLIENT_SECRETCredential the server authenticates with.Yes
SPOTIFY_REFRESH_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use MCP Me to Windsurf.
  • Use MCP Me to Resources.
  • Use MCP Me to Tools.

Frequently asked questions

It connects MCP Me to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (Windsurf, Resources, Tools, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Me directly.