Astravue MCP Server

Manage projects, tasks, time tracking, and team collaboration through natural language.

Local serverstdioGo

What is the Astravue MCP MCP server?

Manage projects, tasks, time tracking, and team collaboration through natural language. Exposed over MCP by the astravue mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

Click the image to download the full demo (with audio).

Its toolset

Everything the assistant can do here goes through one of these:

  • astravue_list_spaces — Lists all spaces in your organization
  • astravue_get_space — Gets details of a specific space including its projects
  • astravue_create_space — Creates a new space
  • astravue_update_space — Updates a space name or settings
  • astravue_delete_space — Permanently deletes a space and all its contents
  • astravue_list_projects — Lists all projects within a space
  • astravue_get_project — Gets full details of a specific project
  • astravue_create_project — Creates a new project inside a space
  • astravue_update_project — Updates a project's name, status, priority, or health
  • astravue_delete_project — Permanently deletes a project and all its tasks
  • astravue_add_project_member — Adds an existing workspace member to a project
  • astravue_list_project_tasks — Lists all tasks within a project

Adding it to your client

Installation goes through your MCP client rather than a global install: point it at mcp-remote on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

When to reach for it

Among the planning and project tracking options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Astravue MCP's toolset — astravue_list_spaces, astravue_get_space, astravue_create_space and 11 more — is a fair guide to whether it matches your workflow. It is maintained by com.astravue; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Astravue MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Astravue MCP.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the astravue mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
astravue_list_spacesLists all spaces in your organization
astravue_get_spaceGets details of a specific space including its projects
astravue_create_spaceCreates a new space
astravue_update_spaceUpdates a space name or settings
astravue_delete_spacePermanently deletes a space and all its contents
astravue_list_projectsLists all projects within a space
astravue_get_projectGets full details of a specific project
astravue_create_projectCreates a new project inside a space
astravue_update_projectUpdates a project's name, status, priority, or health
astravue_delete_projectPermanently deletes a project and all its tasks
astravue_add_project_memberAdds an existing workspace member to a project
astravue_list_project_tasksLists all tasks within a project
astravue_get_taskGets full task details
astravue_find_tasksSearches tasks by keyword across all projects

How to install the Astravue MCP MCP server

{
  "mcpServers": {
    "astravue": {
      "command": "npx",
      "args": ["-y", "mcp-remote"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Astravue MCP to astravue list spaces.
  • Use Astravue MCP to astravue get space.
  • Use Astravue MCP to astravue create space.

Frequently asked questions

It connects Astravue MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (astravue_list_spaces, astravue_get_space, astravue_create_space, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Astravue MCP directly.