scaflog-zoho-mcp-server MCP server
@MCP-Mirror
About scaflog-zoho-mcp-server MCP server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mastercode-io_scaflog-zoho-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
1Adds a new note to the server
Overview
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.
More Other MCP servers
Servers
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments