People Context
Rank #1,467io.github.JinyangWang27/people-context
Local-first MCP server giving AI agents contextual knowledge about the people in your life
People Context is a Model Context Protocol (MCP) server published by JinyangWang27. It ranks #1,467 of 132,046 servers tracked on MCP Toplist, and its repository has 55 GitHub stars. People Context is listed on Official MCP, with 4 tracked versions. It was first listed on Jul 23, 2026 and most recently updated on Sep 22, 2026.
Ranks ahead of 130,579 of 132,046 servers on MCP Toplist.
Use People Context
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add people-context -- uvx --from people-context==1.3.0 people-context[mcp_servers.people-context]
command = "uvx"
args = ["--from", "people-context==1.3.0", "people-context"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"people-context": {
"command": "uvx",
"args": [
"--from",
"people-context==1.3.0",
"people-context"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"people-context": {
"command": "uvx",
"args": [
"--from",
"people-context==1.3.0",
"people-context"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"people-context": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"people-context==1.3.0",
"people-context"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"people-context": {
"command": "uvx",
"args": [
"--from",
"people-context==1.3.0",
"people-context"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"people-context": {
"command": "uvx",
"args": [
"--from",
"people-context==1.3.0",
"people-context"
]
}
}
}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.JinyangWang27%2Fpeople-context)<a href="https://mcptoplist.com/server/io.github.JinyangWang27%2Fpeople-context"><img src="https://mcptoplist.com/badge/io.github.JinyangWang27%2Fpeople-context.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
JinyangWang27
Available versions (4)
| Version | Published |
|---|---|
| 1.3.0 | Sep 22, 2026 |
| 1.2.1 | Sep 14, 2026 |
| 1.2.0 | Sep 13, 2026 |
| 1.1.1 | Sep 3, 2026 |
Frequently asked questions
- Who maintains People Context?
- People Context is maintained by JinyangWang27, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is People Context listed on the Official MCP Registry?
- Yes — People Context is listed on the Official MCP Registry.
- How many versions does People Context have?
- MCP Toplist tracks 4 versions of People Context, most recently published on Sep 22, 2026.
- Where can I find the source code for People Context?
- The source code for People Context is hosted at github.com/JinyangWang27/people-context.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.