Model Context Protocol (MCP) server for TaskMarket on Base, enabling AI agents to discover & delegate tasks.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"taskmarket-mcp-serve": {
"command": "npx",
"args": [
"-y",
"kimutaiRop/taskmarket-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add taskmarket-mcp-serve npx -y kimutaiRop/taskmarket-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"taskmarket-mcp-serve": {
"command": "npx",
"args": [
"-y",
"kimutaiRop/taskmarket-mcp-server"
]
}
}
}