← Registry

Productivity

creaverse.art

Provides access to Weget task and project management data, including focus feeds, task details, and activity trails.

1 endpoint22 known toolsFirst detected August 26, 2026Last detected August 26, 2026

ENDPOINT 1

https://creaverse.art/api/mcp

No auth detected

MCP server metadata

Name
Weget Workspace
Version
2.14.5
Capabilities
experimentalprompts.listChangedresources.listChangedtools.listChangedtasks.listtasks.canceltasks.requests.tools.calltasks.requests.prompts.gettasks.requests.resources.read
Server instructions

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_overview

Return the user's focus feed, active tasks, projects, and optionally relevant notes for one coherent Weget context snapshot.

Inferred read-only
weget_get_focus

Return the most important approvals, overdue work, and next actions.

Inferred read-only
weget_list_tasks

List Weget tasks, optionally filtered by status or project.

Inferred read-only
weget_get_task

Get one task, including linked context and Finish Mode state.

Inferred read-only
weget_get_task_activity

Return the audit trail for one task or recent task activity.

Inferred read-only
weget_create_task

Create a task and optionally link it to a Weget project, folder, note, or chat.

Potential side effects
weget_update_task

Move a task through statuses or update its plan, deadline, and project links.

Potential side effects
weget_search_notes

Semantically search notes.

Inferred read-only
weget_list_notes

List notes by folder, tag, or text filter.

Inferred read-only
weget_get_note

Read one note with its rendered content and metadata.

Inferred read-only
weget_create_note

Create a Markdown note, optionally in a folder and linked by tags.

Potential side effects
weget_update_note

Edit, move, pin, archive, or retag an existing note.

Potential side effects
weget_list_note_folders

List the user's note folder tree with paths and note counts.

Inferred read-only
weget_create_note_folder

Create a top-level or nested note folder.

Potential side effects
weget_list_projects

List live projects with progress, linked tasks, notes, and next actions.

Inferred read-only
weget_resolve_project

Ask Weget which project best matches free-form text.

Inferred read-only
weget_create_project

Create one coherent project note, folder, and optional weekly pulse.

Potential side effects
weget_create_task_artifact

Create a linked note, checklist, brief, or report for a task.

Potential side effects
weget_start_finish_mode

Start verified execution for a task with an explicit outcome and definition of done.

Inferred read-only
weget_update_finish_mode

Record progress, evidence, a pause, failure, or an approval request.

Inferred read-only
weget_complete_finish_mode

Complete verified execution with result summary and final evidence.

Inferred read-only
weget_cancel_task

Cancel a task.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.