Sidvy MCP Server
Provides AI tools with full access to the Sidvy note-taking API, enabling management of notes, todos, groups, and workspaces with search, filtering, and real-time synchronization capabilities.
README
Sidvy MCP Server
A comprehensive MCP (Model Context Protocol) server that provides AI tools with full access to the Sidvy API - a powerful note-taking system with workspaces, groups, todos, and real-time synchronization.
Features
- Full CRUD Operations: Complete access to notes, groups, todos, and workspaces
- Authentication: API key-based authentication for secure access
- Workspace Management: Multi-workspace support with user isolation
- Hierarchical Groups: Organize notes in nested group structures
- Smart Todos: Todo tracking with markdown checkbox synchronization
- Search & Filter: Full-text search across notes and advanced filtering
- Simple Setup: Direct Node.js execution, no complex packaging
- Easy Integration: Works with Claude Desktop, OpenAI ChatGPT, and other MCP-compatible AI tools
Quick Start
1. Get Your API Token
- Go to Sidvy
- Sign up or log in to your account
- Generate an API token from your account settings
- Copy the JWT token
2. Install and Build
# Clone the repository
git clone https://github.com/martinhjartmyr/sidvy-mcp.git
cd sidvy-mcp
# Install dependencies
pnpm install
# Build the server
pnpm run build
3. Set Up Environment
Create a .env file or set environment variables:
SIDVY_API_TOKEN=your_jwt_token_here
SIDVY_API_URL=https://sidvy.com/api
4. Configure Your AI Tool
Claude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"sidvy": {
"command": "node",
"args": ["/path/to/sidvy-mcp/build/index.js"],
"env": {
"SIDVY_API_TOKEN": "your_jwt_token_here",
"SIDVY_API_URL": "https://sidvy.com/api"
}
}
}
}
Alternative using absolute path:
{
"mcpServers": {
"sidvy": {
"command": "/path/to/sidvy-mcp/build/index.js",
"env": {
"SIDVY_API_TOKEN": "your_jwt_token_here",
"SIDVY_API_URL": "https://sidvy.com/api"
}
}
}
}
OpenAI ChatGPT Configuration
Add to your MCP configuration:
{
"name": "sidvy",
"command": ["node", "/path/to/sidvy-mcp/build/index.js"],
"env": {
"SIDVY_API_TOKEN": "your_jwt_token_here",
"SIDVY_API_URL": "https://sidvy.com/api"
}
}
Available Tools
Notes Management
list_notes- List notes with filtering and searchcreate_note- Create new markdown notesupdate_note- Edit note content and metadatadelete_note- Move notes to trashsearch_notes- Full-text search across notesget_note- Retrieve specific note by IDget_recent_notes- Get recently updated notesappend_to_note- Add content to existing notes
Groups Management
list_groups- List groups with hierarchical structurecreate_group- Create new groups for organizationupdate_group- Rename or move groupsdelete_group- Remove groups and childrenget_group_tree- Get complete group hierarchyget_root_groups- Get top-level groupsget_child_groups- Get child groups of a parentmove_group- Reorganize group structurecreate_group_path- Create nested group paths
Todos Management
list_todos- List todos with filteringcreate_todo- Create new todosupdate_todo- Edit todo text or statusdelete_todo- Remove todostoggle_todo- Switch completion statuscomplete_todo/uncomplete_todo- Set completion stateget_pending_todos- Get incomplete todosget_completed_todos- Get finished todosget_todos_for_note- Get todos for specific noteget_todo_stats- Get completion statistics
Workspace Management
list_workspaces- List all workspacescreate_workspace- Create new workspace (max 2)update_workspace- Rename workspacesdelete_workspace- Remove workspace and contentget_workspace- Get workspace detailsget_default_workspace- Get user's default workspaceget_workspace_stats- Get content statisticsswitch_workspace- Change active workspace
Example Usage
With Claude Desktop
Once configured, you can ask Claude:
"Create a new note called 'Meeting Notes' with a todo list for today's agenda"
"Search for all notes containing 'project planning' and show me the recent ones"
"Show me all my pending todos across all workspaces"
"Create a group structure for 'Projects/Web Development/Frontend' and add a note there"
Command Line Testing
You can test the server directly:
# Set environment variables
export SIDVY_API_TOKEN="your_token_here"
# Run the built server
node build/index.js
# Or run in development mode
pnpm run dev
# The server will start and wait for MCP protocol messages
Development
Prerequisites
- Node.js 18+
- pnpm
Available Commands
# Install dependencies
pnpm install
# Run in development mode with hot reload
pnpm run dev
# Build for production
pnpm run build
# Run built server
pnpm run start
# Clean build files
pnpm run clean
Configuration Options
Environment Variables
SIDVY_API_TOKEN- Your JWT authentication token (required)SIDVY_API_URL- API base URL (default: https://sidvy.com/api)DEBUG- Enable debug logging (default: false)
API Rate Limits
The Sidvy API has reasonable rate limits for normal usage. The MCP server handles rate limiting gracefully and will retry requests when appropriate.
Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Add tests if applicable
- Submit a pull request
License
MIT License - see LICENSE file for details.
推荐服务器
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 模型以安全和受控的方式获取实时的网络信息。