teamboard-mcp logo

teamboard-mcp

uplsuman/teamboard-mcp
0 starsUpdated 2026-06-22Community

Is this your server?

Add your score badge to your README and get your server in front of 45k+ builders a month.

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

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

README.md

teamboard-mcp

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

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

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