NotePM MCP Server
@k-ibaraki
关于 NotePM MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"notepm-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is NotePM MCP Server?
NotePM MCP Server is a Model Context Protocol (MCP) server that enables MCP‑compatible clients to search and retrieve content from NotePM, a knowledge management platform. It is designed for users who want to integrate NotePM search capabilities into AI‑assisted workflows.
How to use NotePM MCP Server?
Install the server with uv sync, set the required environment variables (NOTEPM_TEAM and NOTEPM_API_TOKEN), and start the server with uv run notepm-mcp-server. Configure your MCP client using the provided JSON settings with the uv command, directory path, and environment variables.
Key features of NotePM MCP Server
- Full‑text search of NotePM content
- Search by title only
- Search by tags
- Search by note code
- Option to include archived pages
- Pagination support for search results
- Retrieve detailed article content
Use cases of NotePM MCP Server
- Search for notes across a NotePM team from an MCP client (e.g., an AI assistant)
- Find articles by title, tag, or note code quickly
- Retrieve full content of a specific note for further processing
- Include archived pages in search results when needed
- Paginate through large result sets efficiently
FAQ from NotePM MCP Server
What are the prerequisites to use NotePM MCP Server?
You need Python 3.12 or later, the uv package manager, and a valid NotePM account with an API token.
How do I set up the environment variables?
Create a .env file with NOTEPM_TEAM (your team name) and NOTEPM_API_TOKEN (your API token), or export them directly in your shell.
How do I start the server?
Run uv run notepm-mcp-server from the server directory.
How do I configure an MCP client to use this server?
Use the JSON configuration with "command": "uv", "args": ["--directory", "/path/to/notepm-mcp-server", "run", "notepm-mcp-server"], and "env" containing NOTEPM_TEAM and NOTEPM_API_TOKEN.
What search options are available?
You can search by full‑text, title only, tags, or note code. You can also include archived pages and use pagination.
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Nginx UI
0xJackyYet another WebUI for Nginx
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论