-
Notifications
You must be signed in to change notification settings - Fork 787
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
Using MCP with an LLM API Instead of Claude’s Website #14
Comments
Yeah, sounds good Currently trying out open-source model integration, will come back here if I get something working |
I have the same idea. I want to integrate such a feature into my project. Users can describe the pet image they want, and the service will generate a 3D model. Just thinking about this kind of experience makes me excited. I'm looking forward to having a tutorial to guide on how to implement it. |
Would be open to Pull Requests for this, I think it has a lot of potential |
Great idea. I hope to get it to work with deepseek/ollama locally. |
Great, I also hope to use local deployed model. |
me too, want to use ollama and try deepseek, gemma, llama |
i am working on it, maybe i will submit a pr |
It's actually pretty easy to do with langchain. Tried gpt-4o, but the quality doesn't seem to be as good. Maybe someone can point what's wrong here?
|
Works decently with a number of models through Windsurf Cascade. |
tracking |
Google have released Gemini 2.5 Pro Experimental. It is better than all other LLMs on the market, including Claude Sonnet, and it's also free. I really hope to see API integration and decoupling this from Claude. |
Hello,
I found this awesome repo, and I really appreciate the work that has gone into it! I’d love to test it with one of my projects.
I have an idea to integrate MCP with an LLM API (such as Claude’s API) instead of using the official Claude website. Is this possible? If so, could you provide some guidance on how to set it up?
Looking forward to your insights. Thanks in advance!
The text was updated successfully, but these errors were encountered: