mcp-boards-nk
Provides tools for managing Mattermost Boards (Focalboard), including listing teams, boards, cards, views, and members, as well as creating, updating, and deleting cards.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-boards-nklist all boards in the design team"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-boards-nk
MCP server for Mattermost Boards (Focalboard) — lets Claude and other MCP-compatible clients list teams, boards, cards, and create, update or delete tasks via natural language.
Tools available
Tool | Description |
| List all Mattermost teams |
| List boards in a team |
| Get board details including properties and columns |
| List cards/tasks in a board |
| Get full card details |
| Create a new card with title, properties and content |
| Update title, properties or content of an existing card |
| Delete a card from a board |
| List views of a board (kanban, table, gallery…) |
| List members of a board |
Related MCP server: Another Planka MCP
Requirements
Mattermost instance with the Boards (Focalboard) plugin enabled
A Mattermost Personal Access Token with permission to access boards
Installation
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mattermost-boards": {
"command": "npx",
"args": ["-y", "mcp-boards-nk@latest"],
"env": {
"MATTERMOST_URL": "https://your-mattermost-instance.com",
"MATTERMOST_TOKEN": "your-personal-access-token"
}
}
}
}Claude Code (CLI)
claude mcp add mattermost-boards -- env MATTERMOST_URL=https://your-mattermost-instance.com MATTERMOST_TOKEN=your-token npx -y mcp-boards-nk@latestEnvironment variables
Variable | Required | Description |
| ✅ | Base URL of your Mattermost instance (no trailing slash) |
| ✅ | Personal access token of the Mattermost user |
Getting a Personal Access Token
Go to Profile → Security → Personal Access Tokens → Edit
Click Create Token, give it a name, copy the value
If the option doesn't appear, ask your Mattermost admin to enable it under System Console → User Management → Users → Manage Roles
How to use card properties
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"
}License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nikodev-documentacion/mcp-boards-nk'
If you have feedback or need assistance with the MCP directory API, please join our Discord server