Astravue MCP
Click the image to download the full demo (with audio). The Astravue MCP Server is a cloud-based bridge between your Astravue workspace and compatible AI tools. Once configured, it enables those tools to interact with your spaces, projects, tasks, time entries, and custom fields in real time. All actions are authenticated via OAuth 2.0 and respect the user's existing access controls. Its 40 documented tools cover astravue, task, project, tasks. It is available as a remote MCP endpoint.
Teams that want a hosted communication endpoint instead of running a local process.
VERIFIED ACTIVE
LAST COMMIT 2026-06-09 · ★ 12 · #84 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25
Apache-2.0 · how we verify → /methodology
01 · Install Astravue MCP
Claude Code
claude mcp add astravueorg-astravue-mcp-server --transport http https://api.astravue.com/mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"astravueorg-astravue-mcp-server": {
"url": "https://api.astravue.com/mcp"
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
https://api.astravue.com/mcp
transport: streamable-http
endpoint alive - authentication required · probed 2026-08-25
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as remote - your agent's requests go to api.astravue.com
endpoint auth requires authentication - rejected our unauthenticated MCP initialize
license Apache-2.0 - declared in the repository
registry vendor namespace com.astravue - domain-verified with the official MCP registry
03 · What Astravue MCP can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can list all spaces in your organization, get details of a specific space including its projects, create a new space, and update a space name or settings.
The 40 tools it gives your agent
Extracted from the project's README - what Astravue MCP lets an agent do.
- 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
show all 40 tools
- astravue_get_task
- - Gets full task details
- astravue_find_tasks
- - Searches tasks by keyword across all projects
- astravue_create_task
- - Creates a task in a project
- astravue_update_task
- - Updates task fields
- astravue_delete_task
- - Deletes a task
- astravue_move_task
- - Moves a task from one project to another
- astravue_duplicate_task
- - Creates a copy of an existing task
- astravue_create_personal_task
- - Creates a personal task not tied to any project
- astravue_bulk_create_tasks
- - Creates multiple tasks in one call
- astravue_bulk_update_tasks
- - Updates multiple tasks at once
- astravue_bulk_delete_tasks
- - Deletes multiple tasks at once
- astravue_get_task_counts
- - Returns task count summary: total, pending, completed, overdue
- astravue_list_subtasks
- - Lists subtasks under a parent task
- astravue_create_subtask
- - Creates a new subtask
- astravue_update_subtask
- - Updates a subtask's title, status, or priority
- astravue_delete_subtask
- - Deletes a subtask
- astravue_get_task_comments
- - Lists comments on a task
- astravue_add_task_comment
- - Adds a comment to a task
- astravue_update_task_comment
- - Edits an existing comment
- astravue_delete_task_comment
- - Deletes a specific comment
- astravue_get_task_checklists
- - Gets all checklist items on a task
- astravue_create_checklist_item
- - Adds a new checklist item
- astravue_update_checklist_item
- - Updates a checklist item's title or completion state
- astravue_delete_checklist_item
- - Deletes a checklist item
- astravue_add_dependency
- - Links two tasks with a blocking relationship
- astravue_list_dependencies
- - Shows all dependencies for a task
- astravue_remove_dependency
- - Removes a dependency link
- astravue_list_tags
- - Lists all tags available in your organization
Latest releases
v1.0.3 · 2026-06-09
Added · breaking-down-work skill - decomposes a goal, feature, epic, or deliverable into a structured task tree (tasks, subtasks, checklists) with dependencies in Astravue. · capturing-meeting-actions skill - extracts…
v1.0.2 · 2026-05-26
Added · Documented the Claude Code plugin install path so users can install Astravue from Anthropic's community plugin marketplace alongside the existing raw MCP setup. · Changed · Aligned the published version…
v1.0.1 · 2026-04-23
Added · Added Claude Code marketplace metadata for the Astravue plugin to support marketplace-based discovery and installation. · Changed · Aligned the published version metadata across the Claude, Cursor, and Gemini…
04 · Who maintains Astravue MCP
Astravue MCP is maintained by astravueorg. It's the only MCP server we track from this author; the repo dates to Apr 2026.
05 · Facts
- repository
- github.com/astravueorg/astravue-mcp-server
- website
- https://astravue.com/
- category
- communication - ranked #84 of 99 actively-maintained communication servers as of 2026-08-25.
- release cadence
- 1 release in the last 90 days (latest 2026-06-09)
- registry
- com.astravue/astravue-mcp (active, first published 2026-04-08 · 2 versions)
06 · Astravue MCP FAQ
Is Astravue MCP still maintained?
Yes - as of 2026-08-25, its last commit was 2026-06-09 and it shipped 1 release in the last 90 days. We re-verify nightly.
What can Astravue MCP do?
With this server connected, an agent can list all spaces in your organization, get details of a specific space including its projects, create a new space, and update a space name or settings.
How do I install Astravue MCP?
Run `claude mcp add astravueorg-astravue-mcp-serve --transport http https://api.astravue.com/mcp`. You can also paste the ready-made client config above.
Does Astravue MCP require authentication?
Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.
07 · Alternatives to Astravue MCP
Alternatives to Astravue MCP
Maintained communication servers if Astravue MCP isn't the fit.
- Draw Io Create diagrams in chat, rendered as live interactive draw.io diagrams. 10,000+ searchable shapes. ★ 5,265 · 2026-08-03
- Mockserver Mock, record/replay, verify and chaos-test any HTTP, REST, gRPC or LLM dependency over MCP. ★ 4,949 · 2026-08-22
- Agent Swarm Full Agent Swarm API and MCP server with local SQLite storage for multi-agent orchestration. ★ 720 · 2026-08-24
- Evolution API MCP server for Evolution API - WhatsApp messaging, instances, contacts ★ 269 · 2026-08-12
- Agenticmail MCP Server Real email and SMS for AI agents - send mail, receive verification codes, drive a real inbox. ★ 205 · 2026-08-13
- Ksail SDK for creating, managing, and operating Kubernetes clusters and workloads with ease. ★ 165 · 2026-08-25
Pairs well with
Servers that cover what Astravue MCP doesn't - only shown when the pairing reason fits the companion.
More communication MCP servers · Upnote Lens MCP · Discord MCP · Messages · Infinitecampus MCP · Ofw MCP