8000 Cursor Failed to create client · Issue #66 · upstash/context7 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Cursor Failed to create client #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
vietquang99 opened this issue Apr 22, 2025 · 10 comments
Closed

Cursor Failed to create client #66

vietquang99 opened this issue Apr 22, 2025 · 10 comments
Labels
mcp Related to mcp server

Comments

@vietquang99
Copy link

I have this config :

{
  "mcpServers": {
    "context7": {
      "command": "npx",
      "args": ["-y", "@upstash/context7-mcp"]
    }
  }
}

But I'm getting the error: Failed to create client.
I also tried running the command npx -y @upstash/context7-mcp@latest in the terminal, and it responded with:
'context7-mcp' is not recognized as an internal or external command, operable program or batch file

@enesgules
Copy link
Collaborator

npm view @upstash/context7-mcp bin could you try running this command please? You should see { 'context7-mcp': 'dist/index.js' } as the output. What is your npm version?

@enesgules enesgules added the mcp Related to mcp server label Apr 22, 2025
@antonioc-cl
Copy link

I have the same issue and I see:

➜  ✗ npm view @upstash/context7-mcp bin
{ 'context7-mcp': 'dist/index.js' }
➜  ✗ node -v                           
v22.9.0
➜  ✗ npm --version                     
11.3.0

Output > Cursor MCP:
2025-04-22 17:49:44.303 [info] ext7: Handling ListOfferings action
2025-04-22 17:49:44.303 [error] ext7: No server info found

@Umakantamaharana
Copy link

I just clicked the refresh button in curson and the issue is gone 💥 . Worked for me.

@enesgules
Copy link
Collaborator

Could you try without the @latest tag, with bunx or deno please?

@enesgules
Copy link
Collaborator

good

so, it worked?

@kuzniets
Copy link

good

so, it worked?

worked for me when I removed @latest tag

@antonioc-cl
Copy link
8000

Yes. It seems that the issue is with @latest. I removed it and finally worked.

@AdityaBorkar
Copy link

#19 (comment) worked for me!

@enesgules
Copy link
Collaborator

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mcp Related to mcp server
Projects
None yet
Development

No branches or pull requests

7 participants
@kuzniets @AdityaBorkar @Umakantamaharana @antonioc-cl @vietquang99 @enesgules and others
0