scaflog-zoho-mcp-server MCP server
@MCP-Mirror
scaflog-zoho-mcp-server MCP server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mastercode-io_scaflog-zoho-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}ツール
1Adds a new note to the server
概要
What is scaflog-zoho-mcp-server?
scaflog-zoho-mcp-server is a Model Context Protocol server that implements a simple note storage system for the Zoho Creator Scaflog App. It exposes resources, prompts, and tools to allow MCP clients like Claude Desktop to add, access, and summarize notes.
How to use scaflog-zoho-mcp-server?
Install via uv or uvx and configure in your Claude Desktop config file (claude_desktop_config.json). Use the add-note tool to add notes, access them via note:// URIs, and call the summarize-notes prompt to generate summaries with an optional style argument (brief/detailed).
Key features of scaflog-zoho-mcp-server
- Custom
note://URI scheme for accessing individual notes add-notetool with requirednameandcontentargumentssummarize-notesprompt with optional style control- Resources have name, description, and text/plain mimetype
- Updates server state and notifies clients of resource changes
Use cases of scaflog-zoho-mcp-server
- Add notes to a Zoho Creator Scaflog App via MCP
- Summarize stored notes with adjustable detail level
- Integrate note-taking functionality into Claude Desktop workflows
FAQ from scaflog-zoho-mcp-server
What tools does scaflog-zoho-mcp-server provide?
It provides one tool, add-note, which takes required name and content string arguments and adds a new note to the server.
What resources are available?
The server implements a simple note storage system with a custom note:// URI scheme. Each note resource has a name, description, and text/plain mimetype.
What prompts can I use?
The summarize-notes prompt creates summaries of all stored notes. You can pass an optional style argument (brief or detailed) to control the level of detail.
How do I install the server for Claude Desktop?
Add the server configuration to your claude_desktop_config.json. Use uv with the local directory for development, or uvx for the published package from PyPI.
How can I debug the server?
Use the MCP Inspector by running npx @modelcontextprotocol/inspector uv --directory <path> run scaflog-zoho-mcp-server and accessing the provided URL in your browser.
「その他」の他のコンテンツ
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
コメント