MCP not showing

I have added the Brave MCP to my cursor settings and it shows as enabled.

However when I go to chat there’s no way to select it

I have restarted cursor multiple times. How is this feature supposed to work?

I guess you havent checked the documentation?

I have but I could not find any limitations there that are relevant. The same config is working in Windsurf.

In this case I am using the brave npx mpc

{
  "mcpServers": {
    "brave-search": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-brave-search"
      ],
      "env": {
        "BRAVE_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

I was also following these instructions here but they seem to target an older version of cursor.

You can just ask Ai to use brave search. thats what that page says :slight_smile:

1 Like

it doesnt depend on version.

docu says " To prompt tool usage intentionally, simply tell the agent to use the tool, referring to it either by name or by description."

1 Like

Thank you, i got it now.

So in short:

  • use agent mode
  • it will call the MCP when it thinks it needs to, otherwise call it specifically using the name (in this case ‘brave_web_search’ or ‘brave_local_search’ )
1 Like

just “Use brave search …” should be enough

1 Like