Where does the bug appear (feature/product)?
Background Agent (GitHub, Slack, Web, Linear)
Describe the Bug
Starting from May 1st, custom MCP services cannot be loaded in conversations on cursor.com/agents. Only MCPs from the default template can be recognized by the agent. Before May 1st, custom MCPs were recognized correctly.
Steps to Reproduce
- Configure a custom MCP.
- Ask the agent to list available MCPs in the conversation.
- The AI cannot find the custom MCP service.
Expected Behavior
Custom MCPs should be recognized and usable.
Screenshots / Screen Recordings
Operating System
Windows 10/11
Version Information
For AI issues: which model did you use?
Composer 2 and any other models.
For AI issues: add Request ID with privacy disabled
bc-22e10199-2a53-4fde-bded-af305a89fa58
Additional Information
MCPs I have tried:
{
"mcpServers": {
"mysql": {
"command": "npx",
"type": "stdio",
"args": [
"-y",
"/mcp-mysql-server",
"mysql://root:username@ip/database",
"list,read,utility,create,update,delete,execute,ddl,procedure,transaction",
"database_discovery,custom_queries,analysis"
]
},
"feishu-mcp": {
"command": "npx",
"args": ["-y", "feishu-mcp", "--stdio"],
"env": {
"FEISHU_APP_ID": "1",
"FEISHU_APP_SECRET": "2"
}
}
}
}
Does this stop you from using Cursor?
No - Cursor works, but with this issue.

