pin-it-mcp
Read-only stdio MCP server that allows AI clients to list, search, and retrieve pins and images from a local desktop pinboard.
README
<p align="center"> <img src="build/icon.svg" alt="Pin It" width="88" height="88"> </p>
Pin It
Pin it, so your AI can use it later.
Pin It is a local desktop pinboard for saving text, tables, code, links, and screenshots while you work. When something becomes useful again, you can copy it directly or bring it into an MCP-capable AI client.
[!IMPORTANT] Pin It is an early macOS-first project. There is not yet a signed, notarized public installer. Running from source is currently the supported installation path. Clearly labeled unsigned community builds may be added later, but macOS can warn before opening them and may require permissions to be granted again after an update.
What it does
- Pin the clipboard with
Command+Shift+I. - Pin a screen region with
Command+Shift+O. - Organize pins into multiple local boards.
- Save text, Markdown, code, HTML tables, links, and images.
- Search, reorder, edit, archive, and delete pins.
- Copy selected material as a deterministic Markdown packet.
- Read pins from MCP-capable clients through the bundled read-only server.
Privacy
Pins and images stay on your computer. Pin It has no account system, cloud sync, telemetry, or remote pin storage.
Smart Titles are optional. If you enable them and configure an OpenAI API key, Pin It sends a capped excerpt of newly captured text to OpenAI after the pin is saved locally. Without a key, Pin It uses local fallback titles. Image pins are not sent for Smart Titles.
The API key is stored in macOS Keychain. On other supported Electron platforms, Pin It uses Electron's encrypted storage when it is available.
Requirements
- macOS for the complete capture experience
- Node.js 22 or newer
- npm
Run from source
git clone https://github.com/johnnyzhoujz/pin-it-public.git
cd pin-it-public
npm ci
npm run desktop
The renderer is also available on http://127.0.0.1:5173/ while the desktop
development process is running.
To run the Electron shell against production-built renderer assets:
npm run desktop:prod
Local data
Pin data is stored under Electron's app-data directory. The directory still uses the project's former name so existing local data survives the rename:
~/Library/Application Support/Keep That/keeps.json
~/Library/Application Support/Keep That/images/
keeps.json stores relative image paths and pinit://pin/<id>/image
placeholders rather than inline base64 payloads.
MCP
Pin It includes a read-only stdio MCP server. It can list and search pins, retrieve image pins, and generate deterministic packets.
Build and test the server:
npm run build:mcp
node dist-mcp/pinit-mcp.mjs --selftest
Example configuration for a repository checkout:
{
"mcpServers": {
"pin-it": {
"command": "<absolute-path-to-node>",
"args": ["<absolute-path-to-repo>/dist-mcp/pinit-mcp.mjs"],
"env": {
"PINIT_STORE_PATH": "~/Library/Application Support/Keep That/keeps.json"
}
}
}
}
Example configuration for a locally packaged app:
{
"mcpServers": {
"pin-it": {
"command": "/Applications/Pin It.app/Contents/MacOS/Pin It",
"args": [
"/Applications/Pin It.app/Contents/Resources/app.asar.unpacked/dist-mcp/pinit-mcp.mjs"
],
"env": {
"ELECTRON_RUN_AS_NODE": "1",
"PINIT_STORE_PATH": "~/Library/Application Support/Keep That/keeps.json"
}
}
}
}
The Settings panel shows the resolved configuration for the current app/session.
Smart Titles
Smart Titles are opt-in. Add an OpenAI API key in Settings, or provide it only to the development process:
OPENAI_API_KEY=... npm run desktop
Captured content is saved immediately with a local title before any provider request runs. Provider failures leave the local title unchanged, and a generated title never overwrites a title you edited manually.
Validate changes
Run the complete local check:
npm run check
Or run the steps separately:
npm run audit:prod
npm test
npm run build
Create a local macOS build
Create an unpacked development app:
npm run pack:mac
Create local .dmg and .zip artifacts:
npm run dist:mac
Generated artifacts are written to release/ and are excluded from Git.
Unless you configure a valid Apple Developer ID identity and notarization,
these builds are for local testing and are not equivalent to an official
signed release.
Project layout
electron/ Electron main process, preload bridge, updater, and MCP entrypoint
src/ React renderer and local pinboard behavior
tests/ Node and Vitest regression coverage
site/ Static marketing site deployed to Vercel
build/ App icons and tracked brand resources
docs/ Product and engineering design notes
Contributing
Bug reports and focused pull requests are welcome. Read CONTRIBUTING.md before starting. Please report security issues according to SECURITY.md, not through a public issue.
License
Pin It is available under the MIT License.
推荐服务器
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 模型以安全和受控的方式获取实时的网络信息。