Skip to content
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

Add Smithery to README #3

Merged
merged 1 commit into from
Dec 25, 2024
Merged

Conversation

calclavia
Copy link
Contributor

This PR makes two changes to the README.

  1. Adds installation instructions to automatically install Video Editor for Claude Desktop using Smithery CLI. This makes it easier for users to install the MCP.
  2. Adds a badge to show the number of installations from Smithery: https://smithery.ai/server/video-editor-mcp

Let me know if any tweaks have to be made!

@burningion
Copy link
Owner

Thanks for the contribution!

I don't think as written it will actually work without an API key being passed in. I'm happy to give you access to the API so you can have an API key to test with.

@calclavia
Copy link
Contributor Author

Thanks for the contribution!

I don't think as written it will actually work without an API key being passed in. I'm happy to give you access to the API so you can have an API key to test with.

The configuration I created is based on your README. It looks like this:

new StdioClientTransport({
  "command": "uvx",
  "args": [
    "video-editor-mcp",
    "YOUR_API_KEY_HERE"
  ]
}))

If that's not correct, it'd be great if you could let me know how to adjust it. Thanks!

@burningion burningion merged commit e605e56 into burningion:main Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants