Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

MCP server for Mattermost Boards (Focalboard) that enables natural language management of teams, boards, and cards, including CRUD operations.

README.md

mcp-boards-nk

![npm version](https://www.npmjs.com/package/mcp-boards-nk) ![npm downloads](https://www.npmjs.com/package/mcp-boards-nk) ![CI](https://github.com/nikodev-documentacion/mcp-boards-nk/actions/workflows/ci.yml) ![License: MIT](https://opensource.org/licenses/MIT) ![Node >=18](https://nodejs.org)

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).

!mcp-boards-nk demo

Tools available

| 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 |

Requirements

  • Self-hosted Mattermost instance with the Boards (Focalboard) plugin enabled
  • A Mattermost Personal Access Token

Installation

Run the interactive setup wizard — it configures Claude Desktop or Claude Code automatically:

npx --prefer-online --package=mcp-boards-nk mcp-boards-nk-setup

!Setup wizard

The wizard will ask you:

  1. Which client to install to (Claude Desktop / Claude Code global or project)
  2. Your Mattermost URL
  3. Your personal access token

You can install to multiple clients in a single run.

!MCP connected

Uninstall

npx --prefer-online --package=mcp-boards-nk mcp-boards-nk-setup --uninstall

Select which clients to remove the MCP from and the wizard handles the rest.

Environment variables

| Variable | Required | Description | |----------|----------|-------------| | MATTERMOST_URL | ✅ | Base URL of your Mattermost instance (no trailing slash) | | MATTERMOST_TOKEN | ✅ | Personal access token of the Mattermost user |

Getting a Personal Access Token

  1. Go to Profile → Security → Personal Access Tokens → Edit
  2. Click Create Token, give it a name, copy the value

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

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: ``json { "prop_estado": "opt_pendiente" } ``

License

MIT

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Communication servers.