You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
::: info Clients that don't support custom headers
112
+
**Claude Desktop** — use Stdio instead.<br>
113
+
**Claude.ai** — use OAuth instead (the UI doesn't expose arbitrary headers).
114
+
:::
115
+
105
116
### Claude Desktop
106
117
107
118
Config file: `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\Claude\claude_desktop_config.json` (Windows).
@@ -145,6 +156,10 @@ Claude Desktop doesn't support remote HTTP natively. Use `mcp-remote` — a loca
145
156
146
157
On first launch, `mcp-remote` opens a browser for the Plane OAuth flow.
147
158
159
+
::: tip No Node.js?
160
+
Use the SSE fallback instead: `"url": "https://mcp.plane.so/sse", "type": "sse"`.
161
+
:::
162
+
148
163
#### HTTP with PAT Token
149
164
150
165
Connects to the PAT endpoint using API key headers. No browser interaction required - suitable for shared team setups where users authenticate via their own API key.
| Wrong workspace slug | 404 | Slug doesn't exist | Check the exact slug in your Plane URL |
693
+
| Insufficient permissions | 403 | User role too low | Check your role in the workspace/project |
694
+
| Resource not found | 404 | UUID or identifier doesn't exist | Verify the ID; check if resource was deleted |
695
+
| Validation error | 400 | Required field missing or invalid value | Check required fields and value constraints |
696
+
| Redis unavailable | - | Token storage down | Set `REDIS_HOST`/`REDIS_PORT` or omit for in-memory |
697
+
| Network error | - | Cannot reach Plane API | Verify `PLANE_BASE_URL` and connectivity |
698
+
| Server not listed in Claude Desktop | Wrong transport type| Claude Desktop doesn't support `"type": "http"` | Use `npx mcp-remote@latest` or SSE transport |
_Plane MCP Server is open source and licensed under MIT. Source at [github.com/makeplane/plane-mcp-server](https://github.com/makeplane/plane-mcp-server)._
0 commit comments