MCP OAuth: CIMD Support Plans and Timelines

Feature request for product/service

Chat

Describe the request

Hello team,

The latest MCP specification v.2025-11-25 states the following: ”MCP clients and authorization servers SHOULD support OAuth Client ID Metadata Documents as specified in OAuth Client ID Metadata Document.”

Other popular Agents/IDEs (e.g. VS Code, Claude Desktop) have already added the CIMD support.

Could you please share the plans and timelines for supporting CIMD for MCP authorization by Cursor IDE? Lacking the feature blocks users from connecting to the MCP servers that require user authorization and don’t support DCR.

Thank you!

Operating System (if it applies)

Windows 10/11
MacOS
Linux

1 Like

Hey, thanks for the feature request.

Right now, Cursor supports OAuth for MCP servers via Dynamic Client Registration (DCR) and static credentials. For servers without DCR, you can use a static config in mcp.json:

{
  "mcpServers": {
    "server-name": {
      "url": "https://api.example.com/mcp",
      "auth": {
        "CLIENT_ID": "your-client-id",
        "CLIENT_SECRET": "your-client-secret",
        "scopes": ["read", "write"]
      }
    }
  }
}

More details in the docs: Model Context Protocol (MCP) | Cursor Docs

About CIMD, I’ll pass the request to the team. There isn’t a specific timeline for this feature yet.

Thank you, Dean, for the quick reply. The information about the static credentials support is helpful.

We would appreciate it if you could share the feedback from the team regarding the timelines for CIMD support.

3 Likes

+1 on CIMD support.

Pretty please :slightly_smiling_face:

+1 for CIMD support, DCR does not scale and doesn’t allow for good security practices.

1 Like