v0.1.0 — Initial 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, andadminaccess modes- Destructive operations require explicit opt-in and confirmation
- Audit logging for all write operations
- Secret redaction from all log output
- Docker support