mcp-me
Rank #7,377io.github.paladini/mcp-me
Expose your personal, professional, educational, and social profile to any AI assistant via MCP.
mcp-me is a Model Context Protocol (MCP) server published by paladini. It ranks #7,377 of 115,460 servers tracked on MCP Toplist, and its repository has 18 GitHub stars. mcp-me is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Mar 22, 2026 and most recently updated on Jul 10, 2026.
Ranks ahead of 108,083 of 115,460 servers on MCP Toplist.
Use mcp-me
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-me -e "MCP_ME_PROFILE_DIR=<your MCP_ME_PROFILE_DIR>" -- npx -y mcp-me serveReplace each placeholder with your own value before saving.
[mcp_servers.mcp-me]
command = "npx"
args = ["-y", "mcp-me", "serve"]
[mcp_servers.mcp-me.env]
MCP_ME_PROFILE_DIR = "<your MCP_ME_PROFILE_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-me": {
"command": "npx",
"args": [
"-y",
"mcp-me",
"serve"
],
"env": {
"MCP_ME_PROFILE_DIR": "<your MCP_ME_PROFILE_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-me": {
"command": "npx",
"args": [
"-y",
"mcp-me",
"serve"
],
"env": {
"MCP_ME_PROFILE_DIR": "<your MCP_ME_PROFILE_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-me": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-me",
"serve"
],
"env": {
"MCP_ME_PROFILE_DIR": "<your MCP_ME_PROFILE_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-me": {
"command": "npx",
"args": [
"-y",
"mcp-me",
"serve"
],
"env": {
"MCP_ME_PROFILE_DIR": "<your MCP_ME_PROFILE_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-me": {
"command": "npx",
"args": [
"-y",
"mcp-me",
"serve"
],
"env": {
"MCP_ME_PROFILE_DIR": "<your MCP_ME_PROFILE_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.paladini%2Fmcp-me)<a href="https://mcptoplist.com/server/io.github.paladini%2Fmcp-me"><img src="https://mcptoplist.com/badge/io.github.paladini%2Fmcp-me.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
paladini
Other servers by paladini
View all paladini servers →Available versions (1)
| Version | Published |
|---|---|
| 0.6.0 | Jul 10, 2026 |
Frequently asked questions
- Who maintains mcp-me?
- mcp-me is maintained by paladini, which publishes 5 MCP servers (4 total versions) tracked on MCP Toplist.
- Is mcp-me listed on the Official MCP Registry?
- Yes — mcp-me is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does mcp-me have?
- MCP Toplist tracks 1 version of mcp-me, most recently published on Jul 10, 2026.
- Where can I find the source code for mcp-me?
- The source code for mcp-me is hosted at github.com/paladini/mcp-me.