teamboard-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@teamboard-mcpsearch for tasks related to login bug"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-042or ObjectId): description, status, priority, type, project, assignee, reporters, dates, progress, tags.create_teamboard_task— create a task. Requirestitle,projectCode(e.g.TB),type, andpriority. Optional:description,assignee,dueDate.edit_teamboard_task— update a task'stitleand/ordescriptionby ID.
Local setup (for development)
npm install
TEAMBOARD_BASE_URL=http://localhost:3000 TEAMBOARD_TOKEN=tbp_xxx node index.jsTool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Task management for people and AI agents, with scoped OAuth access to issues, projects, and docs.
130Create and manage MeisterTask projects, tasks, and notes from your AI assistant.
Task & board management for AI agents + humans. Kanban, comments, digests via MCP.
Remote MCP for Kanban AI boards—manage projects, tasks, and comments from AI tools.
Related MCP Servers
- FlicenseBqualityDmaintenanceIntegrates GitHub Copilot Chat with your Taskboard instance to manage workspaces, boards, lists, and cards using natural language. It supports full task lifecycle operations, searching capabilities, and knowledge base queries via RAG.12-
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to interact with Trello boards, cards, lists, and more through a standardized interface.-
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Trackfusion projects and tasks, including listing, creating, updating, and filtering tasks.1-
- AlicenseBqualityDmaintenanceEnables AI assistants to manage game development projects, sprints, tasks, and design documents via the HacknPlan API.916MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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