MCP.so
登录

scaflog-zoho-mcp-server MCP server

@MCP-Mirror

关于 scaflog-zoho-mcp-server MCP server

Mirror of

基本信息

分类

其他

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mastercode-io_scaflog-zoho-mcp-server": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

工具

1

Adds 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-note tool with required name and content arguments
  • summarize-notes prompt 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.

评论

其他 分类下的更多 MCP 服务器