Productivity
creaverse.art
Provides access to Weget task and project management data, including focus feeds, task details, and activity trails.
ENDPOINT 1
https://creaverse.art/api/mcp
MCP server metadata
- Name
- Weget Workspace
- Version
- 2.14.5
Use Weget as the user's persistent workspace: search notes before asking for known context, connect work to a project when confidence is high, create tasks for explicit commitments, and use Finish Mode only when the user wants an agent to carry a task to a verified outcome. Never expose private notes unless the key has mcp:private. Confirm destructive actions.
Known tools 22
weget_workspace_overviewReturn the user's focus feed, active tasks, projects, and optionally relevant notes for one coherent Weget context snapshot.
Inferred read-onlyweget_get_focusReturn the most important approvals, overdue work, and next actions.
Inferred read-onlyweget_get_task_activityReturn the audit trail for one task or recent task activity.
Inferred read-onlyweget_create_taskCreate a task and optionally link it to a Weget project, folder, note, or chat.
Potential side effectsweget_update_taskMove a task through statuses or update its plan, deadline, and project links.
Potential side effectsweget_create_noteCreate a Markdown note, optionally in a folder and linked by tags.
Potential side effectsweget_list_note_foldersList the user's note folder tree with paths and note counts.
Inferred read-onlyweget_list_projectsList live projects with progress, linked tasks, notes, and next actions.
Inferred read-onlyweget_create_projectCreate one coherent project note, folder, and optional weekly pulse.
Potential side effectsweget_create_task_artifactCreate a linked note, checklist, brief, or report for a task.
Potential side effectsweget_start_finish_modeStart verified execution for a task with an explicit outcome and definition of done.
Inferred read-onlyweget_update_finish_modeRecord progress, evidence, a pause, failure, or an approval request.
Inferred read-onlyweget_complete_finish_modeComplete verified execution with result summary and final evidence.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.weget-workspace]
url = "https://creaverse.art/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"weget-workspace": {
"type": "http",
"url": "https://creaverse.art/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: weget-workspace
Remote MCP URL: https://creaverse.art/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"weget-workspace": {
"url": "https://creaverse.art/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"weget-workspace": {
"type": "http",
"url": "https://creaverse.art/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "weget-workspace",
"transport": "streamable-http",
"url": "https://creaverse.art/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.