MCP servers always show connecting..
under review
Bayram Aksoy
i installed some MCP servers in my computer Claude Desktop can use this servers but Bolt.ai cannot, i have premium licence anything for solve this problem?
B
Bharat Rameshwar
Mcp servers work for me. Weird.
Daniel Nguyen
under review
Hi. Can you share the servers with me so I can take a deeper look.
Also can you try the latest version v1.35.1? I fixed a couple of issues in this release.
Kyle Venn
Daniel Nguyen I'm using the latest version and seeing connection error. The MCP works in Roo/Cursor.
```json
{
"mcpServers" : {
"brave" : {
"args" : [
"-y",
"@modelcontextprotocol/server-brave-search"
],
"command" : "npx",
"env" : {
"BRAVE_API_KEY" : "REDACTED"
}
},
"fetch" : {
"args" : [
"-m",
"mcp_server_fetch",
"--ignore-robots-txt"
],
"command" : "python"
}
}
}
```
Kyle Venn
Daniel Nguyen Running the commands I listed in terminal both work. And they also work in vscode.
I'm wondering if there's something wrong in how I've configured it?
I'm on version v1.35.2 (build 162)