io.github.BasicOps/basicops
BasicOps MCP server for project management, tasks, notes, and team collaboration.
Ask AI about io.github.BasicOps/basicops
Powered by Claude Β· Grounded in docs
I know everything about io.github.BasicOps/basicops. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
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 support@basicops.com.
