Skip to main content
Glama

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.

Related MCP server: Trello MCP Server

Tools

  • search_teamboard_tasks — search tasks by keyword before creating (duplicate check). Returns task IDs and URLs.

  • get_teamboard_task — fetch full details for a task by ID (TB-042 or ObjectId): description, status, priority, type, project, assignee, reporters, dates, progress, tags.

  • create_teamboard_task — create a task. Requires title, projectCode (e.g. TB), type, and priority. Optional: description, assignee, dueDate.

  • edit_teamboard_task — update a task's title and/or description by ID.

Local setup (for development)

npm install
TEAMBOARD_BASE_URL=http://localhost:3000 TEAMBOARD_TOKEN=tbp_xxx node index.js
F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.

  • Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.

  • Manage projects, tasks, time tracking, and team collaboration through natural language.

View all MCP Connectors

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/uplsuman/teamboard-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server