Skip to main content

Troubleshooting

Common issues when connecting to or using the Mixpost MCP server, and how to fix them.

SymptomLikely cause and fix
401 / "Unauthenticated"The token is missing, mistyped, or expired. Check the Authorization: Bearer <token> header and generate a fresh token if needed.
The agent can't see a workspaceIts owner is not a member of that workspace. Add the user to the workspace, then ask the agent to list workspaces again.
"You do not have permission…" on create / update / deleteThe token owner has the Viewer role. A Member or Admin role is required for write operations.
The client can't connect at allThe API access tokens feature may be disabled (MIXPOST_API_ACCESS_TOKENS=false), or the URL is wrong. Confirm the endpoint resolves to …/<MIXPOST_CORE_PATH>/mcp.
The client won't add an HTTP serverSome clients only support local (stdio) servers — connect through the mcp-remote bridge shown in Connect your client.