Basicops

by BasicOps

1 stars
328 downloads
Not rated
GitHub

About

Projects, tasks and communication built for AI

Details

Author
BasicOps
GitHub stars
1
Downloads
328
Categories
Productivity, Project Management, Communication, Other

- Manage projects (create, update, list, archive)
- Create, assign, prioritize, and complete tasks and subtasks
- Organize tasks within projects using sections
- Create and manage project notes and messages
- Look up team members and current user info
- Upload and attach files to tasks

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Basicops
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Configure your MCP client with the Streamable HTTP endpoint https://app.basicops.com/mcp (or the SSE legacy https://app.basicops.com/mcp/sse). Authentication uses OAuth 2.1 (recommended) or a BasicOps API key for clients that do not support OAuth token refresh. Client-specific setup instructions are provided for Claude Desktop, Claude CLI / Claude Code, and others.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "basicops": {
            "basicops": {
                "type": "http",
                "url": "https://app.basicops.com/mcp"
            }
        }
    }
}

McpServers

{
    "basicops": {
        "type": "http",
        "url": "https://app.basicops.com/mcp"
    }
}

The officialModel Context Protocol (MCP)server forBasicOps— 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.

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.

For clients that do not support OAuth token refresh (such as Claude CLI / Claude Code), you can authenticate using a BasicOps API key instead.
- In BasicOps, go toSettings → API Keysand generate a new key. Copy the key — it is only shown once.
- Configure your MCP client to send the key as aBearertoken in theAuthorizationheader (see client-specific instructions below).

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

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

In Claude Desktop, add a new MCP connector using the custom connector option. Enter a name (e.g.BasicOps) and the Streamable HTTP endpoint:

Claude CLI does not support OAuth token refresh, so use an API key instead. Generate one in BasicOps Settings → API Keys, then run:

claude mcp add basicops \ --transport http \ https://app.basicops.com/mcp \ --header "Authorization: Bearer bo_YOUR_API_KEY"

Or add it manually to your~/.claude.json:

{ "mcpServers": { "basicops": { "type": "http", "url": "https://app.basicops.com/mcp", "headers": { "Authorization": "Bearer bo_YOUR_API_KEY" } } } }

Use the Streamable HTTP endpointhttps://app.basicops.com/mcp. For clients that only support SSE, usehttps://app.basicops.com/mcp/sseinstead.

Clients that support OAuth 2.1 will be redirected through the authorization flow automatically. Clients that do not support OAuth can pass an API key asAuthorization: Bearer bo_YOUR_API_KEY.

For support, visitbasicops.comor contact us atsupport@basicops.com.

Interact with task, doc, and project data in Dart, an AI-native project management tool

Remote MCP server for MeisterTask. Create and manage projects, tasks, and notes from your AI assistant. Hosted (streamable-HTTP) — connect at https://mcp.meistertask.com/mcp

The official Plane MCP server provides integration with Plane APIs, enabling full AI automation of Plane projects, work items, cycles and more.

Keep teams & agents coordinated automatically

From the creators of Wunderlist — the all-in-one task management app for to-do lists, notes, and projects. AI-powered productivity that replaces 5 apps.

Connect to the Taskade platform via MCP. Access tasks, projects, workflows, and AI agents in real-time through a unified workspace and API.

Official Taskeract MCP Server for integrating your Taskeract project tasks and load the context of your tasks into your MCP enabled app.

Manage your Todoist tasks and projects directly from your LLM.

Interact with Asana tasks, projects, workspaces, and comments using the Asana API.

Comprehensive Trello integration: 46 tools covering boards, cards, lists, labels, checklists, attachments, members, custom fields, and search. Read-only mode, image attachment auto-download. Active fork of kocakli/Trello-Desktop-MCP integrating contributions from across the Trello MCP fork ecosystem

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.