Personal Info MCP
Stores and retrieves personal information fields securely, allowing Claude to access your name, address, email, and professional details without re-typing them.
README
Personal Info MCP
A small MCP server that stores your personal info (name, address, email, professional details, etc.) in an editable JSON file so Claude can pull values instead of you re-typing them every time.
Holds basic identity + professional info only. Do not put financial data or government IDs in here — it is not encrypted.
Install
Runs with uvx — no clone, no virtualenv. uvx
fetches, builds, and caches the server straight from GitHub:
uvx --from git+https://github.com/KenTaniguchi-R/personal-info-mcp personal-info-mcp
Pin a tag or commit for stability and use uvx --refresh ... to upgrade later:
uvx --from git+https://github.com/KenTaniguchi-R/personal-info-mcp@v0.1.0 personal-info-mcp
You won't usually run this by hand — point your MCP client at it (see below).
Once this is published to PyPI the command simplifies to uvx personal-info-mcp.
Tools
| Tool | Type | Description |
|---|---|---|
get_personal_info(field) |
read | Get exactly one field by name. No fetch-all mode. |
search_personal_info(query, limit?) |
read | Keyword search over names/descriptions/tags (no values). Primary way to find a field. |
list_tags() |
read | List tags/categories with a count of fields under each. |
set_personal_info(field, value, description?, tags?) |
write | Add/update a field, with optional description and tags. |
delete_personal_info(field) |
write | Remove a field. |
The split is deliberate for privacy: every read tool exposes only names,
descriptions, and tags so the AI can find the right field, then
get_personal_info returns exactly one value. No single call ever reveals more
than one value, and nothing leaves the machine.
Discovery is search-first by design: there is no "list every field" tool, so
no call can dump the whole catalog into the AI's context. Use list_tags to
orient, search_personal_info to find a field (results are bounded by limit,
relevance-ranked), then get/delete it. A get/delete on a name that
doesn't exist returns a few near-match suggestions — never the full list — so a
typo can't flood context no matter how many fields you store.
Editing your data directly
Your info lives in a JSON file in your per-user data directory, created on first
write with owner-only (0600) permissions:
| OS | Default path |
|---|---|
| macOS | ~/Library/Application Support/personal-info-mcp/personal_info.json |
| Linux | ~/.local/share/personal-info-mcp/personal_info.json |
| Windows | %LOCALAPPDATA%\personal-info-mcp\personal_info.json |
Set the PERSONAL_INFO_PATH environment variable to keep it somewhere else. Each
field is an object with a value, a short non-secret description, and optional
tags (the description and tags are shown in discovery/search to help pick the
right field — never put secrets in them):
{
"full_name": { "value": "Jane Doe", "description": "Legal full name", "tags": ["identity"] },
"email": { "value": "jane@example.com", "description": "Primary email", "tags": ["contact"] },
"amex_main": { "value": "...", "description": "Primary credit card", "tags": ["payment", "card"] }
}
Legacy flat { "field": "value" } files are still read (description/tags default
to empty) and upgraded to the object form on the next write.
Register with Claude Code
claude mcp add personal-info -- uvx --from git+https://github.com/KenTaniguchi-R/personal-info-mcp personal-info-mcp
Or add it to your MCP client config (e.g. ~/.claude.json mcpServers) by hand:
{
"mcpServers": {
"personal-info": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/KenTaniguchi-R/personal-info-mcp",
"personal-info-mcp"
]
}
}
}
Mark set_personal_info and delete_personal_info as confirm-required (writes);
get_personal_info, search_personal_info, and list_tags are safe to
auto-allow (reads).
Register with Claude Desktop
Add the same block to claude_desktop_config.json and restart Claude Desktop
(macOS: ~/Library/Application Support/Claude/, Windows:
%APPDATA%\Claude\):
{
"mcpServers": {
"personal-info": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/KenTaniguchi-R/personal-info-mcp",
"personal-info-mcp"
]
}
}
}
Develop locally
Clone and work against the source:
git clone https://github.com/KenTaniguchi-R/personal-info-mcp
cd personal-info-mcp
uv sync
uv run mcp dev personal_info_mcp/server.py # opens the MCP Inspector
uv run pytest -v # run tests
To point a client at your working copy instead of the GitHub version, use uv run against the checkout:
{
"mcpServers": {
"personal-info": {
"command": "uv",
"args": ["run", "--directory", "/path/to/personal-info-mcp", "personal-info-mcp"]
}
}
}
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。