Mcp Boards Nk — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Boards Nk (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server for Mattermost Boards (Focalboard) — lets Claude and other MCP-compatible clients list teams, boards, and cards, create and update tasks, add comments, and more — all via natural language.
The first MCP server with full support for Mattermost Boards (Focalboard).

| Tool | Description |
|---|---|
list_teams | List all Mattermost teams |
list_boards | List boards in a team |
get_board | Get board details including properties and columns |
list_cards | List cards/tasks in a board. Optional filter: filter_property + filter_value (e.g. prop_estado / opt_pendiente) |
get_card | Get full card details |
create_card | Create a new card with title, properties and content |
update_card | Update title, properties or content of an existing card |
delete_card | Delete a card from a board |
add_comment | Add a comment to a card |
list_views | List views of a board (kanban, table, gallery…) |
list_board_members | List members of a board |
Run the interactive setup wizard — it configures Claude Desktop or Claude Code automatically:
npx --prefer-online --package=mcp-boards-nk mcp-boards-nk-setup
The wizard will ask you:
You can install to multiple clients in a single run.

npx --prefer-online --package=mcp-boards-nk mcp-boards-nk-setup --uninstallSelect which clients to remove the MCP from and the wizard handles the rest.
| Variable | Required | Description |
|---|---|---|
MATTERMOST_URL | ✅ | Base URL of your Mattermost instance (no trailing slash) |
MATTERMOST_TOKEN | ✅ | Personal access token of the Mattermost user |
If the option doesn't appear, ask your Mattermost admin to enable it: System Console → User Management → Users → Manage Roles → Allow this account to generate personal access tokens
When creating or updating cards, pass properties as a JSON object using the IDs defined in the board. Use get_board to see all available property IDs and their option values.
Example:
{
"prop_estado": "opt_pendiente"
}MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.