Labsco
BasicOps logo

BasicOps

โ˜… 1

from BasicOps

Projects, tasks and communication built for AI

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

BasicOps MCP Server

The official Model Context Protocol (MCP) server for BasicOps โ€” a project management platform for tasks, notes, and team collaboration.

Connect any MCP-compatible AI client (Claude, Cursor, Windsurf, etc.) to your BasicOps workspace and manage your work using natural language.

Endpoints

TransportURL
Streamable HTTPhttps://app.basicops.com/mcp
SSE (legacy)https://app.basicops.com/mcp/sse

Authentication

The BasicOps MCP server supports two authentication methods:

Most MCP clients (Claude Desktop, Cursor, Windsurf, etc.) support OAuth 2.1. When you connect, you will be redirected through the OAuth 2.1 authorization flow to grant access to your BasicOps workspace. No manual token management is required.

API Key

For clients that do not support OAuth token refresh (such as Claude CLI / Claude Code), you can authenticate using a BasicOps API key instead.

  1. In BasicOps, go to Settings โ†’ API Keys and generate a new key. Copy the key โ€” it is only shown once.
  2. Configure your MCP client to send the key as a Bearer token in the Authorization header (see client-specific instructions below).

API keys do not expire by default but can be revoked at any time from Settings โ†’ API Keys.

Features

The BasicOps MCP server exposes tools for working with your entire BasicOps workspace:

  • Projects โ€” create, update, list, and archive projects
  • Tasks & Subtasks โ€” create, update, assign, prioritize, and complete tasks
  • Sections โ€” organize tasks within projects using sections
  • Notes โ€” create and manage project notes
  • Messages โ€” post and reply to messages in projects and tasks
  • Templates โ€” list and manage project templates
  • Users โ€” look up team members and current user info
  • File Attachments โ€” upload and attach files to tasks

Resources

Support

For support, visit basicops.com or contact us at support@basicops.com.