FeatureBoard MCP Server

Local-first project board MCP: an AI agent plans, works, verifies, and ships tickets from markdown.

Remote serverstreamable-http

What is the FeatureBoard MCP server?

If you already use FeatureBoard, the featureboard mcp server is the piece that lets your assistant work with it directly. Local-first project board MCP: an AI agent plans, works, verifies, and ships tickets from markdown.

What the server does

It started as a hosted web app (OpenClaw). We rebuilt it as an MCP server by taking the original app's file list and porting it, tool by tool, while learning MCP from scratch — and it came together fast. What you get is ~215 tools spanning the entire product surface: board and churn loop, analytics, testing, a media studio, CRM, leads, contracts, mail and marketing, a website builder with git deploys, and per-ticket commits. The board is the front door; everything the original app did is one sentence away in chat.

  • It's the board Claude drives, not a database you poke. — Ask "what's on my plate,"
  • One command opens the real UI. — get_board returns the shipped board as a Cowork
  • Your files, your rules. — Boards are byte-compatible markdown. Existing FeatureBoard
  • Depth when you want it. — The same server that tracks tickets also generates media, runs a

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Plenty of database access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. It is maintained by ai.featureboard; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Frequently asked questions

It connects FeatureBoard to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with FeatureBoard directly.