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].
相關伺服器
myAI Memory Sync
Synchronizes memory templates across different Claude interfaces.
Powerpoint
Create PowerPoint presentations with AI-generated images using the Stable Diffusion API.
Handwriting OCR
Recognize and extract text from handwritten documents using the Handwriting OCR service.
Pomera AI Commander
Turn messy text into clean output fast—GUI for humans, MCP tools for AI IDEs (Cursor/Claude). 33 deterministic text utilities.
Jira Thing
An example MCP server for interacting with Jira, deployable on Cloudflare Workers.
clipboard-mcp
MCP server that reads and writes the system clipboard — tables, text, code, JSON, URLs, images, and more. Preserves spreadsheet structure (rows/columns) that is lost when pasting into Claude directly. Claude can also write results back to your clipboard.
Redmine MCP Server for Cline
Integrates with Redmine to manage projects and issues through the Cline VS Code extension.
n8n Video Compilation
Automate AI-powered video compilation workflows using n8n.
iMCP
A macOS app that connects your digital life with AI, providing access to Calendar, Contacts, Location, Maps, Messages, Reminders, and Weather services.
ITGlue
Unofficial MCP server for the ITGlue API