Odel
mcp-me

mcp-me

Local
@paladini18TypeScriptMITUpdated 3w ago

Expose your personal, professional, educational, and social profile to any AI assistant via MCP.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-mev0.6.0

Run

npx -y mcp-me

MCP client config

{
  "mcpServers": {
    "mcp-me": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-me"
      ]
    }
  }
}