BasicOps MCP server for project management, tasks, notes, and team collaboration.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
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.
| Transport | URL |
|---|---|
| Streamable HTTP | https://app.basicops.com/mcp |
| SSE (legacy) | https://app.basicops.com/mcp/sse |
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.
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.
The BasicOps MCP server exposes tools for working with your entire BasicOps workspace:
In Claude Desktop, add a new MCP connector using the custom connector option. Enter a name (e.g. BasicOps) and the Streamable HTTP endpoint:
On first use, you will be prompted to sign in to BasicOps via the OAuth 2.1 authorization flow.
Claude CLI does not support OAuth token refresh, so use an API key instead. Generate one in BasicOps Settings β API Keys, then run:
Or add it manually to your ~/.claude.json:
Use the Streamable HTTP endpoint https://app.basicops.com/mcp. For clients that only support SSE, use https://app.basicops.com/mcp/sse instead.
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 as Authorization: Bearer bo_YOUR_API_KEY.
For support, visit basicops.com or contact us at support@basicops.com.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/basicops)<a href="https://allmcps.com/mcp/basicops"><img src="https://allmcps.com/api/badge/basicops?style=directory" alt="Basicops on AllMCPs" /></a>