scaflog-zoho-mcp-server MCP server
MCP Server for Scaflog Zoho Creator App
Overview
The scaflog-zoho-mcp-server is a Management Control Protocol (MCP) server specifically designed for the Scaflog app on Zoho Creator, enabling efficient note storage and management.
To use the server, install it following the configuration instructions for your respective operating system and utilize the provided tools to manage notes effectively.
- Custom note URI scheme for accessing individual notes. - Summarization of notes with adjustable detail levels. - Ability to add new notes via a defined tool with name and content parameters.
- Quickly summarizing a series of notes for project presentations.
- Storing and organizing notes for personal or team projects.
- Enabling integration with applications that require note management functionalities.
Add to your AI client
Use these steps to connect scaflog-zoho-mcp-server MCP server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"scaflog-zoho-mcp-server-mastercode-io": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-scaflog-zoho-mcp-server-mastercode-io"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"scaflog-zoho-mcp-server-mastercode-io": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-scaflog-zoho-mcp-server-mastercode-io"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"scaflog-zoho-mcp-server-mastercode-io": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-scaflog-zoho-mcp-server-mastercode-io"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"scaflog-zoho-mcp-server-mastercode-io": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-scaflog-zoho-mcp-server-mastercode-io"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"scaflog-zoho-mcp-server-mastercode-io": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-scaflog-zoho-mcp-server-mastercode-io"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"scaflog-zoho-mcp-server-mastercode-io": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-scaflog-zoho-mcp-server-mastercode-io"
]
}
}
}FAQ
What is the purpose of the note URI scheme?
It allows users to easily access specific notes by linking to them directly.
How do I add new notes?
You can add new notes using the 'add-note' command along with the required name and content arguments.
Is there a way to control the detail of note summaries?
Yes! The summarization feature allows you to choose between brief and detailed summaries using the 'style' argument.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":295,"uuid":"5003ffb0-d806-45b9-b317-6ff31d63b7b2","name":"scaflog-zoho-mcp-server","title":"scaflog-zoho-mcp-server MCP server","description":"MCP Server for Scaflog Zoho Creator App","avatar_url":"https://avatars.githubusercontent.com/u/15275903?v=4","created_at":"2024-12-13T13:01:42.112Z","updated_at":"2024-12-13T15:09:09.762Z","status":"created","author_name":"mastercode-io","author_avatar_url":"https://avatars.githubusercontent.com/u/15275903?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/mastercode-io/scaflog-zoho-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]