Skip to content

v0.1.0 — Initial release

Choose a tag to compare

@peter-novosel peter-novosel released this 08 May 22:17
· 4 commits to main since this release

SmartSuite MCP Server v0.1.0

First release of the SmartSuite local MCP server. Install the .mcpb extension in Claude Desktop for one-click setup, or configure manually via npm or Docker.

Installation

Claude Desktop (easiest): Download SmartSuite.mcpb below and double-click to install. Enter your Account ID and API key when prompted.

Claude Code:
```bash
npx @smartsuite/mcp-server
```

See the README for full setup instructions.

What's included

  • 21 MCP tools: solutions, applications, fields, records (CRUD + batch + search/query), comments, views, SmartDocs
  • readonly, readwrite, and admin access modes
  • Destructive operations require explicit opt-in and confirmation
  • Audit logging for all write operations
  • Secret redaction from all log output
  • Docker support