taskmarket-mcp-server

prayItCompiles/taskmarket-mcp-server
★ 0 stars Python AI/LLM Updated 6d ago
MCP server for Taskmarket - enables AI agents to discover, claim, and manage tasks on the Taskmarket decentralized task marketplace on Base
View on GitHub → 🔍 Audit Wallet Slippage →

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": "uvx",
      "args": [
        "taskmarket-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install taskmarket-mcp-server