BasicOps
Projects, tasks and communication built for AI
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
| Transport | URL |
|---|---|
| Streamable HTTP | https://app.basicops.com/mcp |
| SSE (legacy) | https://app.basicops.com/mcp/sse |
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
Getting Started
1. Get your API token
Log in to BasicOps and generate an API token from your account settings.
2. Configure your MCP client
Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"basicops": {
"url": "https://app.basicops.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
}
Other clients
Use the Streamable HTTP endpoint https://app.basicops.com/mcp with your API token passed as a Bearer token in the Authorization header.
For clients that only support SSE, use https://app.basicops.com/mcp/sse instead.
Resources
Support
For support, visit basicops.com or contact us at [email protected].
Serveurs connexes
RUNN
runn.io MCP Server
MCP Sound Tool
A sound tool for MCP-compatible IDEs like Cursor. Plays sounds for events like completion, error, and notification.
Geomanic
Privacy-first GPS tracking companion. Query travel statistics, manage waypoints, track countries visited, and analyze distances and speeds through natural language. Free, GDPR compliant.
sharepoint-mcp
The MCP Server that gives your AI agent a brain for Microsoft SharePoint
Macuse
Let your AI assistant directly manage calendar, email, notes, and control any Mac app.
EndNote MCP Service
Reads EndNote .enl libraries and exposes their contents through the MCP interface.
Bitrix24
Interact with and manage your Bitrix24 CRM instance through a powerful set of tools.
Obsidian Semantic MCP Server
An AI-optimized MCP server for Obsidian that consolidates over 21 tools into 5 intelligent operations with contextual workflow hints.
MS-365 MCP Server
A containerized MCP server for Microsoft 365, featuring OAuth authentication and OpenTelemetry instrumentation for monitoring.
Paylocity
A server to fetch data from Paylocity API endpoints.