Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Teamboard

FreeNot checked

Enables AI assistants to search and create tasks in TeamBoard via its HTTP API.

GitHubEmbed

About

Enables AI assistants to search and create tasks in TeamBoard via its HTTP API.

README

MCP server for TeamBoard. Lets any MCP-aware client (Claude Code, etc.) search and create tasks via the TeamBoard HTTP API.

Usage (no install)

Add this to your Claude Code MCP config (~/.claude/mcp.json or .mcp.json in any project):

{
    "mcpServers": {
    "teamboard": {
      "command": "npx",
      "args": [
        "-y",
        "github:uplsuman/teamboard-mcp"
      ],
      "env": {
        "TEAMBOARD_BASE_URL": "https://teamboard.utplco.com",
        "TEAMBOARD_TOKEN": ""
      }
    }
  }
}

Replace your-org with the actual GitHub org/user, and generate your token from TeamBoard → Profile → API Tokens.

Tools

  • search_teamboard_tasks — search tasks by keyword before creating (duplicate check). Returns task IDs and URLs.
  • create_teamboard_task — create a task. Requires title, projectCode (e.g. TB), type, and priority. Optional: description, assignee, dueDate.

Local setup (for development)

npm install
TEAMBOARD_BASE_URL=http://localhost:3000 TEAMBOARD_TOKEN=tbp_xxx node index.js

from github.com/uplsuman/teamboard-mcp

Installing Teamboard

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/uplsuman/teamboard-mcp

FAQ

Is Teamboard MCP free?

Yes, Teamboard MCP is free — one-click install via Unyly at no cost.

Does Teamboard need an API key?

No, Teamboard runs without API keys or environment variables.

Is Teamboard hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Teamboard in Claude Desktop, Claude Code or Cursor?

Open Teamboard on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Teamboard with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs