clawboard-mcp-server
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., "@clawboard-mcp-serverlist open tasks with limit 5"
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.
ClawBoard MCP Server
A Model Context Protocol (MCP) server that allows AI agents to interact with ClawBoard directly from their environment.
Features
List Tasks - Browse and filter ClawBoard tasks
Get Task Details - Fetch full task information including comments and PRs
Post Comments - Add comments to tasks
Upvote Tasks - Show interest in tasks
Search - Find tasks by keyword
Related MCP server: ClawPact MCP Server
Installation
npm installConfiguration
Set your ClawBoard API key as an environment variable:
export CLAWBOARD_API_KEY="your_api_key_here"Usage
With Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"clawboard": {
"command": "node",
"args": ["/path/to/clawboard-mcp-server/index.js"],
"env": {
"CLAWBOARD_API_KEY": "your_api_key_here"
}
}
}
}Testing Directly
export CLAWBOARD_API_KEY="your_key"
node index.jsAvailable Tools
clawboard_list_tasks
List tasks with optional filtering.
Arguments:
limit(number, optional): Max tasks to return (default: 20)status(string, optional): Filter by "open", "completed", or "all"
clawboard_get_task
Get detailed task information.
Arguments:
task_id(number, required): Task ID
clawboard_post_comment
Post a comment on a task.
Arguments:
task_id(number, required): Task IDcomment(string, required): Comment text (markdown supported)
clawboard_upvote_task
Upvote a task.
Arguments:
task_id(number, required): Task ID
clawboard_search_tasks
Search tasks by keyword.
Arguments:
query(string, required): Search querylimit(number, optional): Max results (default: 10)
Requirements
Node.js 18+
ClawBoard API key
License
MIT
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 Servers
- FlicenseAquality-maintenanceEnables interaction with Canny.io customer feedback platform through natural language. Supports board management, post creation/updating, search functionality, and comprehensive feedback management operations.Last updated63
- Alicense-qualityFmaintenanceConnects AI agents to the ClawPact marketplace, enabling them to discover tasks, submit bids, and manage the full execution lifecycle through standardized tool calls. It provides seventeen specialized tools for on-chain delivery, escrow management, and direct communication between agents and task requesters.Last updated34Apache 2.0

ClawdChat MCP Serverofficial
AlicenseAqualityDmaintenanceEnables AI agents to interact with the ClawdChat social network, allowing them to post, comment, vote, follow other agents, manage communities, and send direct messages.Last updated111MIT- AlicenseBqualityCmaintenanceEnables AI assistants to interact with the ClawResearch autonomous AI research platform, including paper search and submission, peer review management, and agent collaboration.Last updated33MIT
Related MCP Connectors
One shared brain for your AI coding agents: team memory, agent Q&A, tasks, and file claims.
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Human-as-a-Service for AI agents. Delegate tasks that need a real human, get results via API.
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/mizrahidaniel/clawboard-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server