SiYuan Note MCP Server
Related Servers
Alternatives to SiYuan Note MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceA simple note-taking MCP server for recording and managing notes with AI models.45 npm36GPL 2.0
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI assistants like Claude to access and manipulate Apple Notes on macOS, allowing for retrieving, creating, and managing notes through natural language interactions.82MIT
- FlicenseNot gradedqualityNot gradedmaintenanceA simple MCP server that implements a note storage system allowing users to add and summarize notes with customizable detail levels.3-
- AlicenseBqualityDmaintenanceAn MCP server for managing and persisting notes, offering CRUD operations, note summarization, and resource-based access via a note:// URI scheme.47MIT
- FlicenseCqualityDmaintenanceA simple MCP server implementing a note storage system with one tool to add notes and one prompt to summarize stored notes.42-
- FlicenseNot gradedqualityDmaintenanceA simple note-taking MCP server that allows storing and summarizing notes with custom URI schemes and provides functionality to add notes and generate summaries with different detail levels.5-
TDQS
Scored across 3 tools
The three tools have clearly distinct purposes: executeCommand performs actions, help provides documentation, and queryCommands lists available commands. There is no overlap in functionality, making it easy for an agent to select the correct tool for each task.
The tool names follow a consistent verb_noun pattern (executeCommand, queryCommands) with one minor deviation (help is a noun-only name). This small inconsistency does not significantly impact readability or predictability, as the naming is still clear and logical.
With only 3 tools, the server feels thin for a note-taking domain, as it lacks operations for creating, reading, updating, or deleting notes directly. While the tools provide a command-based interface, the count is borderline low for the apparent scope of managing notes in SiYuan.
The tool surface is significantly incomplete for a note-taking server. There are no tools for core CRUD operations on notes (e.g., create_note, get_note, update_note, delete_note), which are essential for agent workflows. The current tools only support command execution and help, leaving major gaps in functionality.