BasicOps MCP server for project management, tasks, notes, and team collaboration.
BasicOps MCP server for project management, tasks, notes, and team collaboration.
Remote endpoints: streamable-http: https://app.basicops.com/mcp sse: https://app.basicops.com/mcp/sse
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-basicops-basicops": {
"url": "https://app.basicops.com/mcp"
}
}
}From the project's GitHub README.
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:
https://app.basicops.com/mcp
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:
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 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.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.