taskover-mcp
v1.3.0
Published
MCP server for TaskOver — connect Claude, Cursor, Windsurf, or any MCP-compatible AI assistant to your game-dev project data.
Maintainers
Readme
taskover-mcp
MCP server for TaskOver — connect Claude Desktop, Claude Code, Cursor, Windsurf, or any MCP-compatible assistant to your game-dev project data.
Setup
- Get your API key from TaskOver.com → Settings → Security.
- Add to your AI host config:
{
"mcpServers": {
"taskover": {
"command": "npx",
"args": ["-y", "taskover-mcp@latest"],
"env": {
"TASKOVER_API_KEY": "tok_paste-your-key-here"
}
}
}
}- Restart your AI host.
Your API key is stored in plaintext in the config file. For better security, use Bridge Mode when available.
