Onplana
Connect Cursor to your Onplana project portfolio. 29 tools for projects, tasks, sprints, risks, comments, and wiki. Hybrid BM25 + vector search, OAuth 2.1 or PAT auth, plan-gated and audited. Built as a Microsoft Project Online alternative.
cursor.directory·↓ 0
MCP
onplana
MCP server for Onplana project management. 29 tools across projects, tasks, sprints, risks, comments, wiki. Hybrid BM25 + vector search, OAuth 2.1 with DCR or PAT auth, plan-gated server-side.
# Onplana MCP Server
Connect Cursor to your Onplana project portfolio. 29 tools spanning projects, tasks, sprints, risks, comments, and wiki. Hybrid BM25 + vector search, OAuth 2.1 (with DCR) or PAT auth, plan-gated and role-gated server-side, audited end to end.
## Install
Add to `~/.cursor/mcp.json` (global) or `.cursor/mcp.json` (per-project):
```json
{
"mcpServers": {
"onplana": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.onplana.com/mcp"]
}
}
}
```
Cursor will complete the OAuth flow on first use.
## Get a PAT (optional, for headless setups)
Mint a Personal Access Token at https://app.onplana.com/integrations and use it via header auth.
## Links
- Marketing page: https://onplana.com/mcp
- API docs: https://api.onplana.com/api/docs
- OSS server: https://github.com/Onplana/onplana-mcp-server
- npm: onplana-mcp-server