Teamboard
FreeNot checkedEnables AI assistants to search and create tasks in TeamBoard via its HTTP API.
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. Requirestitle,projectCode(e.g.TB),type, andpriority. Optional:description,assignee,dueDate.
Local setup (for development)
npm install
TEAMBOARD_BASE_URL=http://localhost:3000 TEAMBOARD_TOKEN=tbp_xxx node index.js
Installing Teamboard
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/uplsuman/teamboard-mcpFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Teamboard with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
