NotePlan MCP Server
A Message Control Protocol server that enables Claude Desktop to interact with NotePlan.co, allowing users to query, search, create, and update notes directly from Claude conversations.
Tools
get_notes
get_note_by_id
search_notes
get_notes_by_folder
create_note
create_daily_note
update_note
README
NotePlan MCP Server
A Message Control Protocol (MCP) server that enables Claude Desktop to interact with NotePlan.co. This server provides seamless integration between Claude and your NotePlan notes, allowing you to query, search, create, and update notes directly from Claude conversations.
Features
- Read Notes: Get all notes, specific notes by ID, or notes from specific folders
- Search: Full-text search across all your notes
- Create Notes: Create new notes with titles, content, and folder organization
- Daily Notes: Create and manage daily notes with automatic date formatting
- Update Notes: Modify existing note titles and content
- Folder Organization: Organize and filter notes by folders
Installation
Option 1: Clone from GitHub
git clone https://github.com/bscott/noteplan-mcp.git
cd noteplan-mcp
npm install
Option 2: Install as NPM Package (Coming Soon)
npm install -g noteplan-mcp
Quick Start
-
Install dependencies:
npm install -
Build the project:
npm run build -
Test the server:
npm startYou should see: "NotePlan MCP server running on stdio"
-
Configure Claude Desktop (see detailed setup below)
Claude Desktop Configuration
To use this MCP server with Claude Desktop, add the following configuration to your Claude Desktop config file:
Step 1: Locate Your Config File
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
Step 2: Add NotePlan MCP Server
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"noteplan": {
"command": "node",
"args": ["/absolute/path/to/noteplan-mcp/build/index.js"],
"cwd": "/absolute/path/to/noteplan-mcp"
}
}
}
Important: Replace /absolute/path/to/noteplan-mcp with the actual path where you cloned this repository.
Step 3: Restart Claude Desktop
After saving the configuration, restart Claude Desktop completely for the changes to take effect.
Available Tools
Once configured, you can use these tools in Claude conversations:
| Tool | Description | Parameters |
|---|---|---|
get_notes |
Get all notes from NotePlan | None |
get_note_by_id |
Get a specific note by ID | id (required) |
search_notes |
Search notes by query | query (required) |
get_notes_by_folder |
Get notes from a folder | folder (required) |
create_note |
Create a new note | title (required), content, folder |
create_daily_note |
Create a daily note | date (YYYY-MM-DD), content |
update_note |
Update existing note | id (required), title, content |
Example Usage in Claude
Once set up, you can ask Claude things like:
- "Show me all my notes"
- "Search for notes containing 'project planning'"
- "Create a new note titled 'Meeting Notes' in the 'Work' folder"
- "Get today's daily note"
- "Update note ID 'note123' with new content"
Claude will automatically use the appropriate NotePlan MCP tools to fulfill these requests.
Development
Development Mode
npm run dev
This builds the TypeScript and starts the server with auto-restart on file changes using nodemon.
Building
npm run build
Compiles TypeScript to JavaScript in the build/ directory.
Testing
npm test
Linting
npm run lint
Project Structure
noteplan-mcp/
├── src/
│ ├── index.ts # Main MCP server implementation
│ ├── index.js # HTTP server (alternative)
│ └── services/
│ └── noteService.ts # Note management logic
├── build/ # Compiled JavaScript output
│ ├── index.js # Compiled MCP server
│ └── services/
│ └── noteService.js # Compiled note service
├── tests/
│ └── index.test.js # Test files
├── tsconfig.json # TypeScript configuration
├── package.json
└── README.md
Troubleshooting
Claude Desktop Not Connecting
- Check file paths: Ensure the paths in
claude_desktop_config.jsonare absolute and correct - Check Node.js: Make sure Node.js is installed and accessible from your PATH
- Check logs: Look for error messages in Claude Desktop's logs:
- macOS:
~/Library/Logs/Claude/mcp-server-noteplan.log - Windows:
%LOCALAPPDATA%\Claude\Logs\mcp-server-noteplan.log
- macOS:
Common Error Messages
"Cannot find module '/src/mcp-server.js'"
- The path in your config is incorrect. Use absolute paths, not relative ones.
"Server disconnected"
- Check that Node.js is installed and the server can start with
npm start
Testing Your Setup
-
Test the server manually:
cd /path/to/noteplan-mcp npm run build npm start -
Use the MCP inspector for debugging:
npm run inspector -
Check Claude Desktop logs for connection status
-
Try a simple command in Claude: "Can you show me my notes?"
Configuration
Custom NotePlan Directory
By default, the server looks for NotePlan files in standard locations. If you use a custom directory, you can modify the noteService.js file to point to your NotePlan data directory.
Environment Variables
Currently, no environment variables are required, but future versions may support:
NOTEPLAN_DATA_DIR: Custom NotePlan data directoryMCP_LOG_LEVEL: Logging verbosity
Contributing
- Fork the repository
- Create a feature branch:
git checkout -b my-new-feature - Make your changes and add tests
- Run the test suite:
npm test - Run the linter:
npm run lint - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request
License
MIT License - see LICENSE file for details.
Support
- Open an issue on GitHub for bugs or feature requests
- Check the MCP Documentation for general MCP questions
- Review Claude Desktop documentation for setup issues
推荐服务器
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 模型以安全和受控的方式获取实时的网络信息。